Home
last modified time | relevance | path

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

1234

/linux/mm/kmsan/
H A Dinit.c145 static struct smallstack collect = { variable
173 while (collect.index >= 3) { in do_collection()
174 page = smallstack_pop(&collect); in do_collection()
175 shadow = smallstack_pop(&collect); in do_collection()
176 origin = smallstack_pop(&collect); in do_collection()
177 kmsan_setup_meta(page, shadow, origin, collect.order); in do_collection()
178 __free_pages_core(page, collect.order, MEMINIT_EARLY); in do_collection()
185 .order = collect.order - 1, in collect_split()
190 if (!collect.order) in collect_split()
192 while (collect.index) { in collect_split()
[all …]
/linux/Documentation/admin-guide/perf/
H A 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/rust/macros/
H A Dpin_data.rs55 "Self".parse::<TokenStream>().unwrap().into_iter().collect() in pin_data()
60 .collect::<Vec<_>>(); in pin_data()
71 .collect::<Vec<_>>(); in pin_data()
126 .collect(), in replace_self_and_deny_type_defs()
H A Dvtable.rs8 let mut tokens: Vec<_> = ts.into_iter().collect(); in vtable()
93 .collect(); in vtable()
95 tokens.into_iter().collect() in vtable()
H A Dpinned_drop.rs6 let mut toks = input.into_iter().collect::<Vec<_>>(); in pinned_drop()
/linux/Documentation/ABI/removed/
H A 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/Documentation/ABI/obsolete/
H A 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/Documentation/dev-tools/
H A 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 a function of syscall inputs.
11 To achieve this goal, it does not collect coverage in soft/hard interrupts
15 Besides collecting code coverage, KCOV can also collect comparison operands.
18 Besides collecting coverage data from syscall handlers, KCOV can also collect
46 The following program demonstrates how to use KCOV to collect coverage for a
131 If a program needs to collect coverage from several threads (independently),
224 userspace process, KCOV can also collect coverage for parts of the kernel
227 Using KCOV to collect remote coverage requires:
287 The following program demonstrates using KCOV to collect coverage from both
H A Dautofdo.rst40 collect the perf profile. While it's possible to use a kernel built
43 One can collect profiles using AutoFDO build for the previous kernel.
/linux/drivers/thermal/mediatek/
H A DKconfig18 This driver configures thermal controllers to collect
28 thermal controllers to collect temperatures via ASIF
/linux/scripts/
H A Drustdoc_test_gen.rs51 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path()
115 .collect::<Vec<_>>(); in main()
/linux/init/
H A Dinitramfs.c239 static __initdata char *collect; variable
248 collect = collected = buf; in read_into()
268 memcpy(collect, victim, n); in do_collect()
270 collect += n; in do_collect()
299 collect = collected = symlink_buf; in do_header()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-fadump21 Helps to control the dump collect feature from userspace.
22 Setting 1 to this file enables the system to collect the
H A Dsysfs-fs-ext46 collect statistics, which are shown during the unmount.
7 1 means to collect statistics, 0 means not to collect
/linux/net/netfilter/
H A 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/Documentation/tools/rtla/
H A Dcommon_timerlat_description.rst4 the wakeup, they collect and generate useful information for the
/linux/Documentation/devicetree/bindings/mfd/
H A Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
/linux/Documentation/trace/coresight/
H A Dcoresight-tpdm.rst14 The primary use case of the TPDM is to collect data from different data
/linux/Documentation/trace/
H A 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/fs/proc/
H A DKconfig53 After kernel panic, device drivers can collect the device
57 recovery kernel's initramfs to collect its underlying device
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst18 log then mcelog should run to collect and decode machine check entries
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst231 Information to collect (generic)
258 x86-specific info to collect
272 s390x-specific info to collect
/linux/tools/perf/Documentation/
H A Dtips.txt37 To only collect call graph on one event use perf record -e cpu/cpu-cycles,callgraph=1/,branches ; p…
48 To collect Processor Trace with samples use perf record -e '{intel_pt//,cycles}' ; perf script --ca…
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dhisilicon,mbigen-v2.txt9 Hisilicon designed mbigen to collect and generate interrupt.
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst15 The IPU3 ImgU 3A statistics accelerators collect different statistics over

1234