Searched refs:evsel_list (Results 1 – 4 of 4) sorted by relevance
104 static struct evlist *evsel_list; variable106 .evlistp = &evsel_list,468 evlist__enable(evsel_list); in enable_counters()486 evlist__disable(evsel_list); in disable_counters()953 evlist__close(evsel_list); in __run_perf_stat()2286 evlist__delete(evsel_list); in __cmd_report()2517 evsel_list = evlist__new(); in cmd_stat()2518 if (evsel_list == NULL) in cmd_stat()2919 evlist__close(evsel_list); in cmd_stat()2927 iostat_release(evsel_list); in cmd_stat()[all …]
73 int perf_event__synthesize_extra_attr(const struct perf_tool *tool, struct evlist *evsel_list, perf…
1848 struct evsel *evlist__reset_weak_group(struct evlist *evsel_list, struct evsel *evsel, bool close) in evlist__reset_weak_group() argument1862 evlist__for_each_entry(evsel_list, c2) { in evlist__reset_weak_group()
2108 int perf_event__synthesize_extra_attr(const struct perf_tool *tool, struct evlist *evsel_list, in perf_event__synthesize_extra_attr() argument2118 evlist__for_each_entry(evsel_list, evsel) { in perf_event__synthesize_extra_attr()
Completed in 23 milliseconds