Searched refs:evname (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | evswitch.c | 34 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()
|
/Linux-v5.4/tools/perf/ |
D | builtin-report.c | 411 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() argument 434 evname = buf; in hists__fprintf_nr_sample_events() 451 if (evname != NULL) { in hists__fprintf_nr_sample_events() 453 evsel->core.nr_members > 1 ? "s" : "", evname); in hists__fprintf_nr_sample_events() 460 strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 489 const char *evname = perf_evsel__name(pos); in perf_evlist__tty_browse_hists() local 495 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists()
|
D | builtin-script.c | 359 const char *evname; in perf_evsel__do_check_stype() local 367 evname = perf_evsel__name(evsel); in perf_evsel__do_check_stype() 370 evname, sample_msg, output_field2str(field)); in perf_evsel__do_check_stype() 376 evname = perf_evsel__name(evsel); in perf_evsel__do_check_stype() 379 evname, sample_msg, output_field2str(field)); in perf_evsel__do_check_stype() 1834 const char *evname = perf_evsel__name(evsel); in process_event() local 1839 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]"); in process_event() 3023 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local 3051 snprintf(evname, len + 1, "%s", p); in check_ev_match() 3055 if (!strcmp(perf_evsel__name(pos), evname)) { in check_ev_match()
|
/Linux-v5.4/tools/perf/ui/gtk/ |
D | hists.c | 638 const char *evname = perf_evsel__name(pos); in perf_evlist__gtk_browse_hists() local 650 evname = buf; in perf_evlist__gtk_browse_hists() 665 tab_label = gtk_label_new(evname); in perf_evlist__gtk_browse_hists()
|