Home
last modified time | relevance | path

Searched refs:evsel__newtp (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/
H A Devsel-tp-sched.c38 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()
H A Dopenat-syscall.c32 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c48 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__openat_syscall_event_on_all_cpus()
H A Dopenat-syscall-tp-fields.c51 evsel = evsel__newtp("syscalls", "sys_enter_openat"); in test__syscall_openat_tp_fields()
H A Dmmap-basic.c83 evsels[i] = evsel__newtp("syscalls", name); in test__basic_mmap()
/linux/tools/perf/util/
H A Devsel.h256 static inline struct evsel *evsel__newtp(const char *sys, const char *name) in evsel__newtp() function
H A Devlist.c390 struct evsel *evsel = evsel__newtp(sys, name); in evlist__add_newtp()
/linux/tools/perf/
H A Dbuiltin-trace.c470 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); in perf_evsel__raw_syscall_newtp()
474 evsel = evsel__newtp("syscalls", direction); in perf_evsel__raw_syscall_newtp()