Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Ddebug.h22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
75 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4);
A Ddebug.c82 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
134 eprintf(1, verbose, "\n"); in pr_stat()
A Dordered-events.c14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
A Dpython.c128 int eprintf(int level, int var, const char *fmt, ...);
130 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
A Ddata-convert-bt.c39 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
/linux/tools/perf/pmu-events/
A Djson.h18 extern int eprintf(int level, int var, const char *fmt, ...);
22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
A Djevents.c102 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
/linux/tools/bpf/resolve_btfids/
A Dmain.c120 static int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
138 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
140 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
143 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
145 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
/linux/tools/perf/
A Dperf.c437 return eprintf(level, verbose, fmt, ap); in libperf_print()
A Dbuiltin-top.c1611 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()

Completed in 22 milliseconds