Searched refs:evsel__is_group_event (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/perf/tests/
H A Dexpand-cgroup.c47 was_group_event = evsel__is_group_event(evlist__first(evlist));
78 if (evsel__is_group_event(evsel) != was_group_event) {
80 evsel__is_group_event(evsel) ? "true" : "false",
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c141 if (evsel__is_group_event(evsel)) {
/linux-master/tools/perf/ui/
H A Dhist.c47 if (evsel__is_group_event(evsel)) {
194 if (!evsel__is_group_event(evsel))
244 if (!evsel__is_group_event(evsel))
/linux-master/tools/perf/
H A Dbuiltin-annotate.c336 if (evsel__is_group_event(evsel)) {
346 if (evsel__is_group_event(evsel)) {
372 if (evsel__is_group_event(evsel)) {
H A Dbuiltin-report.c492 if (evsel__is_group_event(evsel)) {
/linux-master/tools/perf/util/
H A Devsel.h436 * evsel__is_group_event - Return whether given evsel is a group event
443 static inline bool evsel__is_group_event(struct evsel *evsel) function
H A Dannotate.c1363 if (evsel__is_group_event(args->evsel))
1666 if (evsel__is_group_event(evsel))
2665 if (evsel__is_group_event(evsel)) {
2813 if (evsel__is_group_event(evsel)) {
3393 if (evsel__is_group_event(evsel))
H A Dhist.c2761 if (evsel__is_group_event(evsel)) {
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3420 if (evsel__is_group_event(evsel)) {

Completed in 133 milliseconds