Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-file.c48 static bool print_configure_probe_event(int kerr, int uerr) in print_configure_probe_event() argument
52 if (kerr == -ENOENT && uerr == -ENOENT) { in print_configure_probe_event()
55 } else if (kerr == -ENOENT) { in print_configure_probe_event()
89 static void print_both_open_warning(int kerr, int uerr, bool readwrite) in print_both_open_warning() argument
93 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning()
96 if (print_configure_probe_event(kerr, uerr)) in print_both_open_warning()
99 if (kerr < 0) in print_both_open_warning()
102 str_error_r(-kerr, sbuf, sizeof(sbuf))); in print_both_open_warning()