Searched refs:TRACE_FLOW_STEP (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dtrace.h18 #define TRACE_FLOW_STEP(args...) macro
/fuchsia/zircon/system/ulib/trace/include/trace/
H A Devent.h392 // TRACE_FLOW_STEP("category", "name", flow_id, "x", TA_INT32(42));
394 #define TRACE_FLOW_STEP(category_literal, name_literal, flow_id, args...) \ macro
/fuchsia/zircon/system/utest/trace/
H A Devent_tests_common.h394 TRACE_FLOW_STEP("+enabled", "name", 1u);
395 TRACE_FLOW_STEP("+enabled", "name", 1u, STR_ARGS1);
396 TRACE_FLOW_STEP("+enabled", "name", 1u, STR_ARGS4);

Completed in 88 milliseconds