/tools/lib/api/ |
D | Build | 5 libapi-y += str_error_r.o 7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
|
/tools/objtool/ |
D | Build | 13 objtool-y += str_error_r.o 25 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
|
/tools/perf/util/ |
D | cloexec.c | 70 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()
|
D | llvm-utils.c | 124 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()
|
D | target.c | 125 str_error_r(errnum, buf, buflen); in target__strerror()
|
D | probe-file.c | 54 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()
|
D | data.c | 231 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/ |
D | backward-ring-buffer.c | 70 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()
|
D | mmap-basic.c | 65 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()
|
D | openat-syscall-all-cpus.c | 57 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()
|
D | perf-record.c | 116 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()
|
D | openat-syscall-tp-fields.c | 69 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()
|
D | task-exit.c | 107 str_error_r(-err, sbuf, sizeof(sbuf))); in test__task_exit() 113 str_error_r(errno, sbuf, sizeof(sbuf))); in test__task_exit()
|
D | sw-clock.c | 81 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()
|
D | openat-syscall.c | 40 str_error_r(errno, sbuf, sizeof(sbuf))); in test__openat_syscall_event()
|
D | bpf.c | 167 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test() 174 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
|
/tools/lib/ |
D | str_error_r.c | 21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() function
|
/tools/include/linux/ |
D | string.h | 23 char *str_error_r(int errnum, char *buf, size_t buflen);
|
/tools/perf/ |
D | builtin-buildid-cache.c | 451 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()
|
D | MANIFEST | 19 tools/lib/str_error_r.c
|
D | perf.c | 332 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()
|
D | builtin-ftrace.c | 93 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/ |
D | rdpmc.c | 121 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc() 128 str_error_r(errno, sbuf, sizeof(sbuf))); in __test__rdpmc()
|
/tools/lib/subcmd/ |
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()
|
/tools/lib/api/fs/ |
D | tracing_path.c | 162 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()
|