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

/linux-master/tools/perf/tests/
H A Devsel-tp-sched.c38 struct evsel *evsel = evsel__newtp("sched", "sched_switch");
42 pr_debug("evsel__newtp failed with %ld\n", PTR_ERR(evsel));
69 evsel = evsel__newtp("sched", "sched_wakeup");
72 pr_debug("evsel__newtp failed with %ld\n", PTR_ERR(evsel));
H A Dopenat-syscall.c32 evsel = evsel__newtp("syscalls", "sys_enter_openat");
H A Dopenat-syscall-tp-fields.c51 evsel = evsel__newtp("syscalls", "sys_enter_openat");
53 pr_debug("%s: evsel__newtp\n", __func__);
H A Dopenat-syscall-all-cpus.c48 evsel = evsel__newtp("syscalls", "sys_enter_openat");
H A Dmmap-basic.c83 evsels[i] = evsel__newtp("syscalls", name);
/linux-master/tools/perf/util/
H A Devsel.h242 static inline struct evsel *evsel__newtp(const char *sys, const char *name) function
H A Devlist.c389 struct evsel *evsel = evsel__newtp(sys, name);
/linux-master/tools/perf/
H A Dbuiltin-trace.c470 struct evsel *evsel = evsel__newtp("raw_syscalls", direction);
474 evsel = evsel__newtp("syscalls", direction);

Completed in 236 milliseconds