Home
last modified time | relevance | path

Searched defs:evsel_name (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/util/
Devlist.c472 static int evsel__strcmp(struct evsel *pos, char *evsel_name) in evsel__strcmp()
495 static void __evlist__disable(struct evlist *evlist, char *evsel_name, bool excl_dummy) in __evlist__disable()
560 void evlist__disable_evsel(struct evlist *evlist, char *evsel_name) in evlist__disable_evsel()
565 static void __evlist__enable(struct evlist *evlist, char *evsel_name, bool excl_dummy) in __evlist__enable()
617 void evlist__enable_evsel(struct evlist *evlist, char *evsel_name) in evlist__enable_evsel()
Dannotate.c1179 const char *evsel_name = evsel__name(evsel); in symbol__annotate_printf() local
/linux-6.12.1/tools/perf/scripts/python/
Dexport-to-postgresql.py976 def evsel_table(evsel_id, evsel_name, *x): argument