tracing_path__strerror_open_tp   21 tools/lib/api/fs/tracing_path.h int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
tracing_path__strerror_open_tp 3525 tools/perf/builtin-trace.c 	tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime");
tracing_path__strerror_open_tp 3529 tools/perf/builtin-trace.c 	tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)");
tracing_path__strerror_open_tp   49 tools/perf/tests/openat-syscall-all-cpus.c 		tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat");
tracing_path__strerror_open_tp   32 tools/perf/tests/openat-syscall.c 		tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat");
tracing_path__strerror_open_tp  506 tools/perf/util/parse-events.c 	tracing_path__strerror_open_tp(err, help, sizeof(help), sys, name);