Searched refs:expected_callchain (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_cumulate.c | 178 struct callchain_result *expected_callchain, size_t nr_callchain) in do_test() 232 c < expected_callchain[i].nr); in do_test() 234 !strcmp(CDSO(clist), expected_callchain[i].node[c].dso) && in do_test() 235 !strcmp(CSYM(clist), expected_callchain[i].node[c].sym)); in do_test() 240 c <= expected_callchain[i].nr); in do_test() 378 struct callchain_result expected_callchain[] = { in test2() local 440 expected_callchain, ARRAY_SIZE(expected_callchain)); in test2() 605 struct callchain_result expected_callchain[] = { in test4() local 684 expected_callchain, ARRAY_SIZ in test4() 177 do_test(struct hists *hists, struct result *expected, size_t nr_expected, struct callchain_result *expected_callchain, size_t nr_callchain) do_test() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_cumulate.c | 191 struct callchain_result *expected_callchain, size_t nr_callchain) in do_test() 245 c < expected_callchain[i].nr); in do_test() 247 !strcmp(CDSO(clist), expected_callchain[i].node[c].dso) && in do_test() 248 !strcmp(CSYM(clist), expected_callchain[i].node[c].sym)); in do_test() 253 c <= expected_callchain[i].nr); in do_test() 391 struct callchain_result expected_callchain[] = { in test2() local 453 expected_callchain, ARRAY_SIZE(expected_callchain)); in test2() 618 struct callchain_result expected_callchain[] = { in test4() local 697 expected_callchain, ARRAY_SIZ in test4() 190 do_test(struct hists *hists, struct result *expected, size_t nr_expected, struct callchain_result *expected_callchain, size_t nr_callchain) do_test() argument [all...] |
Completed in 2 milliseconds