Home
last modified time | relevance | path

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

123

/Linux-v5.4/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
121 If a program needs to collect coverage from several threads (independently),
/Linux-v5.4/init/
Dinitramfs.c205 static __initdata char *collect; variable
214 collect = collected = buf; in read_into()
234 memcpy(collect, victim, n); in do_collect()
236 collect += n; in do_collect()
262 collect = collected = symlink_buf; in do_header()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-fs-ext46 collect statistics, which are shown during the unmount.
7 1 means to collect statistics, 0 means not to collect
/Linux-v5.4/net/netfilter/
Dnf_conncount.c133 unsigned int collect = 0; in __nf_conncount_add() local
137 if (collect > CONNCOUNT_GC_MAX_NODES) in __nf_conncount_add()
149 collect++; in __nf_conncount_add()
173 collect++; in __nf_conncount_add()
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
/Linux-v5.4/fs/proc/
DKconfig53 After kernel panic, device drivers can collect the device
57 recovery kernel's initramfs to collect its underlying device
/Linux-v5.4/Documentation/trace/
Dintel_th.rst45 MSU can be configured to collect trace data into a system memory
100 # and now you can collect the trace from the device node::
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dhisilicon,mbigen-v2.txt9 Hisilicon designed mbigen to collect and generate interrupt.
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dcpuacct.rst43 cpuacct controller uses percpu_counter interface to collect user and
/Linux-v5.4/arch/arm/lib/
Dcsumpartial.S71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-intel-ipu3.rst38 The IPU3 ImgU 3A statistics accelerators collect different statistics over
/Linux-v5.4/Documentation/x86/x86_64/
Dmachinecheck.rst18 log then mcelog should run to collect and decode machine check entries
/Linux-v5.4/drivers/staging/vc04_services/interface/vchi/
DTODO19 2) Garbage-collect unused code
/Linux-v5.4/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-v5.4/Documentation/arm/
Dmicrochip.rst197 - Device Tree Source Include files (.dtsi) are used to collect common nodes that can be
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst62 Since Linux 5.1 the kernel can collect statistics on BPF
65 shows such statistics. However, the kernel does not collect
/Linux-v5.4/Documentation/driver-api/
Ds390-drivers.rst93 The channel-measurement facility provides a means to collect measurement
/Linux-v5.4/Documentation/parisc/
Dregisters.rst82 Q (collect interruption state) 1 (0 in code directly preceding an rfi)
/Linux-v5.4/fs/nfsd/
Dnfs4state.c7111 struct list_head *collect) in nfsd_inject_add_lock_to_list() argument
7117 if (!collect) in nfsd_inject_add_lock_to_list()
7122 list_add(&lst->st_locks, collect); in nfsd_inject_add_lock_to_list()
7126 struct list_head *collect, in nfsd_foreach_client_lock() argument
7143 collect); in nfsd_foreach_client_lock()
7166 nfsd_collect_client_locks(struct nfs4_client *clp, struct list_head *collect, in nfsd_collect_client_locks() argument
7169 return nfsd_foreach_client_lock(clp, max, collect, unhash_lock_stateid); in nfsd_collect_client_locks()
7259 struct list_head *collect, in nfsd_foreach_client_openowner() argument
7273 if (collect) { in nfsd_foreach_client_openowner()
7275 list_add(&oop->oo_perclient, collect); in nfsd_foreach_client_openowner()
[all …]
/Linux-v5.4/Documentation/media/kapi/
Ddtv-frontend.rst326 Statistics collect
439 That warrants that we won't miss to collect a counter and increment the
/Linux-v5.4/drivers/char/tpm/
DKconfig36 device. This allows the kernel to collect randomness from the TPM at
/Linux-v5.4/Documentation/networking/
Dnetdev-FAQ.rst68 tree for ``net-next`` reopens to collect content for the next (vX.Y+1)
78 The ``net`` tree continues to collect fixes for the vX.Y content, and is
/Linux-v5.4/drivers/staging/most/Documentation/ABI/
Dsysfs-bus-most.txt159 collect information about the channel's capabilities and
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfrontend-stat-properties.rst46 frontend, but it was not possible to collect it (could be a
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dstatistics.rst74 collect histogram of latencies. The

123