/linux/mm/kmsan/ |
H A D | init.c | 144 static struct smallstack collect = { variable 172 while (collect.index >= 3) { in do_collection() 173 page = smallstack_pop(&collect); in do_collection() 174 shadow = smallstack_pop(&collect); in do_collection() 175 origin = smallstack_pop(&collect); in do_collection() 176 kmsan_setup_meta(page, shadow, origin, collect.order); in do_collection() 177 __free_pages_core(page, collect.order, MEMINIT_EARLY); in do_collection() 184 .order = collect.order - 1, in collect_split() 189 if (!collect.order) in collect_split() 191 while (collect.index) { in collect_split() [all …]
|
/linux/Documentation/images/ |
H A D | logo.svg | 104 inkscape:collect="always"> 125 inkscape:collect="always"> 129 inkscape:collect="always" /> 138 inkscape:collect="always"> 142 inkscape:collect="always" /> 146 inkscape:collect="always"> 159 inkscape:collect="always"> 163 inkscape:collect="always" /> 180 inkscape:collect="always"> 184 inkscape:collect="always" /> [all …]
|
/linux/Documentation/admin-guide/perf/ |
H A 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/tools/perf/Documentation/ |
H A D | perf-arm-spe.txt | 24 2. Collect data about the operation 38 Collect data about the operation 58 When the buffer fills, an interrupt is sent and the driver signals Perf to collect the records. 144 branch_filter=1 - collect branches only (PMSFCR.B) 147 load_filter=1 - collect loads only (PMSFCR.LD) 148 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR) 149 …pa_enable=1 - collect physical address (as well as VA) of loads/stores (PMSCR.PA) - requir… 150 …pct_enable=1 - collect physical timestamp instead of virtual timestamp (PMSCR.PCT) - requir… 151 store_filter=1 - collect stores only (PMSFCR.ST) 153 …discard=1 - enable SPE PMU events but don't collect sample data - see 'Discard mode' (PM… [all …]
|
H A D | perf-record.txt | 191 Also user should request to collect that information (with -d option in 254 Collect data with this RT SCHED_FIFO priority. 257 Collect data without buffering. 382 Collect raw sample records from all opened counters (default for tracepoint counters). 386 Collect samples only on the list of CPUs provided. Multiple CPUs can be provided as a 612 Collect callchains only from kernel space. I.e. this option sets 616 Collect callchains only from user space. I.e. this option sets 678 Collect and synthesize given type of events (comma separated). Note that 696 the beginning of record, collect them during finalizing an output file. 838 Enable off-cpu profiling with BPF. The BPF program will collect [all …]
|
H A D | perf-iostat.txt | 52 2. Collect metrics for all PCIe root ports: 71 3. Collect metrics for comma-separated list of PCIe root ports:
|
/linux/Documentation/dev-tools/ |
H A 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 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
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_diag.c | 108 * to collect and update Port Data. 109 * @adapter: Adapter to collect Port Data from. 138 * to collect and update Config Data. 139 * @adapter: Adapter to collect Config Data from. 219 * zfcp_diag_update_buffer_limited() - Collect diagnostics and update a 221 * @adapter: Adapter to collect the diagnostics from.
|
/linux/tools/tracing/rtla/src/ |
H A D | timerlat_bpf.c | 11 * timerlat_bpf_init - load and initialize BPF program to collect timerlat data 63 * timerlat_bpf_attach - attach BPF program to collect timerlat data 73 * timerlat_bpf_detach - detach BPF program to collect timerlat data 81 * timerlat_bpf_detach - destroy BPF program to collect timerlat data
|
/linux/rust/macros/ |
H A D | pin_data.rs |
|
H A D | paste.rs | 50 let tokens = group.stream().into_iter().collect::<Vec<TokenTree>>(); in concat_helper() 62 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() 71 let mut stream: Vec<_> = group.stream().into_iter().collect(); in expand() 83 let mut group = Group::new(delimiter, stream.into_iter().collect()); in expand()
|
H A D | vtable.rs | 8 let mut tokens: Vec<_> = ts.into_iter().collect(); in vtable() 93 .collect(); in vtable() 95 tokens.into_iter().collect() in vtable()
|
/linux/tools/perf/tests/shell/ |
H A D | record_offcpu.sh | 97 # task blocks longer than the --off-cpu-thresh, perf should collect a direct sample 101 # collect direct off-cpu samples for tasks blocked for more than 999ms 127 # task blocks shorter than the --off-cpu-thresh, perf should collect an at-the-end sample 131 # collect direct off-cpu samples for tasks blocked for more than 1.2s
|
/linux/Documentation/ABI/removed/ |
H A 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/drivers/input/joystick/ |
H A D | fsia6b.c | 45 enum ibus_state { SYNC, COLLECT, PROCESS }; enumerator 75 fsia6b->packet.state = COLLECT; in fsia6b_serio_irq() 78 case COLLECT: in fsia6b_serio_irq() 119 fsia6b->packet.state = COLLECT; in fsia6b_serio_irq()
|
/linux/Documentation/ABI/obsolete/ |
H A 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/init/ |
H A D | initramfs.c | 219 Collect, enumerator 241 static __initdata char *collect; variable 250 collect = collected = buf; in read_into() 253 state = Collect; in read_into() 270 memcpy(collect, victim, n); in do_collect() 272 collect += n; in do_collect() 301 collect = collected = symlink_buf; in do_header() 304 state = Collect; in do_header() 456 [Collect] = do_collect,
|
/linux/drivers/thermal/mediatek/ |
H A D | Kconfig | 18 This driver configures thermal controllers to collect 28 thermal controllers to collect temperatures via ASIF
|
/linux/Documentation/ABI/testing/ |
H A 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/Documentation/wmi/ |
H A D | acpi-interface.rst | 39 - 0x1: Data block is expensive to collect. 87 being expensive to collect to match the behavior of the Windows driver. 92 data collection of data blocks registered as being expensive to collect. Thus the
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | Kconfig | 27 bool "Collect DSS IRQ statistics" 30 Collect DSS IRQ statistics, printable via debugfs.
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_debugfs.c | 29 * fwtrc: To collect current firmware trace. 30 * drvtrc: To collect current driver trace 31 * fwsave: To collect last saved fw trace as a result of firmware crash. 93 printk(KERN_INFO "bfad[%d]: Failed to collect fwtrc\n", in bfad_debugfs_open_fwtrc() 135 printk(KERN_INFO "bfad[%d]: Failed to collect fwsave\n", in bfad_debugfs_open_fwsave()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | file.h | 713 * collect only monitor data 820 * @stop_threshold: the threshold above which to collect 841 * @stop_auth_denied: number of denied authentication to collect 842 * @stop_auth_timeout: number of authentication timeout to collect 843 * @stop_rx_deauth: number of Rx deauth before to collect 844 * @stop_tx_deauth: number of Tx deauth before to collect 845 * @stop_assoc_denied: number of denied association to collect 846 * @stop_assoc_timeout: number of association timeout to collect 847 * @stop_connection_loss: number of connection loss to collect
|
/linux/net/ipv4/ |
H A D | fou_bpf.c | 30 * ipip device in collect-metadata mode. 79 * on an ipip device in collect-metadata mode.
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | Kconfig | 38 bool "Collect DSS IRQ statistics" 42 Collect DSS IRQ statistics, printable via debugfs.
|