Home
last modified time | relevance | path

Searched refs:str_error_r (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.14.4/tools/lib/api/
DBuild5 libapi-y += str_error_r.o
7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
/linux-6.14.4/tools/objtool/
DBuild16 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/
Devlist-open-close.c121 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/
Dbackward-ring-buffer.c71 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()
Dperf-record.c117 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()
Dsigtrap.c240 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()
Dsw-clock.c80 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()
Dopenat-syscall-all-cpus.c59 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()
Dtask-exit.c104 str_error_r(-err, sbuf, sizeof(sbuf))); in test__task_exit()
110 str_error_r(errno, sbuf, sizeof(sbuf))); in test__task_exit()
Dopenat-syscall-tp-fields.c73 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()
Dmmap-basic.c67 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()
Dopenat-syscall.c43 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
/linux-6.14.4/tools/perf/util/
Dcloexec.c57 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()
Dprobe-file.c86 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()
Dmutex.c15 pr_err("%s error: '%s'\n", fn, str_error_r(err, sbuf, sizeof(sbuf))); in check_err()
Dtarget.c157 str_error_r(errnum, buf, buflen); in target__strerror()
/linux-6.14.4/tools/perf/
Dbuiltin-buildid-cache.c477 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()
Dperf.c370 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()
DMANIFEST24 tools/lib/str_error_r.c
Dbuiltin-ftrace.c126 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/
Dstr_error_r.c21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
/linux-6.14.4/tools/bpf/resolve_btfids/
DBuild8 resolve_btfids-y += str_error_r.o
/linux-6.14.4/tools/include/linux/
Dstring.h33 char *str_error_r(int errnum, char *buf, size_t buflen);
/linux-6.14.4/tools/lib/subcmd/
Drun-command.c115 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/
Dtracing_path.c173 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()

12