Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-13-stable/contrib/wpa/src/utils/
HDwpabuf.c33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local
51 struct wpabuf_trace *trace; in wpabuf_resize() local
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; in wpabuf_free() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_debugging.cpp57 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
100 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
111 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
128 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
156 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
170 void **trace, uptr trace_size) { in __tsan_get_report_thread()
244 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack()
HDtsan_rtl.cpp85 Trace* trace = &thr->tctx->trace; in TracePartAlloc() local
127 if (auto trace = part->trace) in TraceResetForTesting() local
150 auto trace = &tctx->trace; in DoResetImpl() local
327 auto* trace = &thr->tctx->trace; in SlotDetachImpl() local
914 Trace *trace = &thr->tctx->trace; in TraceSkipGap() local
963 Trace* trace = &thr->tctx->trace; in TraceSwitchPartImpl() local
HDtsan_rtl_report.cpp101 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack()
355 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, in TraceReplay()
460 Trace *trace = &tctx->trace; in RestoreStack() local
671 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression()
826 VarSizeStackTrace trace; in PrintCurrentStack() local
/freebsd-13-stable/contrib/libexecinfo/
HDbacktrace.c177 backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) in backtrace_symbols_fmt()
224 backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, in backtrace_symbols_fd_fmt()
240 backtrace_symbols(void *const *trace, size_t len) in backtrace_symbols()
246 backtrace_symbols_fd(void *const *trace, size_t len, int fd) in backtrace_symbols_fd()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDCommandObjectTraceStartIntelPT.h40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectThreadTraceStartIntelPT()
86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectProcessTraceStartIntelPT()
HDThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDRDFCopy.h34 void trace(bool On) { Trace = On; } in trace() function
35 bool trace() const { return Trace; } in trace() function
HDRDFDeadCode.h40 void trace(bool On) { Trace = On; } in trace() function
41 bool trace() const { return Trace; } in trace() function
/freebsd-13-stable/libexec/rtld-elf/
HDdebug.h59 #define trace() msg(_MYNAME ": " __XSTRING(__LINE__) "\n") macro
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.cpp121 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
/freebsd-13-stable/contrib/dialog/
HDdialog.pl53 sub trace { subroutine
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDqlnx_ioctl.c334 qlnx_get_trace_size(qlnx_host_t *ha, qlnx_trace_t *trace) in qlnx_get_trace_size()
348 qlnx_get_trace(qlnx_host_t *ha, int hwfn_index, qlnx_trace_t *trace) in qlnx_get_trace()
995 qlnx_trace_t *trace; in qlnx_eioctl() local
/freebsd-13-stable/contrib/ntp/libntp/
HDicom.c142 int trace /* trace flags */ ) in icom_init()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp148 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
/freebsd-13-stable/usr.bin/banner/
HDbanner.c1024 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_debugfs.c219 int trace; in debugfs_trace_show() local
276 struct dentry *top, *use_count, *trace; in vchiq_debugfs_add_instance() local
/freebsd-13-stable/usr.bin/m4/
HDtrace.c148 trace(const char *argv[], int argc, struct input_file *inp) in trace() function
/freebsd-13-stable/crypto/openssh/regress/
HDtest-exec.sh549 trace () function
/freebsd-13-stable/usr.bin/procstat/
HDprocstat_kstack.c170 char trace[KKST_MAXLEN], encoded_trace[KKST_MAXLEN]; in procstat_kstack() local
/freebsd-13-stable/sys/sys/
HDkdb.h53 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \ argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stacktrace.h43 const uptr *trace; member
/freebsd-13-stable/tools/test/ptrace/
HDscescx.c347 trace(pid_t pid) in trace() function
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
HDglobals.c7 int trace; /* trace packets exchanged */ variable

123