Searched refs:evlist__add_newtp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | evlist.h | 122 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler);
|
D | evlist.c | 325 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler) in evlist__add_newtp() function
|
/Linux-v5.15/tools/perf/ |
D | builtin-kvm.c | 1322 if (evlist__add_newtp(evlist, sys, name, NULL)) { in kvm_live_event_list()
|
D | builtin-trace.c | 3954 evlist__add_newtp(evlist, "sched", "sched_stat_runtime", trace__sched_stat_runtime))
|