Home
last modified time | relevance | path

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

12

/tools/lib/api/
DBuild5 libapi-y += str_error_r.o
7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
/tools/objtool/
DBuild13 objtool-y += str_error_r.o
25 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
/tools/perf/util/
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()
Dllvm-utils.c124 str_error_r(errno, serr, sizeof(serr))); in read_from_pipe()
158 str_error_r(errno, serr, sizeof(serr))); in read_from_pipe()
389 " \tUse 128 instead.\n", str_error_r(errno, serr, sizeof(serr))); in llvm__get_nr_cpus()
452 path, str_error_r(err, serr, sizeof(serr))); in llvm__compile_bpf()
Dtarget.c125 str_error_r(errnum, buf, buflen); in target__strerror()
Dprobe-file.c54 str_error_r(-err, sbuf, sizeof(sbuf))); in print_open_warning()
68 str_error_r(-kerr, sbuf, sizeof(sbuf))); in print_both_open_warning()
70 str_error_r(-uerr, sbuf, sizeof(sbuf))); in print_both_open_warning()
243 str_error_r(errno, sbuf, sizeof(sbuf))); in probe_file__add_event()
281 str_error_r(-ret, buf, sizeof(buf))); in __del_trace_probe_event()
Ddata.c231 str_error_r(err, sbuf, sizeof(sbuf))); in open_file_read()
271 str_error_r(errno, sbuf, sizeof(sbuf))); in open_file_write()
/tools/perf/tests/
Dbackward-ring-buffer.c70 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
134 str_error_r(errno, sbuf, sizeof(sbuf))); in test__backward_ring_buffer()
155 str_error_r(errno, sbuf, sizeof(sbuf))); in test__backward_ring_buffer()
Dmmap-basic.c65 cpus->map[0], str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
95 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
105 str_error_r(errno, sbuf, sizeof(sbuf))); in test__basic_mmap()
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()
Dperf-record.c116 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD()
127 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD()
138 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD()
150 str_error_r(errno, sbuf, sizeof(sbuf))); in test__PERF_RECORD()
Dopenat-syscall-tp-fields.c69 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
76 str_error_r(errno, sbuf, sizeof(sbuf))); in test__syscall_openat_tp_fields()
Dtask-exit.c107 str_error_r(-err, sbuf, sizeof(sbuf))); in test__task_exit()
113 str_error_r(errno, sbuf, sizeof(sbuf))); in test__task_exit()
Dsw-clock.c81 str_error_r(errno, sbuf, sizeof(sbuf)), in __test__sw_clock_freq()
89 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__sw_clock_freq()
Dopenat-syscall.c40 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
Dbpf.c167 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
174 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
/tools/lib/
Dstr_error_r.c21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
/tools/include/linux/
Dstring.h23 char *str_error_r(int errnum, char *buf, size_t buflen);
/tools/perf/
Dbuiltin-buildid-cache.c451 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
469 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
487 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
497 str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
515 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
DMANIFEST19 tools/lib/str_error_r.c
Dperf.c332 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
341 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
551 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
Dbuiltin-ftrace.c93 name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file()
110 val, name, str_error_r(errno, errbuf, sizeof(errbuf))); in __write_tracing_file()
/tools/perf/arch/x86/tests/
Drdpmc.c121 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc()
128 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc()
/tools/lib/subcmd/
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()
/tools/lib/api/fs/
Dtracing_path.c162 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()

12