Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Devlist.c456 static int evsel__strcmp(struct evsel *pos, char *evsel_name) in evsel__strcmp()
479 static void __evlist__disable(struct evlist *evlist, char *evsel_name, bool excl_dummy) in __evlist__disable()
544 void evlist__disable_evsel(struct evlist *evlist, char *evsel_name) in evlist__disable_evsel()
549 static void __evlist__enable(struct evlist *evlist, char *evsel_name, bool excl_dummy) in __evlist__enable()
601 void evlist__enable_evsel(struct evlist *evlist, char *evsel_name) in evlist__enable_evsel()
Dannotate.c2409 const char *evsel_name = evsel__name(evsel); in symbol__annotate_printf() local
/Linux-v6.1/tools/perf/scripts/python/
Dexport-to-postgresql.py976 def evsel_table(evsel_id, evsel_name, *x): argument