Home
last modified time | relevance | path

Searched refs:tracking (Results 1 – 25 of 133) sorted by relevance

123456

/linux/Documentation/arch/riscv/
H A Dzicfilp.rst11 to enable indirect branch tracking for user mode applications on RISC-V.
43 rely on memory. Thus rs1=x7 is exempted from tracking and
73 it's left to the dynamic loader to enable indirect branch tracking for
79 Per-task indirect branch tracking state can be monitored and
91 ``zicfilp``, then the kernel will enable indirect branch tracking for
94 indirect branch tracking.
96 Indirect branch tracking state can also be locked once enabled. This
99 tracking must already be enabled for the task, or the bit
104 Indirect branch tracking can also be disabled for the task, assuming
108 :c:macro:`PR_CFI_DISABLE`. Disabling indirect branch tracking for the
[all …]
/linux/drivers/soc/aspeed/
H A 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()
273 mutex_lock(&priv->parent->tracking); in aspeed_p2a_release()
302 mutex_unlock(&priv->parent->tracking); in aspeed_p2a_release()
345 mutex_init(&misc_ctrl->tracking); in aspeed_p2a_ctrl_probe()
/linux/Documentation/networking/
H A Dnf_conntrack-sysctl.rst14 Enable connection tracking flow accounting. 64-bit byte and packet
30 considered for connection tracking.
40 If this option is enabled, the connection tracking code will
41 provide userspace with connection tracking events via ctnetlink.
95 Maximum number of allowed connection tracking entries. This value is set
97 Note that connection tracking entries are added to the table twice -- once
163 Enable connection tracking flow timestamping.
/linux/drivers/iio/imu/inv_icm45600/
H A DKconfig15 This driver supports the InvenSense ICM-456xx motion tracking
36 This driver supports the InvenSense ICM-456xx motion tracking
57 This driver supports the InvenSense ICM-456xx motion tracking
/linux/Documentation/features/time/context-tracking/
H A Darch-support.txt2 # Feature name: user-context-tracking
4 # description: arch supports user context tracking for NO_HZ_FULL
/linux/drivers/iio/imu/inv_icm42600/
H A DKconfig14 This driver supports the InvenSense ICM-426xx motion tracking
26 This driver supports the InvenSense ICM-426xx motion tracking
/linux/drivers/iio/imu/inv_mpu6050/
H A DKconfig21 and IAM20680 motion tracking devices over I2C.
33 and IAM20680 motion tracking devices over SPI.
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst6 writes to. In order to do this tracking one should
22 Internally, to do this tracking, the writable bit is cleared from PTEs
33 While in most cases tracking memory changes by #PF-s is more than enough
H A Didle_page_tracking.rst8 The idle page tracking feature allows to track which memory pages are being
21 The idle page tracking API is located at ``/sys/kernel/mm/page_idle``.
98 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
113 Since the idle memory tracking feature is based on the memory reclaimer logic,
/linux/Documentation/filesystems/ext4/
H A Dspecial_inodes.rst53 - Inode number of quota file tracking project quotas
55 - Inode number of file tracking orphan inodes.
/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst24 tracking
30 device tracking
/linux/Documentation/devicetree/bindings/regulator/
H A Das3722-regulator.txt39 ams,enable-tracking: Enable tracking with SD1, only supported
/linux/Documentation/maintainer/
H A Dmodifying-patches.rst31 message (just after the subject line) to facilitate tracking. For instance,
49 tracking your trees, and to people trying to troubleshoot bugs in your
/linux/Documentation/accounting/
H A Dpsi.rst100 tracking window.
113 tracking window to avoid repeated activations/deactivations when system is
116 Notifications to the userspace are rate-limited to one per tracking window.
134 * Monitor memory partial stall with 1s tracking window size
/linux/Documentation/input/
H A 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
385 The process of finger tracking, i.e., to assign a unique trackingID to each
415 .. [#f5] See the section on finger tracking.
/linux/kernel/module/
H A DMakefile24 obj-$(CONFIG_MODULE_UNLOAD_TAINT_TRACKING) += tracking.o
/linux/Documentation/devicetree/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
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-filter-admv88189 - manual -> disable/unregister the clock rate notifier / input clock tracking.
H A Dprocfs-diskstats27 tracking putting the total at 18:
/linux/scripts/
H A DMakefile.debug27 DEBUG_CFLAGS += -fno-var-tracking
/linux/Documentation/arch/openrisc/
H A Dtodo.rst5 The OpenRISC Linux port is fully functional and has been tracking upstream
/linux/fs/ocfs2/dlm/
H A Ddlmthread.c174 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres()
175 list_del_init(&res->tracking); in __dlm_do_purge_lockres()
257 if (!list_empty(&res->tracking)) in dlm_purge_lockres()
258 list_del_init(&res->tracking); in dlm_purge_lockres()
/linux/drivers/firmware/arm_scmi/
H A DKconfig59 bool "Enable SCMI communication debug metrics tracking"
64 Enables tracking of some key communication metrics for debug
/linux/tools/perf/tests/
H A DBuild31 perf-test-$(CONFIG_LIBTRACEEVENT) += switch-tracking.o
32 perf-test-y += keep-tracking.o
/linux/Documentation/mm/damon/
H A Dfaq.rst16 Nonetheless, DAMON provides vma/rmap tracking and PTE Accessed bit check based

123456