Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c47 was_group_event = evsel__is_group_event(evlist__first(evlist)); in test_expand_events()
78 if (evsel__is_group_event(evsel) != was_group_event) { in test_expand_events()
80 evsel__is_group_event(evsel) ? "true" : "false", in test_expand_events()
/openbmc/linux/tools/perf/ui/
H A Dhist.c47 if (evsel__is_group_event(evsel)) { in __hpp__fmt()
194 if (!evsel__is_group_event(evsel)) in __hpp__group_sort_idx()
244 if (!evsel__is_group_event(evsel)) in __hpp__sort()
/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c133 if (evsel__is_group_event(evsel)) { in perf_gtk__annotate_symbol()
/openbmc/linux/tools/perf/util/
H A Devsel.h442 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event() function
H A Dannotate.c1286 if (evsel__is_group_event(args->evsel)) in disasm_line__new()
1589 if (evsel__is_group_event(evsel)) in annotation_line__print()
2561 if (evsel__is_group_event(evsel)) { in symbol__annotate_printf()
2709 if (evsel__is_group_event(evsel)) { in map_symbol__annotation_dump()
3285 if (evsel__is_group_event(evsel)) in symbol__annotate2()
H A Dhist.c2770 if (evsel__is_group_event(evsel)) { in __hists__scnprintf_title()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c490 if (evsel__is_group_event(evsel)) { in hists__fprintf_nr_sample_events()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c3419 if (evsel__is_group_event(evsel)) { in perf_evsel_menu__write()