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

/linux-4.1.27/tools/perf/scripts/python/
H A Dexport-to-postgresql.py382 def evsel_table(evsel_id, evsel_name, *x):
383 n = len(evsel_name)
385 value = struct.pack(fmt, 2, 8, evsel_id, n, evsel_name)
/linux-4.1.27/tools/perf/util/
H A Dannotate.c1306 const char *evsel_name = perf_evsel__name(evsel); symbol__annotate_printf() local
1327 evsel_name_len = strlen(evsel_name); symbol__annotate_printf()
1333 width, width, "Percent", d_filename, evsel_name); symbol__annotate_printf()

Completed in 103 milliseconds