Home
last modified time | relevance | path

Searched full:tracking (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h101 /// Specifies the type of tracking for an expression.
103 /// Default tracking kind -- specifies that as much information should be
106 /// Specifies that a more moderate tracking should be used for the expression
113 /// Defines a set of options altering tracking behavior.
115 /// Specifies the kind of tracking.
168 /// A generalized component for tracking expressions, values, and stores.
172 /// tracking process and insert checker-specific logic.
195 /// Describes a tracking result with the most basic information of what was
200 /// Signifies that the tracking was interrupted at some point.
216 /// \param E The expression value which we are tracking
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem.m42 dnl # Enabled by default it provides a minimal level of memory tracking.
30 dnl # Disabled by default it provides detailed memory tracking. This
39 AC_ARG_ENABLE([debug-kmem-tracking],
40 [AS_HELP_STRING([--enable-debug-kmem-tracking],
41 [Enable detailed kmem tracking @<:@default=no@:>@])],
50 [Define to 1 to enable detailed kmem tracking])
56 AC_MSG_CHECKING([whether detailed kmem tracking is enabled])
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h12 // Tracking changes
14 // The user needs to call `Tracker::save()` to enable tracking changes
16 // automatically create a change tracking object and register it with the
184 Disabled, ///> Tracking is disabled
185 Record, ///> Tracking changes
215 /// Turns on IR tracking.
217 /// Stops tracking and accept changes.
219 /// Stops tracking and reverts to saved state.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h45 /// Asserts whether or not the contents of this tracking is up-to-date. This
66 /// children classes allows to implement tracking of implicit control flow,
74 /// Notifies this tracking that we are going to insert a new instruction \p
79 /// Notifies this tracking that we are going to remove the instruction \p Inst
83 /// Notifies this tracking that we are going to replace all uses of \p Inst.
88 /// Invalidates all information from this tracking.
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtsxldtrkintrin.h21 /// Marks the start of an TSX (RTM) suspend load address tracking region. If
24 /// suspend load address tracking region it will cause transaction abort.
37 /// Marks the end of an TSX (RTM) suspend load address tracking region. If this
38 /// intrinsic is used inside a suspend load address tracking region it will
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h84 /// Start tracking liveness from the begin of basic block \p MBB.
87 /// Start tracking liveness from the end of basic block \p MBB.
43 bool Tracking = false; global() variable
H A DResourcePriorityQueue.h50 /// RegPressure - Tracking current reg pressure per register class.
54 /// RegLimit - Tracking the number of allocatable registers per register
121 /// scheduledNode - Main resource tracking point.
/freebsd/sys/contrib/libsodium/
H A D.travis.yml15 …- env CC=tcc CFLAGS='-w' ./configure --prefix=/tmp --disable-dependency-tracking --disable-shared …
22 - ./configure --disable-dependency-tracking
26 - ./configure --disable-dependency-tracking --enable-minimal
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DBDCE.h1 //===---- BDCE.cpp - Bit-tracking dead code elimination ---------*- C++ -*-===//
9 // This file implements the Bit-Tracking Dead Code Elimination pass. Some
25 // The Bit-Tracking Dead Code Elimination pass.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp9 // This file defines a pass that enables Indirect Branch Tracking (IBT) as part
30 #define DEBUG_TYPE "x86-indirect-branch-tracking"
33 "x86-indirect-branch-tracking", cl::init(false), cl::Hidden,
34 cl::desc("Enable X86 indirect branch tracking pass."));
44 return "X86 Indirect Branch Tracking"; in getPassName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h22 // Struct for tracking the known zeros and ones of a value.
149 /// Return known bits for a truncation of the value we're tracking.
154 /// Return known bits for an "any" extension of the value we're tracking,
160 /// Return known bits for a zero extension of the value we're tracking.
168 /// Return known bits for a sign extension of the value we're tracking.
174 /// tracking.
184 /// tracking.
194 /// tracking.
204 /// tracking.
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp79 // However, sub-register liveness tracking module inside LLVM is actually
82 // liveness and kill one of them doesn't kill others. So, tracking liveness for
87 // sub-register tracking, because the live range of sub-register must always
88 // equal to its parent register, therefore liveness tracking is disabled even
126 // no sub-register liveness tracking. Push it to vector for deferred in hasLiveDefs()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c31 * Reference count tracking is disabled by default. It's memory requirements
291 * If tracking is enabled, return true if a reference exists that matches
292 * the "holder" tag. If tracking is disabled, then return true if a reference
318 * If tracking is enabled, return true if a reference does not exist that
319 * matches the "holder" tag. If tracking is disabled, always return true
/freebsd/share/man/man4/
H A Dtimecounters.434 Real time clocks are responsible for tracking real world time, mostly when the system
36 Time counters are responsible for tracking purposes, when the system is running.
41 Time counters are the lowest level of time tracking in the kernel.
H A Dspkr.477 The `octave-tracking'
110 to enable or disable octave-tracking (it is disabled by default).
111 When octave-tracking is on, interpretation of a pair of letter notes
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp
H A DRemoveRedundantDebugValues.cpp95 // Just stop tracking this variable, until we cover DBG_VALUE_LIST. in reduceDbgValsForwardScan()
108 // If it's not a register, just stop tracking such variable. in reduceDbgValsForwardScan()
130 // Stop tracking any location that is clobbered by this instruction. in reduceDbgValsForwardScan()
174 // tracking it. in reduceDbgValsBackwardScan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h31 /// used for a debug mode consistency check only). The spill slot tracking
37 /// Reset all state tracking for a newly encountered safepoint. Also
85 // TODO: Should add consistency tracking to ensure we encounter
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt58 allowing release condition tracking updates. The number of LRCLK periods
85 tracking. This property can be set to values from 0 to 3 with rates of 128
89 - cirrus,vp-hg-va : VA calculation reference for automatic VPhg tracking
H A Dcirrus,cs4234.yaml17 signal to an external Class H tracking power supply. If not used to
18 drive a tracking power supply, the 5th DAC can instead be used as a
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c30 * Kernel interface tracking API.
125 * Reference current VNET as iface tracking API user.
126 * Registers interface tracking handlers for first VNET.
285 * Notify the subsystem that we are interested in tracking
288 * for proper interface tracking.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h178 /// Assignment Tracking (at).
250 /// Remove all Assignment Tracking related intrinsics and metadata from \p F.
363 /// The pass sets the debug-info-assignment-tracking module flag to true to
364 /// indicate assignment tracking has been enabled.
366 /// Note: this method does not set the debug-info-assignment-tracking module
375 /// Return true if assignment tracking is enabled for module \p M.
H A DTrackingMDRef.h1 //===- llvm/IR/TrackingMDRef.h - Tracking Metadata references ---*- C++ -*-===//
22 /// Tracking metadata reference.
102 /// Typed tracking ref.
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h148 /// This requires sentinel tracking to be explicitly enabled. Use the
169 /// returns \c false tracking is off. Sentinel tracking steals a bit from the
173 /// To turn sentinel tracking on all the time, pass in the
176 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
/freebsd/contrib/unbound/doc/
H A Dunbound-anchor.846 the root anchor file is unchanged. It performs RFC5011 tracking if the
151 tracking, or if an error occurred.
173 The root anchor file, updated with 5011 tracking, and read and written to.

12345678910>>...34