/openbmc/linux/tools/lib/api/ |
H A D | Build | 5 libapi-y += str_error_r.o 7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
|
/openbmc/linux/tools/objtool/ |
H A D | Build | 16 objtool-y += str_error_r.o 27 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 121 pr_err("evlist__open: %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in bench__do_evlist_open_close() 127 pr_err("evlist__mmap: %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in bench__do_evlist_open_close() 200 pr_err("strbuf_init: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string() 207 pr_err("strbuf_add: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string() 213 pr_err("strbuf_addch: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string()
|
/openbmc/linux/tools/perf/tests/ |
H A D | backward-ring-buffer.c | 71 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test() 136 str_error_r(errno, sbuf, sizeof(sbuf))); in test__backward_ring_buffer() 157 str_error_r(errno, sbuf, sizeof(sbuf))); in test__backward_ring_buffer()
|
H A D | perf-record.c | 117 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD() 128 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD() 139 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD() 151 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD()
|
H A D | sigtrap.c | 193 pr_debug("FAILED sigaction(): %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap() 201 str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap() 211 pr_debug("FAILED pthread_create(): %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap()
|
H A D | task-exit.c | 104 str_error_r(-err, sbuf, sizeof(sbuf))); in test__task_exit() 110 str_error_r(errno, sbuf, sizeof(sbuf))); in test__task_exit()
|
H A D | sw-clock.c | 80 str_error_r(errno, sbuf, sizeof(sbuf)), in __test__sw_clock_freq() 88 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__sw_clock_freq()
|
H A D | openat-syscall-all-cpus.c | 59 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event_on_all_cpus() 81 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event_on_all_cpus()
|
H A D | openat-syscall-tp-fields.c | 72 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields() 79 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
|
H A D | mmap-basic.c | 67 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap() 101 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap() 111 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
|
H A D | openat-syscall.c | 43 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
|
/openbmc/linux/tools/perf/util/ |
H A D | cloexec.c | 57 err, str_error_r(err, sbuf, sizeof(sbuf))); in perf_flag_probe() 75 err, str_error_r(err, sbuf, sizeof(sbuf)))) in perf_flag_probe()
|
H A D | probe-file.c | 86 str_error_r(-err, sbuf, sizeof(sbuf))); in print_open_warning() 102 str_error_r(-kerr, sbuf, sizeof(sbuf))); in print_both_open_warning() 106 str_error_r(-uerr, sbuf, sizeof(sbuf))); in print_both_open_warning() 281 str_error_r(errno, sbuf, sizeof(sbuf))); in probe_file__add_event() 319 str_error_r(-ret, buf, sizeof(buf))); in __del_trace_probe_event()
|
H A D | mutex.c | 15 pr_err("%s error: '%s'\n", fn, str_error_r(err, sbuf, sizeof(sbuf))); in check_err()
|
H A D | target.c | 157 str_error_r(errnum, buf, buflen); in target__strerror()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-buildid-cache.c | 475 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 493 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 511 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 521 str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 539 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
|
H A D | perf.c | 341 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin() 350 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin() 548 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
|
H A D | builtin-ftrace.c | 85 name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file() 102 val, name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file() 138 name, str_error_r(errno, buf, sizeof(buf))); in read_tracing_file_to_stdout() 661 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() 929 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency()
|
H A D | MANIFEST | 19 tools/lib/str_error_r.c
|
/openbmc/linux/tools/lib/ |
H A D | str_error_r.c | 21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 114 cmd->dir, str_error_r(errno, sbuf, sizeof(sbuf))); in start_command() 178 str_error_r(errno, sbuf, sizeof(sbuf))); in wait_or_whine()
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | Build | 8 resolve_btfids-y += str_error_r.o
|
/openbmc/linux/tools/include/linux/ |
H A D | string.h | 31 char *str_error_r(int errnum, char *buf, size_t buflen);
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | tracing_path.c | 173 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()
|