Home
last modified time | relevance | path

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

/external/pigweed/pw_trace/public/pw_trace/
Dtrace.h99 #define PW_TRACE_INSTANT(...) PW_TRACE_INSTANT_FLAG(PW_TRACE_FLAGS, __VA_ARGS__)
108 #define PW_TRACE_INSTANT_FLAG(...) \ macro
/external/pigweed/pw_trace/
Ddocs.rst138 .. cpp:function:: PW_TRACE_INSTANT_FLAG(flag, label)
139 .. cpp:function:: PW_TRACE_INSTANT_FLAG(flag, label, group_label)
140 .. cpp:function:: PW_TRACE_INSTANT_FLAG(flag, label, group_label, trace_id)
Dtrace_facade_test.cc373 PW_TRACE_INSTANT_FLAG(5, "Test"); in TEST()