Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c179 struct callchain_result *expected_callchain, size_t nr_callchain) in do_test() argument
231 c < expected_callchain[i].nr); in do_test()
233 !strcmp(CDSO(clist), expected_callchain[i].node[c].dso) && in do_test()
234 !strcmp(CSYM(clist), expected_callchain[i].node[c].sym)); in do_test()
239 c <= expected_callchain[i].nr); in do_test()
377 struct callchain_result expected_callchain[] = { in test2() local
439 expected_callchain, ARRAY_SIZE(expected_callchain)); in test2()
604 struct callchain_result expected_callchain[] = { in test4() local
681 expected_callchain, ARRAY_SIZE(expected_callchain)); in test4()