Home | History | Annotate | Download | only in debug

Lines Matching refs:extra

6 // a type (BEGIN, END or INSTANT), a tracking id and extra string data.
41 #define TRACE_EVENT_BEGIN(name, id, extra) ((void) 0)
42 #define TRACE_EVENT_END(name, id, extra) ((void) 0)
43 #define TRACE_EVENT_INSTANT(name, id, extra) ((void) 0)
54 #define TRACE_EVENT_BEGIN(name, id, extra) \
59 extra, \
65 #define TRACE_EVENT_END(name, id, extra) \
70 extra, \
75 #define TRACE_EVENT_INSTANT(name, id, extra) \
80 extra, \
108 // Log a trace event of (name, type, id) with the optional extra string.
112 const std::wstring& extra,
118 const std::string& extra,