Home
last modified time | relevance | path

Searched refs:evsel_name (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py973 def evsel_table(evsel_id, evsel_name, *x): argument
974 evsel_name = toserverstr(evsel_name)
975 n = len(evsel_name)
977 value = struct.pack(fmt, 2, 8, evsel_id, n, evsel_name)
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c2362 const char *evsel_name = evsel__name(evsel); in symbol__annotate_printf() local
2389 evsel_name = buf; in symbol__annotate_printf()
2396 d_filename, evsel_name, h->nr_samples, in symbol__annotate_printf()