/kernel/linux/linux-5.10/tools/perf/util/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A 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()
|
H A D | bpf_off_cpu.c | 47 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()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 446 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() 469 evname = buf; in hists__fprintf_nr_sample_events() 486 if (evname != NULL) { in hists__fprintf_nr_sample_events() 488 evsel->core.nr_members > 1 ? "s" : "", evname); in hists__fprintf_nr_sample_events() 494 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 542 const char *evname = evsel__name(pos); in perf_evlist__tty_browse_hists() local 547 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists() 445 hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, const char *evname, FILE *fp) hists__fprintf_nr_sample_events() argument
|
H A D | builtin-script.c | 386 const char *evname; in evsel__do_check_stype() local 394 evname = evsel__name(evsel); in evsel__do_check_stype() 397 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 403 evname = evsel__name(evsel); in evsel__do_check_stype() 406 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 1941 const char *evname = evsel__name(evsel); in process_event() local 1946 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]"); in process_event() 3044 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local 3072 snprintf(evname, len + 1, "%s", p); in check_ev_match() 3076 if (!strcmp(evsel__name(pos), evname)) { in check_ev_match() [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | hists.c | 638 const char *evname = 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()
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | hists.c | 636 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()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 472 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() 495 evname = buf; in hists__fprintf_nr_sample_events() 512 if (evname != NULL) { in hists__fprintf_nr_sample_events() 514 evsel->core.nr_members > 1 ? "s" : "", evname); in hists__fprintf_nr_sample_events() 520 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 565 const char *evname = evsel__name(pos); in evlist__tty_browse_hists() local 573 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in evlist__tty_browse_hists() 471 hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, const char *evname, FILE *fp) hists__fprintf_nr_sample_events() argument
|
H A D | builtin-script.c | 422 const char *evname; in evsel__do_check_stype() local 430 evname = evsel__name(evsel); in evsel__do_check_stype() 433 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 439 evname = evsel__name(evsel); in evsel__do_check_stype() 442 evname, sample_msg, output_field2str(field)); in evsel__do_check_stype() 2163 const char *evname = evsel__name(evsel); in process_event() local 2168 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]"); in process_event() 3419 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local 3447 snprintf(evname, len + 1, "%s", p); in check_ev_match() 3451 if (!strcmp(evsel__name(pos), evname)) { in check_ev_match() [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 3656 const char *evname = evsel__name(browser->block_evsel); in block_hists_browser__title() local 3661 if (evname) in block_hists_browser__title() 3662 scnprintf(bf + ret, size - ret, " of event '%s'", evname); in block_hists_browser__title()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 3645 const char *evname = evsel__name(browser->block_evsel); in block_hists_browser__title() local 3650 if (evname) in block_hists_browser__title() 3651 scnprintf(bf + ret, size - ret, " of event '%s'", evname); in block_hists_browser__title()
|