Searched refs:evsel__group_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | parse-events.c | 928 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 0, evsel); in test__group1() 942 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 1, evsel); in test__group1() 978 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 0, evsel); in test__group2() 995 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 1, in test__group2() 1055 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 0, evsel); in test__group3() 1078 evsel__group_idx(evsel) == 1, in test__group3() 1099 evsel__group_idx(evsel) == 0, in test__group3() 1120 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 1, in test__group3() 1168 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 0, evsel); in test__group4() 1183 TEST_ASSERT_EVSEL("wrong group_idx", evsel__group_idx(evsel) == 1, evsel); in test__group4() [all …]
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | evsel.c | 118 evsel_idx = evsel__group_idx(evsel); in arch_evsel__apply_ratio_to_prev()
|
| /linux/tools/perf/util/ |
| H A D | evsel.h | 486 static inline int evsel__group_idx(struct evsel *evsel) in evsel__group_idx() function
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 220 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair() 225 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
|