profileValue 108 vprof/vprof.h int profileValue (void** id, char* file, int line, int64_t value, ...); profileValue 138 vprof/vprof.h profileValue (&id, __FILE__, __LINE__, (int64_t) (v), ##__VA_ARGS__, NULL) \ profileValue 148 vprof/vprof.h profileValue (&id, (char*) (e), -1, (int64_t) (v), ##__VA_ARGS__, NULL) \ profileValue 182 vprof/vprof.h profileValue (&id, (char*)(e), -1, (int64_t) 0, NULL) \