Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddebug.h24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
37 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
39 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
77 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4);
A Ddebug.c108 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
159 eprintf(1, verbose, "\n"); in pr_stat()
A Dordered-events.c14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
A Ddata-convert-bt.c43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
/tools/bpf/resolve_btfids/
A Dmain.c146 static int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
164 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
166 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
169 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
171 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
/tools/perf/
A Dbuiltin-top.c1659 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()

Completed in 17 milliseconds