Home
last modified time | relevance | path

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

123

/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_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()
H A Dtsan_rtl.cpp84 Trace* trace = &thr->tctx->trace; in TracePartAlloc() local
126 if (auto trace = part->trace) in TraceResetForTesting() local
149 auto trace = &tctx->trace; in DoResetImpl() local
326 auto* trace = &thr->tctx->trace; in SlotDetachImpl() local
910 Trace *trace = &thr->tctx->trace; in TraceSkipGap() local
959 Trace* trace = &thr->tctx->trace; in TraceSwitchPartImpl() local
H A Dtsan_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/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c80 static void TRACE_log(char const* method, PTime duration, ZSTD_Trace const* trace) in TRACE_log()
135 void ZSTD_trace_compress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) in ZSTD_trace_compress_end()
153 void ZSTD_trace_decompress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) in ZSTD_trace_decompress_end()
/freebsd/contrib/libexecinfo/
H A Dbacktrace.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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_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/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.h40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectThreadTraceStartIntelPT()
86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectProcessTraceStartIntelPT()
H A DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } in trace() function
35 bool trace() const { return Trace; } in trace() function
H A DRDFDeadCode.h40 void trace(bool On) { Trace = On; } in trace() function
41 bool trace() const { return Trace; } in trace() function
/freebsd/libexec/rtld-elf/
H A Ddebug.h54 #define trace() msg(_BASENAME_RTLD ": " __XSTRING(__LINE__) "\n") macro
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h12 struct trace { struct
13 u32 id;
14 u32 timestamp;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp121 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
/freebsd/contrib/dialog/
H A Ddialog.pl53 sub trace { subroutine
/freebsd/contrib/ntp/libntp/
H A Dicom.c142 int trace /* trace flags */ ) in icom_init()
/freebsd/usr.bin/banner/
H A Dbanner.c1011 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_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()
994 qlnx_trace_t *trace; in qlnx_eioctl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp148 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c219 int trace; in debugfs_trace_show() local
276 struct dentry *top, *use_count, *trace; in vchiq_debugfs_add_instance() local
/freebsd/usr.bin/m4/
H A Dtrace.c148 trace(const char *argv[], int argc, struct input_file *inp) in trace() function
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh538 trace () function
/freebsd/usr.bin/procstat/
H A Dprocstat_kstack.c169 char trace[KKST_MAXLEN], encoded_trace[KKST_MAXLEN]; in procstat_kstack() local
/freebsd/sys/sys/
H A Dkdb.h53 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \ argument
/freebsd/tools/test/ptrace/
H A Dscescx.c346 trace(pid_t pid) in trace() function

123