Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/
Ddebug.h22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
28 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
30 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
51 int eprintf(int level, int var, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
Ddebug.c44 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
96 eprintf(1, verbose, "\n"); in pr_stat()
Dordered-events.c10 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
Ddata-convert-bt.c31 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
Dpython.c17 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function