Searched refs:evsel_name (Results 1 – 2 of 2) sorted by relevance
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 973 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)
|
/tools/perf/util/ |
D | annotate.c | 2273 const char *evsel_name = perf_evsel__name(evsel); in symbol__annotate_printf() local 2300 evsel_name = buf; in symbol__annotate_printf() 2307 d_filename, evsel_name, h->nr_samples, in symbol__annotate_printf()
|