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.cc322 static ExamplePage g_single_print{
333 const ExamplePage* test_case = &g_single_print; in TEST()
374 static ExamplePage g_really_long_event{
448 const ExamplePage* test_case = &g_really_long_event; in TEST()
473 static ExamplePage g_single_print_malformed{
485 const ExamplePage* test_case = &g_single_print_malformed; in TEST()
512 const ExamplePage* test_case = &g_single_print; in TEST()
547 static ExamplePage g_three_prints{
565 const ExamplePage* test_case = &g_three_prints; in TEST()
626 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