Home
last modified time | relevance | path

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

12345678910>>...35

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dref_tracking.c2 "reference tracking: leak potential reference",
13 "reference tracking: leak potential reference to sock_common",
24 "reference tracking: leak potential reference on stack",
38 "reference tracking: leak potential reference on stack 2",
53 "reference tracking: zero potential reference",
64 "reference tracking: zero potential reference to sock_common",
75 "reference tracking: copy and zero potential references",
88 "reference tracking: release reference without check",
102 "reference tracking: release reference to sock_common without check",
116 "reference tracking: release reference",
[all …]
/kernel/linux/linux-5.10/net/netfilter/
DKconfig59 tristate "Netfilter connection tracking support"
64 Connection tracking keeps a record of what packets have passed
86 bool 'Connection mark tracking support'
95 bool 'Connection tracking security mark support'
108 bool 'Connection tracking zones'
111 This option enables support for connection tracking zones.
113 identity. Connection tracking zones allow to have multiple
130 bool "Connection tracking events"
133 If this option is enabled, the connection tracking code will
135 to get notified about changes in the connection tracking state.
[all …]
/kernel/linux/linux-5.10/kernel/time/
DKconfig134 bool "Force context tracking"
139 support the context tracking subsystem. But there are also
144 context tracking backend but doesn't yet fullfill all the
147 for context tracking and the subsystems that rely on it: RCU
150 dynticks subsystem by forcing the context tracking on all
154 architecture backend for the context tracking.
/kernel/linux/linux-5.10/Documentation/networking/
Dnf_conntrack-sysctl.rst14 Enable connection tracking flow accounting. 64-bit byte and packet
31 considered for connection tracking.
40 If this option is enabled, the connection tracking code will
41 provide userspace with connection tracking events via ctnetlink.
103 Size of connection tracking table. Default value is
161 Enable connection tracking flow timestamping.
/kernel/linux/linux-5.10/drivers/soc/aspeed/
Daspeed-p2a-ctrl.c64 struct mutex tracking; member
155 mutex_lock(&ctrl->tracking); in aspeed_p2a_region_acquire()
157 mutex_unlock(&ctrl->tracking); in aspeed_p2a_region_acquire()
191 mutex_lock(&ctrl->tracking); in aspeed_p2a_ioctl()
193 mutex_unlock(&ctrl->tracking); in aspeed_p2a_ioctl()
231 * flipped, and bridge enabled). Either way, this tracking is used, s.t. when
273 mutex_lock(&priv->parent->tracking); in aspeed_p2a_release()
290 /* Note, if another user is trying to ioctl, they can't grab tracking, in aspeed_p2a_release()
292 * If another user is trying to close, they can't grab tracking either. in aspeed_p2a_release()
302 mutex_unlock(&priv->parent->tracking); in aspeed_p2a_release()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_page_dirty.c30 * Different methods for tracking dirty:
81 * dirty-tracking method.
113 * vmw_bo_dirty_scan_mkwrite - Reset the mkwrite dirty-tracking method
119 * This function may change the dirty-tracking method.
160 * tracking structure
163 * This function may change the dirty tracking method.
223 * vmw_bo_dirty_add - Add a dirty-tracking user to a buffer object
226 * This function registers a dirty-tracking user to a buffer object.
293 * vmw_bo_dirty_release - Release a dirty-tracking user from a buffer object
296 * This function releases a dirty-tracking user from a buffer object.
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/
Dswitch-tracking.c316 * test__switch_tracking - test using sched_switch and tracking events.
319 * tracking events can be recorded for a workload (current process) using the
320 * evsel->core.system_wide and evsel->tracking flags (respectively) with other events
443 /* Check tracking event is tracking */ in test__switch_tracking()
445 pr_debug("Tracking event not tracking\n"); in test__switch_tracking()
449 /* Check non-tracking events are not tracking */ in test__switch_tracking()
453 pr_debug("Non-tracking event is tracking\n"); in test__switch_tracking()
549 /* Check all 4 comm events were seen i.e. that evsel->tracking works */ in test__switch_tracking()
Dkeep-tracking.c58 * test__keep_tracking - test using a dummy software event to keep tracking.
60 * This function implements a test that checks that tracking events continue
125 pr_debug("First time, failed to find tracking event.\n"); in test__keep_tracking()
147 pr_debug("Second time, failed to find tracking event.\n"); in test__keep_tracking()
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_core.h4 * standalone connection tracking module, and the compatibility layer's use
5 * of connection tracking.
22 standalone connection tracking module, and the compatibility layer's use
23 of connection tracking. */
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
DHalPhyRf.c58 /* Initial Mix mode power tracking */ in ODM_ClearTxPowerTrackingState()
242 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
272 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
303 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
334 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
367 …RFCalibrateInfo.DeltaPowerIndexLast[p]; /* Power Index Diff between 2 times Power Tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
487 …ibrateInfo.bTxPowerChanged = true; /* Always true after Tx Power is adjusted by power tracking. */ in ODM_TXPowerTrackingCallback_ThermalMeter()
492 /* 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. */ in ODM_TXPowerTrackingCallback_ThermalMeter()
571 ("**********Enter POWER Tracking MIX_MODE**********\n") in ODM_TXPowerTrackingCallback_ThermalMeter()
591 ("**********Enter POWER Tracking MIX_MODE**********\n") in ODM_TXPowerTrackingCallback_ThermalMeter()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Didle_page_tracking.rst4 Idle Page Tracking
10 The idle page tracking feature allows to track which memory pages are being
23 The idle page tracking API is located at ``/sys/kernel/mm/page_idle``.
101 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
116 Since the idle memory tracking feature is based on the memory reclaimer logic,
Dsoft-dirty.rst8 writes to. In order to do this tracking one should
24 Internally, to do this tracking, the writable bit is cleared from PTEs
35 While in most cases tracking memory changes by #PF-s is more than enough
/kernel/linux/linux-5.10/kernel/
Dcontext_tracking.c3 * Context tracking: Probe on high level context boundaries such as kernel
42 WARN_ONCE((recursion < 1), "Invalid context tracking recursion value %d\n", recursion); in context_tracking_recursion_enter()
54 * context_tracking_enter - Inform the context tracking that the CPU is going
88 * Even if context tracking is disabled on this CPU, because it's outside in __context_tracking_enter()
135 * context_tracking_exit - Inform the context tracking that the CPU is
/kernel/linux/linux-5.10/include/linux/
Dpsi_types.h21 * don't have to special case any state tracking for it.
89 /* PSI growth tracking window */
123 /* Tracking window */
137 /* Per-cpu task state & time tracking */
Dcontext_tracking.h74 * ct_state() - return the current context tracking state if known
76 * Returns the current cpu's context tracking state if context tracking
77 * is enabled. If context tracking is disabled, returns
Dentry-common.h121 * This handles lockdep, RCU (context tracking) and tracing state.
250 * invoked after context tracking switched to user mode.
310 * 3) Final transition (lockdep, tracing, context tracking, RCU). Invokes
324 * The function establishes state (lockdep, RCU (context tracking), tracing)
368 * irqentry_enter - Handle state tracking on ordinary interrupt entries
372 * - lockdep irqflag state tracking as low level ASM entry disabled
375 * - Context tracking if the exception hit user mode.
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.c28 * DOC: frontbuffer tracking
69 * @frontbuffer_bits: frontbuffer plane tracking bits
99 * @frontbuffer_bits: frontbuffer plane tracking bits
121 * @frontbuffer_bits: frontbuffer plane tracking bits
144 * @frontbuffer_bits: frontbuffer plane tracking bits
284 * intel_frontbuffer_track - update frontbuffer tracking
289 * This updates the frontbuffer tracking bits @frontbuffer_bits by clearing them
/kernel/linux/linux-5.10/Documentation/input/
Dmulti-touch-protocol.rst22 devices capable of tracking identifiable contacts (type B), the protocol
62 important. Event filtering and finger tracking is left to user space [#f3]_.
67 the ABS_MT_TRACKING_ID of the associated slot. A non-negative tracking id
69 tracking id not previously present is considered new, and a tracking id no
80 tracking more contacts than it is currently reporting, the driver should use
378 Finger Tracking
381 The process of finger tracking, i.e., to assign a unique trackingID to each
411 .. [#f5] See the section on finger tracking.
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dpage_track.c3 * Support KVM gust page tracking
75 * add guest page to the tracking pool so that corresponding access on that
84 * @mode: tracking mode, currently only write track is supported.
109 * remove the guest page from the tracking pool which stops the interception
119 * @mode: tracking mode, currently only write track is supported.
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
DKconfig13 This driver supports the InvenSense ICM-426xx motion tracking
25 This driver supports the InvenSense ICM-426xx motion tracking
/kernel/linux/linux-5.10/include/linux/input/
Dmt.h18 #define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */
35 * @trkid: stores MT tracking ID for the next contact
40 * @red: reduced cost matrix for in-kernel tracking
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
DKconfig20 IAM20680 motion tracking devices over I2C.
32 IAM20680 motion tracking devices over SPI.
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys.h165 * dpu_encoder_irq - tracking structure for interrupts
202 * @enable_state: Enable state tracking
206 * @pending_kickoff_cnt: Atomic counter tracking the number of kickoffs
210 * @pending_ctlstart_cnt: Atomic counter tracking the number of ctl start
213 * @irq: IRQ tracking structures
255 * @pending_vblank_cnt: Atomic counter tracking pending wait for VBLANK
/kernel/linux/linux-5.10/Documentation/features/time/context-tracking/
Darch-support.txt2 # Feature name: context-tracking
4 # description: arch supports context tracking for NO_HZ_FULL
/kernel/linux/linux-5.10/Documentation/vm/
Dpage_owner.rst4 page owner: Tracking about who allocated each page
10 page owner is for the tracking about who allocated each page.
69 un-tracking state.

12345678910>>...35