| /Linux-v5.4/tools/lib/api/ | 
| D | Build | 5 libapi-y += str_error_r.o7 $(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
 
 | 
| /Linux-v5.4/tools/objtool/ | 
| D | Build | 13 objtool-y += str_error_r.o25 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
 
 | 
| /Linux-v5.4/tools/perf/tests/ | 
| 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 | 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-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 | 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 | 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 | task-exit.c | 106 			 str_error_r(-err, sbuf, sizeof(sbuf)));  in test__task_exit()112 			 str_error_r(errno, sbuf, sizeof(sbuf)));  in test__task_exit()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| /Linux-v5.4/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 | 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 | target.c | 125 		str_error_r(errnum, buf, buflen);  in target__strerror()
 | 
| 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()
 
 | 
| /Linux-v5.4/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 | 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 | MANIFEST | 19 tools/lib/str_error_r.c
 | 
| 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()
 
 | 
| /Linux-v5.4/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()
 
 | 
| /Linux-v5.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-v5.4/tools/include/linux/ | 
| D | string.h | 23 char *str_error_r(int errnum, char *buf, size_t buflen);
 | 
| /Linux-v5.4/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()
 
 | 
| /Linux-v5.4/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()
 |