Searched refs:tracing_path__strerror_open_tp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/api/fs/ |
H A D | tracing_path.h | 21 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
|
H A D | tracing_path.c | 116 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, in tracing_path__strerror_open_tp() function
|
/kernel/linux/linux-6.6/tools/lib/api/fs/ |
H A D | tracing_path.h | 22 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
|
H A D | tracing_path.c | 127 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, in tracing_path__strerror_open_tp() function
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | openat-syscall.c | 32 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 49 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event_on_all_cpus()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | openat-syscall.c | 34 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 50 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat"); in test__openat_syscall_event_on_all_cpus()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-events.c | 516 tracing_path__strerror_open_tp(err, help, sizeof(help), sys, name); in tracepoint_error()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 4154 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime"); 4158 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)");
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 4077 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime"); 4081 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)");
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.c | 555 tracing_path__strerror_open_tp(err, help, sizeof(help), sys, name); in tracepoint_error()
|
Completed in 23 milliseconds