Searched refs:is_timebase (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | perf_sample_tracker_unittest.cc | 90 EXPECT_TRUE(track_table.is_timebase()[*row_id]); in TEST_F() 121 EXPECT_TRUE(track_table.is_timebase()[*row_id]); in TEST_F() 144 EXPECT_TRUE(track_table.is_timebase()[*row_id]); in TEST_F() 179 EXPECT_TRUE(track_table.is_timebase()[*row_id]); in TEST_F()
|
/external/perfetto/test/trace_processor/diff_tests/profiling/ |
D | perf_sample_rvc.out | 1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
|
D | perf_sample_sc.out | 1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
|
/external/perfetto/src/trace_processor/importers/common/ |
D | track_tracker.cc | 408 bool is_timebase) { in CreatePerfCounterTrack() argument 412 row.is_timebase = is_timebase; in CreatePerfCounterTrack()
|
D | track_tracker.h | 142 bool is_timebase);
|