| /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. 147 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR) 148 pa_enable=1 - collect physical address (as well as VA) of loads/stores (PMSCR.PA) - requires privilege 149 pct_enable=1 - collect physical timestamp instead of virtual timestamp (PMSCR.PCT) - requires privilege 151 discard=1 - enable SPE PMU events but don't collect sample data - see 'Discard mode' (PMBLIMITR.FM = DISCARD) 215 branch_filter=1 - Collect branches (PMSFCR.B) 216 load_filter=1 - Collect loads (PMSFCR.LD) 217 store_filter=1 - Collect store [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. 329 enable deferred user callchain which will collect user-space callchains 387 Collect raw sample records from all opened counters (default for tracepoint counters). 391 Collect samples only on the list of CPUs provided. Multiple CPUs can be provided as a 617 Collect callchains only from kernel space. I.e. this option sets 621 Collect callchains only from user space. I.e. this option sets 683 Collect and synthesize given type of events (comma separated). Note that 701 the beginning of record, collect them during finalizing an output file. [all …]
|
| /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 | 15 * timerlat_bpf_init - load and initialize BPF program to collect timerlat data in timerlat_bpf_init() 80 * timerlat_bpf_attach - attach BPF program to collect timerlat data 90 * timerlat_bpf_detach - detach BPF program to collect timerlat data in handle_rb_event() 98 * timerlat_bpf_detach - destroy BPF program to collect timerlat data in timerlat_bpf_wait()
|
| /linux/include/uapi/linux/media/arm/ |
| H A D | mali-c55-config.h | 30 * rectangular tile of a frame. The metering blocks within the ISP collect 276 * @MALI_C55_AEXP_SKIP_X_EVERY_2ND: Collect every 2nd pixel horizontally 277 * @MALI_C55_AEXP_SKIP_X_EVERY_3RD: Collect every 3rd pixel horizontally 278 * @MALI_C55_AEXP_SKIP_X_EVERY_4TH: Collect every 4th pixel horizontally 279 * @MALI_C55_AEXP_SKIP_X_EVERY_5TH: Collect every 5th pixel horizontally 280 * @MALI_C55_AEXP_SKIP_X_EVERY_8TH: Collect every 8th pixel horizontally 281 * @MALI_C55_AEXP_SKIP_X_EVERY_9TH: Collect every 9th pixel horizontally 294 * @MALI_C55_AEXP_SKIP_Y_ALL: Collect every single pixel vertically 295 * @MALI_C55_AEXP_SKIP_Y_EVERY_2ND: Collect every 2nd pixel vertically 296 * @MALI_C55_AEXP_SKIP_Y_EVERY_3RD: Collect every 3rd pixel vertically [all …]
|
| /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 | |
| /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/drivers/iommu/generic_pt/ |
| H A D | iommu_pt.h | 342 struct pt_iommu_collect_args *collect = arg; in __collect_tables() local 345 if (!collect->check_mapped && !pt_can_have_table(&pts)) in __collect_tables() 350 iommu_pages_list_add(&collect->free_list, pts.table_lower); in __collect_tables() 356 if (pts.type == PT_ENTRY_OA && collect->check_mapped) in __collect_tables() 484 struct pt_iommu_collect_args collect = { .check_mapped = true }; in clear_contig() local 491 collect.free_list = in clear_contig() 492 IOMMU_PAGES_LIST_INIT(collect.free_list); in clear_contig() 494 &collect); in clear_contig() 505 iommu_pages_list_add(&collect.free_list, in clear_contig() 510 &collect.free_list); in clear_contig() [all …]
|
| /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/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/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/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/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/rust/syn/ |
| H A D | tt.rs | 87 let left = self.0.clone().into_iter().collect::<Vec<_>>(); in eq() 88 let right = other.0.clone().into_iter().collect::<Vec<_>>(); in eq() 103 let tts = self.0.clone().into_iter().collect::<Vec<_>>(); in hash()
|
| /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/ethernet/brocade/bna/ |
| H A D | bnad_debugfs.c | 28 * fwtrc: To collect current firmware trace. 29 * fwsave: To collect last saved fw trace as a result of firmware crash. 71 netdev_warn(bnad->netdev, "failed to collect fwtrc\n"); in bnad_debugfs_open_fwtrc() 111 netdev_warn(bnad->netdev, "failed to collect fwsave\n"); in bnad_debugfs_open_fwsave() 210 netdev_warn(bnad->netdev, "failed to collect drvinfo\n"); in bnad_debugfs_open_drvinfo()
|
| /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/Documentation/trace/ |
| H A 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.
|