Searched refs:evname (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 297 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() argument 317 evname = buf; in hists__fprintf_nr_sample_events() 334 if (evname != NULL) in hists__fprintf_nr_sample_events() 335 ret += fprintf(fp, " of event '%s'", evname); in hists__fprintf_nr_sample_events() 338 strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 363 const char *evname = perf_evsel__name(pos); in perf_evlist__tty_browse_hists() local 369 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists()
|
D | builtin-script.c | 168 const char *evname; in perf_evsel__do_check_stype() local 176 evname = perf_evsel__name(evsel); in perf_evsel__do_check_stype() 179 evname, sample_msg, output_field2str(field)); in perf_evsel__do_check_stype() 185 evname = perf_evsel__name(evsel); in perf_evsel__do_check_stype() 188 evname, sample_msg, output_field2str(field)); in perf_evsel__do_check_stype() 606 const char *evname = perf_evsel__name(evsel); in process_event() local 607 printf("%s: ", evname ? evname : "[unknown]"); in process_event() 1472 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local 1500 snprintf(evname, len + 1, "%s", p); in check_ev_match() 1504 if (!strcmp(perf_evsel__name(pos), evname)) { in check_ev_match()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 314 const char *evname = perf_evsel__name(pos); in perf_evlist__gtk_browse_hists() local 326 evname = buf; in perf_evlist__gtk_browse_hists() 338 tab_label = gtk_label_new(evname); in perf_evlist__gtk_browse_hists()
|