Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheck-uapi.sh52 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"
283eprintf "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 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);
H A Ddebug.c100 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 Dordered-events.c14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
H A Ddata-convert-bt.c43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
/linux/tools/bpf/resolve_btfids/
H A Dmain.c145 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 Dbuiltin-top.c1643 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()