Home
last modified time | relevance | path

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

/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_thread_descriptor.proto52 optional ThreadType thread_type = 1; field
54 // To support old UI. New UI should determine default sorting by thread_type.
Dthread_descriptor.proto73 // To support old UI. New UI should determine default sorting by thread_type.
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1323 auto thread_type = decoder.chrome_thread_type(); in ParseThreadDescriptor() local
1325 static_cast<size_t>(thread_type) < chrome_thread_name_ids_.size() in ParseThreadDescriptor()
1326 ? static_cast<size_t>(thread_type) in ParseThreadDescriptor()
1345 auto thread_type = decoder.thread_type(); in ParseChromeThreadDescriptor() local
1347 static_cast<size_t>(thread_type) < chrome_thread_name_ids_.size() in ParseChromeThreadDescriptor()
1348 ? static_cast<size_t>(thread_type) in ParseChromeThreadDescriptor()
/external/v8/src/logging/
Dcounters.cc437 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats() argument
438 : in_use_(false), thread_type_(thread_type) { in RuntimeCallStats()
Dcounters.h1128 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type);
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6660 // To support old UI. New UI should determine default sorting by thread_type.
6727 optional ThreadType thread_type = 1; field
6729 // To support old UI. New UI should determine default sorting by thread_type.