Searched refs:veprintf (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Ddebug.c83 int veprintf(int level, int var, const char *fmt, va_list args) function
105 ret = veprintf(level, var, fmt, args);
148 veprintf(1, verbose, fmt, args);
284 ret = veprintf(__l, verbose, fmt, args); \
H A Ddebug.h78 int veprintf(int level, int var, const char *fmt, va_list args);
/linux-master/tools/perf/
H A Dperf.c456 return veprintf(level, verbose, fmt, ap);

Completed in 92 milliseconds