Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc716 auto* thread_desc = packet->set_thread_descriptor(); in TEST_F() local
717 thread_desc->set_pid(15); in TEST_F()
718 thread_desc->set_tid(16); in TEST_F()
719 thread_desc->set_reference_timestamp_us(1000); in TEST_F()
720 thread_desc->set_reference_thread_time_us(2000); in TEST_F()
721 thread_desc->set_thread_name("OldThreadName"); in TEST_F()
727 auto* thread_desc = packet->set_thread_descriptor(); in TEST_F() local
728 thread_desc->set_pid(15); in TEST_F()
729 thread_desc->set_tid(16); in TEST_F()
730 thread_desc->set_reference_timestamp_us(1000); in TEST_F()
[all …]