Home | History | Annotate | Download | only in win

Lines Matching refs:properties

106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
108 if (properties == NULL)
109 properties = &ignore;
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
123 if (properties == NULL)
124 properties = &ignore;
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
136 DCHECK(properties != NULL);
137 ULONG err = ::StartTrace(session_handle, session_name, properties->get());
142 EtwTraceProperties* properties) {
143 ULONG err = ::ControlTrace(NULL, session_name, properties->get(),
149 EtwTraceProperties* properties) {
150 DCHECK(properties != NULL);
151 ULONG err = ::ControlTrace(NULL, session_name, properties->get(),
157 EtwTraceProperties* properties) {
158 DCHECK(properties != NULL);
159 ULONG err = ::ControlTrace(NULL, session_name, properties->get(),
165 EtwTraceProperties* properties) {
166 DCHECK(properties != NULL);
167 ULONG err = ::ControlTrace(NULL, session_name, properties->get(),