Searched refs:eprintf (Results 1 – 7 of 7) sorted by relevance
/linux/scripts/ |
H A D | check-uapi.sh | 52 eprintf() { function 160 eprintf "error - no usr/include/Makefile present at %s\n" "$ref" 161 eprintf "Note: usr/include/Makefile was added in the v5.3 kernel release\n" 283 …eprintf "error - %d/%d UAPI headers compatible with %s appear _not_ to be backwards compatible\n" \ 286 eprintf "Failure summary saved to %s\n" "$abi_error_log" 362 eprintf "error - abidiff did not run properly\n" 417 eprintf "error - abidiff not found!\n" 418 eprintf "Please install abigail-tools version %s or greater\n" "$abidiff_min_version" 419 eprintf "See: https://sourceware.org/libabigail/manual/libabigail-overview.html\n" 425 eprintf "error - abidiff version too old: %s\n" "$abidiff_version" [all …]
|
/linux/tools/perf/util/ |
H A D | debug.h | 24 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);
|
H A D | debug.c | 100 int eprintf(int level, int var, const char *fmt, ...) in eprintf() 151 eprintf(1, verbose, "\n"); in pr_stat() 99 int eprintf(int level, int var, const char *fmt, ...) eprintf() function
|
H A D | ordered-events.c | 14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
|
H A D | data-convert-bt.c | 43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
|
/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 145 static int eprintf(int level, int var, const char *fmt, ...) in eprintf() function 163 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 165 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 168 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 170 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1643 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()
|