Home
last modified time | relevance | path

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

/tools/perf/tests/
Dpfm.c96 int nr_groups; in test__pfm_group() member
101 .nr_groups = 0, in test__pfm_group()
106 .nr_groups = 0, in test__pfm_group()
111 .nr_groups = 0, in test__pfm_group()
116 .nr_groups = 0, in test__pfm_group()
121 .nr_groups = 0, in test__pfm_group()
126 .nr_groups = 2, in test__pfm_group()
131 .nr_groups = 0, in test__pfm_group()
137 .nr_groups = 1, in test__pfm_group()
142 .nr_groups = 0, in test__pfm_group()
[all …]
/tools/perf/util/
Denv.h84 int nr_groups; member
Dheader.c786 u32 nr_groups = evlist__nr_groups(evlist); in write_group_desc() local
790 ret = do_write(ff, &nr_groups, sizeof(nr_groups)); in write_group_desc()
2813 u32 i, nr, nr_groups; in process_group_desc() local
2822 if (do_read_u32(ff, &nr_groups)) in process_group_desc()
2825 ff->ph->env.nr_groups = nr_groups; in process_group_desc()
2826 if (!nr_groups) { in process_group_desc()
2831 desc = calloc(nr_groups, sizeof(*desc)); in process_group_desc()
2835 for (i = 0; i < nr_groups; i++) { in process_group_desc()
2854 if (i < nr_groups && evsel->core.idx == (int) desc[i].leader_idx) { in process_group_desc()
2863 if (i >= nr_groups || nr > 0) { in process_group_desc()
[all …]
/tools/lib/perf/
Devlist.c748 int nr_groups = 0; in perf_evlist__nr_groups() local
757 nr_groups++; in perf_evlist__nr_groups()
759 return nr_groups; in perf_evlist__nr_groups()