Home
last modified time | relevance | path

Searched refs:evlist__nr_groups (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dpfm.c79 evlist__nr_groups(evlist), in test__pfm_events()
164 evlist__nr_groups(evlist), in test__pfm_group()
H A Dparse-events.c90 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist__nr_groups(evlist)); in test__checkevent_tracepoint()
103 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist__nr_groups(evlist)); in test__checkevent_tracepoint_multi()
861 evlist__nr_groups(evlist) == num_core_entries()); in test__group1()
907 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist__nr_groups(evlist)); in test__group2()
968 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist__nr_groups(evlist)); in test__group3()
1070 num_core_entries() == evlist__nr_groups(evlist)); in test__group4()
1115 evlist__nr_groups(evlist) == (2 * num_core_entries())); in test__group5()
1201 evlist__nr_groups(evlist) == num_core_entries()); in test__group_gh1()
1242 evlist__nr_groups(evlist) == num_core_entries()); in test__group_gh2()
1283 evlist__nr_groups(evlist) == num_core_entries()); in test__group_gh3()
[all …]
/openbmc/linux/tools/perf/util/
H A Devlist.h251 static inline int evlist__nr_groups(struct evlist *evlist) in evlist__nr_groups() function
H A Devlist.c1813 if (evlist__nr_groups(evlist) == 0) { in evlist__force_leader()
H A Dheader.c786 u32 nr_groups = evlist__nr_groups(evlist); in write_group_desc()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c1520 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
H A Dbuiltin-record.c2458 if (evlist__nr_groups(rec->evlist) == 0) in __cmd_record()