Home
last modified time | relevance | path

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

12

/linux/tools/lib/api/
A DBuild5 libapi-y += str_error_r.o
7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
/linux/tools/perf/bench/
A 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/tools/objtool/
A DBuild18 objtool-y += str_error_r.o
31 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
/linux/tools/perf/tests/
A 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()
A 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()
A Dmmap-basic.c66 cpus->map[0], str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
96 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
106 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
A Dopenat-syscall-all-cpus.c57 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event_on_all_cpus()
78 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event_on_all_cpus()
A Dopenat-syscall-tp-fields.c71 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
78 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
A Dsw-clock.c79 str_error_r(errno, sbuf, sizeof(sbuf)), in __test__sw_clock_freq()
87 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__sw_clock_freq()
A 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()
A Dopenat-syscall.c41 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
A Dbpf.c159 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
166 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
/linux/tools/perf/
A Dbuiltin-buildid-cache.c472 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
490 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
508 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
518 str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
536 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
A Dperf.c333 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
342 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
552 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
A Dbuiltin-ftrace.c107 name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file()
124 val, name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file()
160 name, str_error_r(errno, buf, sizeof(buf))); in read_tracing_file_to_stdout()
672 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace()
A DMANIFEST21 tools/lib/str_error_r.c
/linux/tools/perf/util/
A Dcloexec.c70 err, str_error_r(err, sbuf, sizeof(sbuf))); in perf_flag_probe()
88 err, str_error_r(err, sbuf, sizeof(sbuf)))) in perf_flag_probe()
A Dllvm-utils.c141 str_error_r(errno, serr, sizeof(serr))); in read_from_pipe()
175 str_error_r(errno, serr, sizeof(serr))); in read_from_pipe()
409 " \tUse 128 instead.\n", str_error_r(errno, serr, sizeof(serr))); in llvm__get_nr_cpus()
471 path, str_error_r(err, serr, sizeof(serr))); in llvm__compile_bpf()
A 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()
/linux/tools/perf/arch/x86/tests/
A Drdpmc.c121 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc()
128 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc()
/linux/tools/lib/subcmd/
A Drun-command.c114 cmd->dir, str_error_r(errno, sbuf, sizeof(sbuf))); in start_command()
178 str_error_r(errno, sbuf, sizeof(sbuf))); in wait_or_whine()
/linux/tools/lib/
A Dstr_error_r.c21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
/linux/tools/bpf/resolve_btfids/
A DBuild6 resolve_btfids-y += str_error_r.o
/linux/tools/include/linux/
A Dstring.h31 char *str_error_r(int errnum, char *buf, size_t buflen);
/linux/tools/lib/api/fs/
A Dtracing_path.c162 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()

Completed in 28 milliseconds

12