Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu97 local evname
98 for evname in $capture_events
101 *\"event\":\ \"${evname}\"* ) capture=1 ;;
232 local evname=${1}
234 local match="\"event\": \"$evname\""
270 local evname=${2}
274 _check_cached_events $evname
284 echo "Timeout waiting for event ${evname} on handle ${h}"
/openbmc/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()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c471 const char *evname, FILE *fp) in hists__fprintf_nr_sample_events() argument
494 evname = buf; in hists__fprintf_nr_sample_events()
511 if (evname != NULL) { in hists__fprintf_nr_sample_events()
513 evsel->core.nr_members > 1 ? "s" : "", evname); in hists__fprintf_nr_sample_events()
519 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events()
564 const char *evname = evsel__name(pos); in evlist__tty_browse_hists() local
572 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in evlist__tty_browse_hists()
H A Dbuiltin-script.c422 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()
/openbmc/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()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py2217 for evname in globals():
2218 if evname.startswith('IN_'):
2219 setattr(EventsCodes, evname, globals()[evname])
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c3645 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()