Searched refs:evname (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-script.c | 148 const char *evname; in perf_evsel__check_stype() local 154 evname = perf_evsel__name(evsel); in perf_evsel__check_stype() 157 evname, sample_msg, output_field2str(field)); in perf_evsel__check_stype() 163 evname = perf_evsel__name(evsel); in perf_evsel__check_stype() 166 evname, sample_msg, output_field2str(field)); in perf_evsel__check_stype() 286 const char *evname = NULL; in print_sample_start() local 323 evname = perf_evsel__name(evsel); in print_sample_start() 324 printf("%s: ", evname ? evname : "[unknown]"); in print_sample_start() 1053 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local 1081 snprintf(evname, len + 1, "%s", p); in check_ev_match() [all …]
|
D | builtin-report.c | 411 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() argument 425 evname = buf; in hists__fprintf_nr_sample_events() 435 if (evname != NULL) in hists__fprintf_nr_sample_events() 436 ret += fprintf(fp, " of event '%s'", evname); in hists__fprintf_nr_sample_events() 454 const char *evname = perf_evsel__name(pos); in perf_evlist__tty_browse_hists() local 460 hists__fprintf_nr_sample_events(rep, hists, evname, stdout); in perf_evlist__tty_browse_hists()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 380 const char *evname = perf_evsel__name(pos); in perf_evlist__gtk_browse_hists() local 392 evname = buf; in perf_evlist__gtk_browse_hists() 404 tab_label = gtk_label_new(evname); in perf_evlist__gtk_browse_hists()
|