Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dtracing.h33 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 …]
Dtracing.cc29 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()
Dthreadpool.cc70 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
83 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc251 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 …]
Dtrace_event_analyzer.cc773 Query::EventCategory() == Query::OtherCategory() && in AssociateBeginEndEvents()
790 Query match(Query::EventCategory() == Query::OtherCategory() && in AssociateAsyncBeginEndEvents()
Dtrace_event_analyzer.h258 static Query EventCategory() { return Query(EVENT_CATEGORY); } in EventCategory() function
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc171 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in SchedClosure()
174 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, id); in SchedClosure()
Dexecutor.cc406 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/
Dperfetto_proto_classes.py104 class EventCategory(object): class
122 LegacyEventName = EventCategory
Dperfetto_trace_writer.py56 trace_packet.interned_data.event_category = proto.EventCategory()
/external/perfetto/src/tracing/
Dtrack_event_state_tracker.cc195 perfetto::protos::pbzero::EventCategory::Decoder entry(*it); in UpdateIncrementalState()
/external/perfetto/protos/perfetto/trace/interned_data/
Dinterned_data.proto68 repeated EventCategory event_categories = 1;
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc73 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
86 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc262 protos::pbzero::EventCategory>(category_iids[0]); in ParseTrackEventCategory()
283 protos::pbzero::EventCategory>(iid); in ParseTrackEventCategory()
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto407 message EventCategory { message
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7236 message EventCategory { message
7289 repeated EventCategory event_categories = 1;