Searched refs:flow_flags (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 212 #define TRACE_EVENT_WITH_FLOW0(category_group, name, bind_id, flow_flags) \ argument 214 flow_flags) 217 #define TRACE_EVENT_WITH_FLOW1(category_group, name, bind_id, flow_flags, \ argument 220 flow_flags, arg1_name, arg1_val) 225 #define TRACE_EVENT_WITH_FLOW2(category_group, name, bind_id, flow_flags, \ argument 228 flow_flags, arg1_name, arg1_val, \
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 578 #define TRACE_EVENT_WITH_FLOW0(category_group, name, bind_id, flow_flags) \ argument 580 flow_flags) 583 #define TRACE_EVENT_WITH_FLOW1(category_group, name, bind_id, flow_flags, \ argument 586 flow_flags, arg1_name, arg1_val) 591 #define TRACE_EVENT_WITH_FLOW2(category_group, name, bind_id, flow_flags, \ argument 594 flow_flags, arg1_name, arg1_val, \
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 339 bind_id, flow_flags, ...) \ argument 345 flow_flags | trace_event_bind_id.id_flags(); \
|