Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 83) sorted by relevance

1234

/linux-6.1.9/mm/kmsan/
Dinit.c142 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/
Dhns3-pmu.rst6 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/
Dsysfs-kernel-fadump_release_opalcore8 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/
Dsysfs-kernel-fadump_registered7 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/
Dperf-arm-spe.txt58 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
Dperf-lock.txt138 Use BPF program to collect lock contention stats instead of
Dtopdown.txt25 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/
Dkcov.rst9 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/
Dsysfs-kernel-fadump21 Helps to control the dump collect feature from userspace.
22 Setting 1 to this file enables the system to collect the
Dsysfs-fs-ext46 collect statistics, which are shown during the unmount.
7 1 means to collect statistics, 0 means not to collect
/linux-6.1.9/init/
Dinitramfs.c243 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/
Dnf_conncount.c133 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/
Dcommon_timerlat_description.rst4 the wakeup, they collect and generate useful information for the
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
/linux-6.1.9/Documentation/trace/
Dintel_th.rst45 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/
Dmachinecheck.rst18 log then mcelog should run to collect and decode machine check entries
/linux-6.1.9/fs/proc/
DKconfig53 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/
Dhisilicon,mbigen-v2.txt9 Hisilicon designed mbigen to collect and generate interrupt.
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-intel-ipu3.rst15 The IPU3 ImgU 3A statistics accelerators collect different statistics over
/linux-6.1.9/Documentation/virt/kvm/x86/
Drunning-nested-guests.rst231 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/
Dcpuacct.rst43 cpuacct controller uses percpu_counter interface to collect user and
/linux-6.1.9/arch/arm/lib/
Dcsumpartial.S71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/linux-6.1.9/Documentation/usb/
Dusbmon.rst9 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/
Ds390-drivers.rst93 The channel-measurement facility provides a means to collect measurement
/linux-6.1.9/Documentation/arm/
Dmicrochip.rst223 - Device Tree Source Include files (.dtsi) are used to collect common nodes that can be

1234