/linux-6.14.4/tools/lib/api/ |
D | Build | 5 libapi-y += str_error_r.o 7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
|
/linux-6.14.4/tools/objtool/ |
D | Build | 16 objtool-y += str_error_r.o 27 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
|
/linux-6.14.4/tools/perf/bench/ |
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()
|
/linux-6.14.4/tools/perf/tests/ |
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()
|
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()
|
D | sigtrap.c | 240 pr_debug("FAILED sigaction(): %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap() 248 str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap() 258 pr_debug("FAILED pthread_create(): %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in test__sigtrap()
|
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()
|
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()
|
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()
|
D | openat-syscall-tp-fields.c | 73 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields() 80 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
|
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()
|
D | openat-syscall.c | 43 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
|
/linux-6.14.4/tools/perf/util/ |
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()
|
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()
|
D | mutex.c | 15 pr_err("%s error: '%s'\n", fn, str_error_r(err, sbuf, sizeof(sbuf))); in check_err()
|
D | target.c | 157 str_error_r(errnum, buf, buflen); in target__strerror()
|
/linux-6.14.4/tools/perf/ |
D | builtin-buildid-cache.c | 477 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 495 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 513 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 523 str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache() 541 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
|
D | perf.c | 370 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin() 379 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin() 580 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
|
D | MANIFEST | 24 tools/lib/str_error_r.c
|
D | builtin-ftrace.c | 126 name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file() 143 val, name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file() 179 name, str_error_r(errno, buf, sizeof(buf))); in read_tracing_file_to_stdout() 707 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() 1031 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() 1348 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_profile()
|
/linux-6.14.4/tools/lib/ |
D | str_error_r.c | 21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
|
/linux-6.14.4/tools/bpf/resolve_btfids/ |
D | Build | 8 resolve_btfids-y += str_error_r.o
|
/linux-6.14.4/tools/include/linux/ |
D | string.h | 33 char *str_error_r(int errnum, char *buf, size_t buflen);
|
/linux-6.14.4/tools/lib/subcmd/ |
D | run-command.c | 115 cmd->dir, str_error_r(errno, sbuf, sizeof(sbuf))); in start_command() 189 str_error_r(errno, sbuf, sizeof(sbuf))); in wait_or_whine()
|
/linux-6.14.4/tools/lib/api/fs/ |
D | tracing_path.c | 173 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()
|