/linux-6.1.9/mm/kmsan/ |
D | init.c | 142 static struct smallstack collect = { variable 170 while (collect.index >= 3) { in do_collection() 171 page = smallstack_pop(&collect); in do_collection() 172 shadow = smallstack_pop(&collect); in do_collection() 173 origin = smallstack_pop(&collect); in do_collection() 174 kmsan_setup_meta(page, shadow, origin, collect.order); in do_collection() 175 __free_pages_core(page, collect.order); in do_collection() 182 .order = collect.order - 1, in collect_split() 187 if (!collect.order) in collect_split() 189 while (collect.index) { in collect_split() [all …]
|
/linux-6.1.9/Documentation/admin-guide/perf/ |
D | hns3-pmu.rst | 6 End Point device to collect performance statistics of HiSilicon SoC NIC. 82 PMU collect performance statistics for all HNS3 PCIe functions of IO DIE. 89 PMU collect performance statistic of one whole physical port. The port id 98 PMU collect performance statistic of one tc of physical port. The port id 106 PMU collect performance statistic of one PF/VF. The function id is BDF of 123 PMU collect performance statistic of one queue of PF/VF. The function id 131 PMU collect performance statistic of one interrupt of PF/VF. The function
|
/linux-6.1.9/Documentation/ABI/removed/ |
D | sysfs-kernel-fadump_release_opalcore | 8 collect the dump on OPAL based machine. It used to release 9 the memory used to collect the opalcore.
|
/linux-6.1.9/Documentation/ABI/obsolete/ |
D | sysfs-kernel-fadump_registered | 7 Helps to control the dump collect feature from userspace. 8 Setting 1 to this file enables the system to collect the
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-arm-spe.txt | 58 When the buffer fills, an interrupt is sent and the driver signals Perf to collect the records. 135 branch_filter=1 - collect branches only (PMSFCR.B) 138 load_filter=1 - collect loads only (PMSFCR.LD) 139 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR) 140 …pa_enable=1 - collect physical address (as well as VA) of loads/stores (PMSCR.PA) - requir… 141 …pct_enable=1 - collect physical timestamp instead of virtual timestamp (PMSCR.PCT) - requir… 142 store_filter=1 - collect stores only (PMSFCR.ST) 206 Root privilege is required to collect context packets. But these only increase the accuracy of
|
D | perf-lock.txt | 138 Use BPF program to collect lock contention stats instead of
|
D | topdown.txt | 25 to collect TopDown always in addition to other events. 309 They can be used to collect the TopDown value under the following
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kcov.rst | 9 Note that kcov does not aim to collect as much coverage as possible. It aims 10 to collect more or less stable coverage that is function of syscall inputs. 11 To achieve this goal it does not collect coverage in soft/hard interrupts 15 kcov is also able to collect comparison operands from the instrumented code 123 If a program needs to collect coverage from several threads (independently), 215 from the current process. With KCOV_REMOTE_ENABLE it's possible to collect 219 This allows to collect coverage from two types of kernel background 250 handle, kcov will collect coverage for each code section that is annotated 252 task_struct. However non common handles allow to collect coverage
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-kernel-fadump | 21 Helps to control the dump collect feature from userspace. 22 Setting 1 to this file enables the system to collect the
|
D | sysfs-fs-ext4 | 6 collect statistics, which are shown during the unmount. 7 1 means to collect statistics, 0 means not to collect
|
/linux-6.1.9/init/ |
D | initramfs.c | 243 static __initdata char *collect; variable 252 collect = collected = buf; in read_into() 272 memcpy(collect, victim, n); in do_collect() 274 collect += n; in do_collect() 303 collect = collected = symlink_buf; in do_header()
|
/linux-6.1.9/net/netfilter/ |
D | nf_conncount.c | 133 unsigned int collect = 0; in __nf_conncount_add() local 140 if (collect > CONNCOUNT_GC_MAX_NODES) in __nf_conncount_add() 152 collect++; in __nf_conncount_add() 176 collect++; in __nf_conncount_add()
|
/linux-6.1.9/Documentation/tools/rtla/ |
D | common_timerlat_description.rst | 4 the wakeup, they collect and generate useful information for the
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | bfticu.txt | 4 Its main functionality is to collect IRQs from the whole chassis and signals
|
/linux-6.1.9/Documentation/trace/ |
D | intel_th.rst | 45 MSU can be configured to collect trace data into a system memory 101 # and now you can collect the trace from the device node:: 143 unlocked and can be used again to collect trace data.
|
/linux-6.1.9/Documentation/x86/x86_64/ |
D | machinecheck.rst | 18 log then mcelog should run to collect and decode machine check entries
|
/linux-6.1.9/fs/proc/ |
D | Kconfig | 53 After kernel panic, device drivers can collect the device 57 recovery kernel's initramfs to collect its underlying device
|
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
D | hisilicon,mbigen-v2.txt | 9 Hisilicon designed mbigen to collect and generate interrupt.
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-intel-ipu3.rst | 15 The IPU3 ImgU 3A statistics accelerators collect different statistics over
|
/linux-6.1.9/Documentation/virt/kvm/x86/ |
D | running-nested-guests.rst | 231 Information to collect (generic) 258 x86-specific info to collect 272 s390x-specific info to collect
|
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/ |
D | cpuacct.rst | 43 cpuacct controller uses percpu_counter interface to collect user and
|
/linux-6.1.9/arch/arm/lib/ |
D | csumpartial.S | 71 .Ldone: adc r0, sum, #0 @ collect up the last carry
|
/linux-6.1.9/Documentation/usb/ |
D | usbmon.rst | 9 used to collect traces of I/O on the USB bus. This function is analogous 24 How to use usbmon to collect raw text traces 32 To collect a raw text trace, execute following steps.
|
/linux-6.1.9/Documentation/driver-api/ |
D | s390-drivers.rst | 93 The channel-measurement facility provides a means to collect measurement
|
/linux-6.1.9/Documentation/arm/ |
D | microchip.rst | 223 - Device Tree Source Include files (.dtsi) are used to collect common nodes that can be
|