Lines Matching refs:extra
6 // a type (BEGIN, END or INSTANT), a tracking id and extra string data.
33 #define TRACE_EVENT_BEGIN(name, id, extra) ((void) 0)
34 #define TRACE_EVENT_END(name, id, extra) ((void) 0)
35 #define TRACE_EVENT_INSTANT(name, id, extra) ((void) 0)
46 #define TRACE_EVENT_BEGIN(name, id, extra) \
50 extra, \
56 #define TRACE_EVENT_END(name, id, extra) \
60 extra, \
65 #define TRACE_EVENT_INSTANT(name, id, extra) \
69 extra, \
95 // Log a trace event of (name, type, id) with the optional extra string.
99 const std::wstring& extra,
105 const std::string& extra,