Searched refs:evsel_list (Results 1 – 4 of 4) sorted by relevance
168 static struct evlist *evsel_list; variable295 evlist__reset_stats(evsel_list); in perf_stat__reset_stats()544 evlist__enable(evsel_list); in enable_counters()562 evlist__disable(evsel_list); in disable_counters()720 evsel_list->core.threads && in stat_handle_error()993 evlist__close(evsel_list); in __run_perf_stat()2309 evsel_list = evlist__new(); in cmd_stat()2310 if (evsel_list == NULL) in cmd_stat()2691 evlist__close(evsel_list); in cmd_stat()2699 iostat_release(evsel_list); in cmd_stat()[all …]
54 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event…
1788 struct evsel *evlist__reset_weak_group(struct evlist *evsel_list, struct evsel *evsel, bool close) in evlist__reset_weak_group() argument1802 evlist__for_each_entry(evsel_list, c2) { in evlist__reset_weak_group()
2071 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, in perf_event__synthesize_extra_attr() argument2081 evlist__for_each_entry(evsel_list, evsel) { in perf_event__synthesize_extra_attr()
Completed in 17 milliseconds