Home
last modified time | relevance | path

Searched refs:nr_groups (Results 1 – 14 of 14) sorted by relevance

/tools/perf/tests/
Dpfm.c99 evlist->core.nr_groups, in test__pfm_events()
115 int nr_groups; in test__pfm_group() member
120 .nr_groups = 0, in test__pfm_group()
125 .nr_groups = 1, in test__pfm_group()
130 .nr_groups = 1, in test__pfm_group()
135 .nr_groups = 1, in test__pfm_group()
140 .nr_groups = 2, in test__pfm_group()
145 .nr_groups = 2, in test__pfm_group()
150 .nr_groups = 0, in test__pfm_group()
156 .nr_groups = 1, in test__pfm_group()
[all …]
Dbpf.c155 evlist->core.nr_groups = parse_state.nr_groups; in do_test()
Dparse-events.c54 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint()
67 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint_multi()
673 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group1()
715 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group2()
770 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group3()
862 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group4()
906 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group5()
992 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh1()
1032 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh2()
1072 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh3()
[all …]
/tools/lib/perf/include/internal/
Devlist.h19 int nr_groups; member
/tools/perf/util/
Denv.h73 int nr_groups; member
Dheader.c781 u32 nr_groups = evlist->core.nr_groups; in write_group_desc() local
785 ret = do_write(ff, &nr_groups, sizeof(nr_groups)); in write_group_desc()
2700 u32 i, nr, nr_groups; in process_group_desc() local
2709 if (do_read_u32(ff, &nr_groups)) in process_group_desc()
2712 ff->ph->env.nr_groups = nr_groups; in process_group_desc()
2713 if (!nr_groups) { in process_group_desc()
2718 desc = calloc(nr_groups, sizeof(*desc)); in process_group_desc()
2722 for (i = 0; i < nr_groups; i++) { in process_group_desc()
2738 session->evlist->core.nr_groups = nr_groups; in process_group_desc()
2751 if (i >= nr_groups || nr > 0) { in process_group_desc()
[all …]
Dpfm.c113 evlist->core.nr_groups++; in parse_libpfm_events_option()
Dparse-events.h135 int nr_groups; member
Dparse-events.c1794 parse_state->nr_groups--; in parse_events__set_leader_for_uncore_aliase()
1825 parse_state->nr_groups += nr_pmu - 1; in parse_events__set_leader_for_uncore_aliase()
2299 evlist->core.nr_groups += parse_state.nr_groups; in __parse_events()
Dparse-events.y57 parse_state->nr_groups++; in inc_group_count()
Devlist.c1751 if (!evlist->core.nr_groups) { in evlist__force_leader()
/tools/lib/perf/
Devlist.c661 evlist->nr_groups = evlist->nr_entries > 1 ? 1 : 0; in perf_evlist__set_leader()
/tools/perf/
Dbuiltin-report.c1460 if (symbol_conf.group_sort_idx && !session->evlist->core.nr_groups) { in cmd_report()
Dbuiltin-record.c1751 if (!rec->evlist->core.nr_groups) in __cmd_record()