Home
last modified time | relevance | path

Searched refs:flow_flags (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/common/
Dtrace_event_common.h212 #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/
Dtrack_event_legacy.h578 #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/
Dtrace_event.h339 bind_id, flow_flags, ...) \ argument
345 flow_flags | trace_event_bind_id.id_flags(); \