HomeSort by relevance Sort by last modified time
    Searched refs:ExamplePage (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/ftrace_reader/test/
cpu_reader_support.h 27 struct ExamplePage {
  /external/perfetto/src/ftrace_reader/
cpu_reader_unittest.cc 323 static ExamplePage g_single_print{
334 const ExamplePage* test_case = &g_single_print;
373 static ExamplePage g_really_long_event{
447 const ExamplePage* test_case = &g_really_long_event;
470 static ExamplePage g_single_print_malformed{
482 const ExamplePage* test_case = &g_single_print_malformed;
507 const ExamplePage* test_case = &g_single_print;
542 static ExamplePage g_three_prints{
560 const ExamplePage* test_case = &g_three_prints;
619 static ExamplePage g_six_sched_switch
    [all...]
cpu_reader_benchmark.cc 28 perfetto::ExamplePage g_full_page_sched_switch{
292 using perfetto::ExamplePage;
304 const ExamplePage* test_case = &g_full_page_sched_switch;

Completed in 304 milliseconds