Searched refs:tracing_path__strerror_open_tp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/lib/api/fs/ |
D | tracing_path.h | 15 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *na…
|
D | tracing_path.c | 128 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *na… in tracing_path__strerror_open_tp() function
|
/linux-4.4.14/tools/perf/tests/ |
D | openat-syscall.c | 24 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event()
|
D | openat-syscall-all-cpus.c | 36 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event_on_all_cpus()
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 2700 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime"); in trace__run() 2704 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)"); in trace__run()
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.c | 423 tracing_path__strerror_open_tp(err, help, sizeof(help), sys, name); in tracepoint_error()
|