Searched refs:evlist__nr_groups (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | pfm.c | 80 evlist__nr_groups(evlist), in test__pfm_events() 165 evlist__nr_groups(evlist), in test__pfm_group()
|
| H A D | parse-events.c | 113 TEST_ASSERT_EVLIST("wrong number of groups", 0 == evlist__nr_groups(evlist), evlist); in test__checkevent_tracepoint() 126 TEST_ASSERT_EVLIST("wrong number of groups", 0 == evlist__nr_groups(evlist), evlist); in test__checkevent_tracepoint_multi() 911 evlist__nr_groups(evlist) == num_core_entries(evlist), in test__group1() 959 TEST_ASSERT_EVLIST("wrong number of groups", 1 == evlist__nr_groups(evlist), evlist); in test__group2() 1028 TEST_ASSERT_EVLIST("wrong number of groups", 2 == evlist__nr_groups(evlist), evlist); in test__group3() 1150 num_core_entries(evlist) == evlist__nr_groups(evlist), in test__group4() 1197 evlist__nr_groups(evlist) == (2 * num_core_entries(evlist)), in test__group5() 1290 evlist__nr_groups(evlist) == num_core_entries(evlist), in test__group_gh1() 1335 evlist__nr_groups(evlist) == num_core_entries(evlist), in test__group_gh2() 1380 evlist__nr_groups(evlist) == num_core_entries(evlist), in test__group_gh3() [all …]
|
| /linux/tools/perf/util/ |
| H A D | evlist.h | 253 static inline int evlist__nr_groups(struct evlist *evlist) in evlist__nr_groups() function
|
| H A D | evlist.c | 1849 if (evlist__nr_groups(evlist) == 0) { in evlist__force_leader()
|
| H A D | header.c | 788 u32 nr_groups = evlist__nr_groups(evlist); in write_group_desc()
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 1648 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
|
| H A D | builtin-record.c | 2589 if (evlist__nr_groups(rec->evlist) == 0) in __cmd_record()
|