Home
last modified time | relevance | path

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

/tools/perf/tests/
A 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/
A Denv.h82 int nr_groups; member
A Dheader.c789 u32 nr_groups = evlist__nr_groups(evlist); in write_group_desc() local
793 ret = do_write(ff, &nr_groups, sizeof(nr_groups)); in write_group_desc()
2793 u32 i, nr, nr_groups; in process_group_desc() local
2802 if (do_read_u32(ff, &nr_groups)) in process_group_desc()
2805 env->nr_groups = nr_groups; in process_group_desc()
2806 if (!nr_groups) { in process_group_desc()
2811 desc = calloc(nr_groups, sizeof(*desc)); in process_group_desc()
2815 for (i = 0; i < nr_groups; i++) { in process_group_desc()
2843 if (i >= nr_groups || nr > 0) { in process_group_desc()
2859 if (i != nr_groups || nr != 0) { in process_group_desc()
[all …]
/tools/lib/perf/
A Devlist.c791 int nr_groups = 0; in perf_evlist__nr_groups() local
800 nr_groups++; in perf_evlist__nr_groups()
802 return nr_groups; in perf_evlist__nr_groups()

Completed in 15 milliseconds