Home
last modified time | relevance | path

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

/tools/testing/selftests/ftrace/
DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
7 Running the ftrace testcases
11 To run all testcases:
15 To run specific testcases:
19 Or you can also run testcases under given directory:
23 Contributing new testcases
36 * You can add a directory for your testcases under test.d/ if needed.
/tools/perf/tests/
Dhists_cumulate.c697 test_fn_t testcases[] = { in test__hists_cumulate() local
722 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate()
723 err = testcases[i](evsel, machine); in test__hists_cumulate()
Dhists_output.c587 test_fn_t testcases[] = { in test__hists_output() local
613 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output()
614 err = testcases[i](evsel, machine); in test__hists_output()