/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 205 #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/ |
D | SkTraceEventCommon.h | 205 #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 …]
|
D | SkTraceEvent.h | 140 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/ |
D | trace_event_common.h | 205 #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/ |
D | trace-event.h | 162 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/ |
D | trace_event.h | 220 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()
|
D | trace_sampling_thread.cc | 52 const char* category_group; in DefaultSamplingCallback() local
|
D | trace_log.cc | 421 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()
|