Searched refs:nr_groups (Results 1 – 14 of 14) sorted by relevance
/tools/perf/tests/ |
D | pfm.c | 99 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 …]
|
D | bpf.c | 155 evlist->core.nr_groups = parse_state.nr_groups; in do_test()
|
D | parse-events.c | 54 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/ |
D | evlist.h | 19 int nr_groups; member
|
/tools/perf/util/ |
D | env.h | 73 int nr_groups; member
|
D | header.c | 781 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 …]
|
D | pfm.c | 113 evlist->core.nr_groups++; in parse_libpfm_events_option()
|
D | parse-events.h | 135 int nr_groups; member
|
D | parse-events.c | 1794 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()
|
D | parse-events.y | 57 parse_state->nr_groups++; in inc_group_count()
|
D | evlist.c | 1751 if (!evlist->core.nr_groups) { in evlist__force_leader()
|
/tools/lib/perf/ |
D | evlist.c | 661 evlist->nr_groups = evlist->nr_entries > 1 ? 1 : 0; in perf_evlist__set_leader()
|
/tools/perf/ |
D | builtin-report.c | 1460 if (symbol_conf.group_sort_idx && !session->evlist->core.nr_groups) { in cmd_report()
|
D | builtin-record.c | 1751 if (!rec->evlist->core.nr_groups) in __cmd_record()
|