Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py672 def evsel_table(evsel_id, evsel_name, *x): argument
673 n = len(evsel_name)
675 value = struct.pack(fmt, 2, 8, evsel_id, n, evsel_name)
/Linux-v4.19/tools/perf/util/
Dannotate.c2057 const char *evsel_name = perf_evsel__name(evsel); in symbol__annotate_printf() local
2084 evsel_name = buf; in symbol__annotate_printf()
2091 d_filename, evsel_name, h->nr_samples, in symbol__annotate_printf()