Searched refs:TrackEventCategoryRegistry (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/include/perfetto/tracing/internal/ |
D | track_event_internal.h | 66 class TrackEventCategoryRegistry; variable 120 const TrackEventCategoryRegistry&, 126 static void EnableTracing(const TrackEventCategoryRegistry& registry, 130 static void DisableTracing(const TrackEventCategoryRegistry& registry, 132 static bool IsCategoryEnabled(const TrackEventCategoryRegistry& registry,
|
D | track_event_macros.h | 63 constexpr ::perfetto::internal::TrackEventCategoryRegistry \ 68 TrackEventCategoryRegistry kCategoryRegistry; \ 79 TrackEventCategoryRegistry kCategoryRegistry( \
|
D | track_event_data_source.h | 101 const TrackEventCategoryRegistry*, 107 return TrackEventCategoryRegistry::kDynamicCategoryIndex; 119 const TrackEventCategoryRegistry* registry, 145 template <typename DataSourceType, const TrackEventCategoryRegistry* Registry>
|
/external/perfetto/src/tracing/ |
D | track_event_category_registry.cc | 44 void TrackEventCategoryRegistry::EnableCategoryForInstance( in EnableCategoryForInstance() 54 void TrackEventCategoryRegistry::DisableCategoryForInstance( in DisableCategoryForInstance()
|
/external/perfetto/src/tracing/internal/ |
D | track_event_internal.cc | 102 const TrackEventCategoryRegistry& registry, in Initialize() 162 const TrackEventCategoryRegistry& registry, in EnableTracing() 188 const TrackEventCategoryRegistry& registry, in DisableTracing() 201 const TrackEventCategoryRegistry& registry, in IsCategoryEnabled()
|
/external/perfetto/include/perfetto/tracing/ |
D | data_source.h | 60 class TrackEventCategoryRegistry; variable 61 template <typename, const internal::TrackEventCategoryRegistry*> 240 template <typename, const internal::TrackEventCategoryRegistry*>
|
D | track_event_category_registry.h | 193 class PERFETTO_EXPORT TrackEventCategoryRegistry { 195 constexpr TrackEventCategoryRegistry(size_t category_count, in TrackEventCategoryRegistry() function
|