Home
last modified time | relevance | path

Searched refs:evlist__add_newtp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.h124 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler);
H A Devlist.c326 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler) in evlist__add_newtp() function
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kvm.c1322 if (evlist__add_newtp(evlist, sys, name, NULL)) { in kvm_live_event_list()
H A Dbuiltin-trace.c3924 evlist__add_newtp(evlist, "sched", "sched_stat_runtime", trace__sched_stat_runtime))