Home
last modified time | relevance | path

Searched defs:category_group (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/trace_event/common/
Dtrace_event_common.h205 #define TRACE_EVENT0(category_group, name) \ argument
207 #define TRACE_EVENT_WITH_FLOW0(category_group, name, bind_id, flow_flags) \ argument
210 #define TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
212 #define TRACE_EVENT_WITH_FLOW1(category_group, name, bind_id, flow_flags, \ argument
216 #define TRACE_EVENT2(category_group, name, arg1_name, arg1_val, arg2_name, \ argument
220 #define TRACE_EVENT_WITH_FLOW2(category_group, name, bind_id, flow_flags, \ argument
237 #define UNSHIPPED_TRACE_EVENT0(category_group, name) (void)0 argument
238 #define UNSHIPPED_TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
240 #define UNSHIPPED_TRACE_EVENT2(category_group, name, arg1_name, arg1_val, \ argument
243 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0 argument
[all …]
/external/skia/src/core/
DSkTraceEventCommon.h205 #define TRACE_EVENT0(category_group, name) \ argument
208 #define TRACE_EVENT_WITH_FLOW0(category_group, name, bind_id, flow_flags) \ argument
212 #define TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
215 #define TRACE_EVENT_WITH_FLOW1(category_group, name, bind_id, flow_flags, \ argument
220 #define TRACE_EVENT2(category_group, name, arg1_name, arg1_val, arg2_name, \ argument
225 #define TRACE_EVENT_WITH_FLOW2(category_group, name, bind_id, flow_flags, \ argument
251 #define UNSHIPPED_TRACE_EVENT0(category_group, name) (void)0 argument
252 #define UNSHIPPED_TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
254 #define UNSHIPPED_TRACE_EVENT2(category_group, name, arg1_name, arg1_val, \ argument
257 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0 argument
[all …]
DSkTraceEvent.h140 category_group, atomic, category_group_enabled) \ argument
152 #define INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group) \ argument
161 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
174 #define INTERNAL_TRACE_EVENT_ADD_SCOPED(category_group, name, ...) \ argument
189 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
207 category_group, name, id, thread_id, flags, ...) \ argument
496 #define TRACE_EVENT_BINARY_EFFICIENT0(category_group, name) \ argument
/external/v8/base/trace_event/common/
Dtrace_event_common.h205 #define TRACE_EVENT0(category_group, name) \ argument
207 #define TRACE_EVENT_WITH_FLOW0(category_group, name, bind_id, flow_flags) \ argument
210 #define TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
212 #define TRACE_EVENT_WITH_FLOW1(category_group, name, bind_id, flow_flags, \ argument
216 #define TRACE_EVENT2(category_group, name, arg1_name, arg1_val, arg2_name, \ argument
220 #define TRACE_EVENT_WITH_FLOW2(category_group, name, bind_id, flow_flags, \ argument
237 #define UNSHIPPED_TRACE_EVENT0(category_group, name) (void)0 argument
238 #define UNSHIPPED_TRACE_EVENT1(category_group, name, arg1_name, arg1_val) \ argument
240 #define UNSHIPPED_TRACE_EVENT2(category_group, name, arg1_name, arg1_val, \ argument
243 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0 argument
[all …]
/external/v8/src/tracing/
Dtrace-event.h162 category_group, atomic, category_group_enabled) \ argument
173 #define INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group) \ argument
182 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
196 #define INTERNAL_TRACE_EVENT_ADD_SCOPED(category_group, name, ...) \ argument
210 #define INTERNAL_TRACE_EVENT_ADD_SCOPED_WITH_FLOW(category_group, name, \ argument
230 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
246 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
252 phase, category_group, name, id, timestamp, flags, ...) \ argument
258 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
/external/libchrome/base/trace_event/
Dtrace_event.h220 category_group, atomic, category_group_enabled) \ argument
232 #define INTERNAL_TRACE_EVENT_GET_CATEGORY_INFO(category_group) \ argument
241 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
255 #define INTERNAL_TRACE_EVENT_ADD_SCOPED(category_group, name, ...) \ argument
270 category_group, name, bind_id, flow_flags, ...) \ argument
289 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
306 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
323 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
851 #define TRACE_EVENT_BINARY_EFFICIENT0(category_group, name) \ argument
893 TraceScopedTrackableObject(const char* category_group, const char* name, in TraceScopedTrackableObject()
Dtrace_sampling_thread.cc52 const char* category_group; in DefaultSamplingCallback() local
Dtrace_log.cc421 const char* category_group) { in GetCategoryGroupEnabled()
448 const char* category_group = g_category_groups[category_index]; in UpdateCategoryGroupEnabledFlag() local
504 const char* category_group) { in GetCategoryGroupEnabledInternal()
1685 const char* category_group = g_category_groups[i]; in UpdateETWCategoryGroupEnabledFlags() local
1708 const char* category_group, in ScopedTraceBinaryEfficient()