Home
last modified time | relevance | path

Searched refs:evname (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Devswitch.c34 static int evswitch__fprintf_enoent(FILE *fp, const char *evtype, const char *evname) in evswitch__fprintf_enoent() argument
36 int printed = fprintf(fp, "ERROR: switch-%s event not found (%s)\n", evtype, evname); in evswitch__fprintf_enoent()
H A Dbpf_off_cpu.c47 char *evname = strdup(OFFCPU_EVENT); in off_cpu_config() local
49 if (evname == NULL) in off_cpu_config()
54 free(evname); in off_cpu_config()
66 evsel->name = evname; in off_cpu_config()
H A Dintel-tpebs.c128 const char *evname; in process_sample_event() local
131 evname = evsel__name(evsel); in process_sample_event()
139 if (!strcmp(evname, t->name)) { in process_sample_event()
/linux/tools/perf/ui/gtk/
H A Dhists.c636 const char *evname = evsel__name(pos); in evlist__gtk_browse_hists() local
648 evname = buf; in evlist__gtk_browse_hists()
663 tab_label = gtk_label_new(evname); in evlist__gtk_browse_hists()
/linux/tools/perf/ui/browsers/
H A Dhists.c3669 const char *evname = evsel__name(browser->block_evsel); in block_hists_browser__title() local
3674 if (evname) in block_hists_browser__title()
3675 scnprintf(bf + ret, size - ret, " of event '%s'", evname); in block_hists_browser__title()