Searched refs:EventCategory (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | tracing.h | 38 enum struct EventCategory : unsigned { enum 45 return static_cast<unsigned>(EventCategory::kNumCategories); in GetNumEventCategories() 47 const char* GetEventCategoryName(EventCategory); 63 friend void SetEventCollector(EventCategory, const EventCollector*); 64 friend const EventCollector* GetEventCollector(EventCategory); 70 void SetEventCollector(EventCategory category, const EventCollector* collector); 74 inline const EventCollector* GetEventCollector(EventCategory category) { in GetEventCollector() 88 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() 106 ScopedRegion(EventCategory category, uint64 arg) in ScopedRegion() 115 ScopedRegion(EventCategory category) in ScopedRegion() [all …]
|
D | tracing.cc | 35 const char* GetEventCategoryName(EventCategory category) { in GetEventCategoryName() 37 case EventCategory::kScheduleClosure: in GetEventCategoryName() 39 case EventCategory::kRunClosure: in GetEventCategoryName() 41 case EventCategory::kCompute: in GetEventCategoryName() 51 void SetEventCollector(EventCategory category, in SetEventCollector()
|
/external/perfetto/src/trace_processor/ |
D | proto_incremental_state.h | 45 struct StorageReferences<protos::pbzero::EventCategory> { 162 InternedDataMap<protos::pbzero::EventCategory> event_categories_; 187 inline ProtoIncrementalState::InternedDataMap<protos::pbzero::EventCategory>* 189 protos::pbzero::EventCategory>() {
|
D | proto_trace_tokenizer.cc | 278 InternMessage<protos::pbzero::EventCategory>( in ParseInternedData()
|
D | proto_trace_parser.cc | 1438 sequence_state->GetInternedDataMap<protos::pbzero::EventCategory>(); in ParseTrackEvent() 1453 protos::pbzero::EventCategory>{category_id}; in ParseTrackEvent() 1458 sequence_state->GetInternedDataMap<protos::pbzero::EventCategory>(); in ParseTrackEvent()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util.cc | 114 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in SchedClosure() 118 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, id); in SchedClosure()
|
D | executor.cc | 1390 tracing::GetEventCollector(tracing::EventCategory::kCompute)), in ExecutorState() 1800 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in Process()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool.cc | 69 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask() 82 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_device.cc | 32 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in Compute()
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 61 repeated EventCategory event_categories = 1;
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 147 message EventCategory { message
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2517 repeated EventCategory event_categories = 1; 3254 message EventCategory { message
|