Searched refs:EventCategory (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | tracing.h | 33 enum struct EventCategory : unsigned { enum 40 return static_cast<unsigned>(EventCategory::kNumCategories); in GetNumEventCategories() 42 const char* GetEventCategoryName(EventCategory); 58 friend void SetEventCollector(EventCategory, const EventCollector*); 59 friend const EventCollector* GetEventCollector(EventCategory); 65 void SetEventCollector(EventCategory category, const EventCollector* collector); 69 inline const EventCollector* GetEventCollector(EventCategory category) { in GetEventCollector() 83 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() 98 ScopedRegion(EventCategory category, uint64 arg) in ScopedRegion() 107 explicit ScopedRegion(EventCategory category) in ScopedRegion() [all …]
|
D | tracing.cc | 29 const char* GetEventCategoryName(EventCategory category) { in GetEventCategoryName() 31 case EventCategory::kScheduleClosure: in GetEventCategoryName() 33 case EventCategory::kRunClosure: in GetEventCategoryName() 35 case EventCategory::kCompute: in GetEventCategoryName() 45 void SetEventCollector(EventCategory category, in SetEventCollector()
|
D | threadpool.cc | 70 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask() 83 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer_unittest.cc | 251 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found); in TEST_F() 262 analyzer->FindEvents(Query::EventCategory() != Query::String("cat1"), &found); in TEST_F() 448 (Query::EventCategory() == Query::String("cat1") || in TEST_F() 449 Query::EventCategory() == Query::String("cat2") || in TEST_F() 450 Query::EventCategory() == Query::String("cat3")), in TEST_F() 489 (Query::EventCategory() == Query::String("cat1") || in TEST_F() 490 Query::EventCategory() == Query::String("cat2") || in TEST_F() 491 Query::EventCategory() == Query::String("cat3")), in TEST_F() 672 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1") && in TEST_F() 677 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1") && in TEST_F() [all …]
|
D | trace_event_analyzer.cc | 773 Query::EventCategory() == Query::OtherCategory() && in AssociateBeginEndEvents() 790 Query match(Query::EventCategory() == Query::OtherCategory() && in AssociateAsyncBeginEndEvents()
|
D | trace_event_analyzer.h | 258 static Query EventCategory() { return Query(EVENT_CATEGORY); } in EventCategory() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util.cc | 171 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in SchedClosure() 174 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, id); in SchedClosure()
|
D | executor.cc | 406 tracing::GetEventCollector(tracing::EventCategory::kCompute)), in ExecutorState() 561 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in ProcessSync()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | perfetto_proto_classes.py | 104 class EventCategory(object): class 122 LegacyEventName = EventCategory
|
D | perfetto_trace_writer.py | 56 trace_packet.interned_data.event_category = proto.EventCategory()
|
/external/perfetto/src/tracing/ |
D | track_event_state_tracker.cc | 195 perfetto::protos::pbzero::EventCategory::Decoder entry(*it); in UpdateIncrementalState()
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 68 repeated EventCategory event_categories = 1;
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.cc | 73 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask() 86 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 262 protos::pbzero::EventCategory>(category_iids[0]); in ParseTrackEventCategory() 283 protos::pbzero::EventCategory>(iid); in ParseTrackEventCategory()
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 407 message EventCategory { message
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 7236 message EventCategory { message 7289 repeated EventCategory event_categories = 1;
|