Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc367 static ExamplePage g_single_print{
378 const ExamplePage* test_case = &g_single_print; in TEST()
432 static ExamplePage g_really_long_event{
506 const ExamplePage* test_case = &g_really_long_event; in TEST()
543 static ExamplePage g_single_print_malformed{
555 const ExamplePage* test_case = &g_single_print_malformed; in TEST()
595 const ExamplePage* test_case = &g_single_print; in TEST()
640 static ExamplePage g_three_prints{
658 const ExamplePage* test_case = &g_three_prints; in TEST()
732 static ExamplePage g_six_sched_switch{
[all …]
Dcpu_reader_benchmark.cc29 perfetto::ExamplePage g_full_page_sched_switch{
/external/perfetto/src/traced/probes/ftrace/test/
Dcpu_reader_support.h27 struct ExamplePage { struct