Searched refs:trace (Results 1 – 10 of 10) sorted by relevance
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local34 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow()36 trace->magic); in wpabuf_overflow()51 struct wpabuf_trace *trace; in wpabuf_resize() local60 trace = wpabuf_get_trace(buf); in wpabuf_resize()61 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize()63 trace->magic); in wpabuf_resize()79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize()84 trace = (struct wpabuf_trace *) nbuf; in wpabuf_resize()85 buf = (struct wpabuf *) (trace + 1); in wpabuf_resize()[all …]
14 trace.o \
56 -t | --trace | trace)59 TRACE=trace108 SUFFIX=$SUFFIX-trace
149 ./run-all.sh trace164 - trace.dat = Linux tracing record (if enabled)
80 trace = False102 trace = True144 setup_params['trace'] = trace
22 Install the required tools: at least 'kvm', if you want tracing trace-cmd,
142 The trace code can be enabled with CONFIG_WPA_TRACE=y build
192 # same file, e.g., using trace-cmd.
372 # same file, e.g., using trace-cmd.
434 # same file, e.g., using trace-cmd.