Searched refs:evname (Results 1 – 5 of 5) sorted by relevance
34 static int evswitch__fprintf_enoent(FILE *fp, const char *evtype, const char *evname) in evswitch__fprintf_enoent() argument36 int printed = fprintf(fp, "ERROR: switch-%s event not found (%s)\n", evtype, evname); in evswitch__fprintf_enoent()
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()
128 const char *evname; in process_sample_event() local131 evname = evsel__name(evsel); in process_sample_event()139 if (!strcmp(evname, t->name)) { in process_sample_event()
636 const char *evname = evsel__name(pos); in evlist__gtk_browse_hists() local648 evname = buf; in evlist__gtk_browse_hists()663 tab_label = gtk_label_new(evname); in evlist__gtk_browse_hists()
3669 const char *evname = evsel__name(browser->block_evsel); in block_hists_browser__title() local3674 if (evname) in block_hists_browser__title()3675 scnprintf(bf + ret, size - ret, " of event '%s'", evname); in block_hists_browser__title()