Searched refs:evsel__newtp (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
D | evsel-tp-sched.c | 38 struct evsel *evsel = evsel__newtp("sched", "sched_switch"); in test__perf_evsel__tp_sched_test() 69 evsel = evsel__newtp("sched", "sched_wakeup"); in test__perf_evsel__tp_sched_test()
|
D | openat-syscall.c | 31 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__openat_syscall_event()
|
D | openat-syscall-all-cpus.c | 48 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__openat_syscall_event_on_all_cpus()
|
D | openat-syscall-tp-fields.c | 50 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__syscall_openat_tp_fields()
|
D | mmap-basic.c | 81 evsels[i] = evsel__newtp("syscalls", name); in test__basic_mmap()
|
/linux-6.1.9/tools/perf/util/ |
D | evsel.h | 236 static inline struct evsel *evsel__newtp(const char *sys, const char *name) in evsel__newtp() function
|
D | evlist.c | 379 struct evsel *evsel = evsel__newtp(sys, name); in evlist__add_newtp()
|
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 469 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); in perf_evsel__raw_syscall_newtp() 473 evsel = evsel__newtp("syscalls", direction); in perf_evsel__raw_syscall_newtp()
|