/openbmc/linux/mm/kmsan/ |
H A D | init.c | 142 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() 182 .order = collect.order - 1, in collect_split() 187 if (!collect.order) in collect_split() 189 while (collect.index) { in collect_split() 190 page = smallstack_pop(&collect); in collect_split() 194 __memcpy(&collect, &tmp, sizeof(tmp)); in collect_split() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/ptest-runner/ |
H A D | ptest-runner_2.4.3.bb | 18 FILES:${PN} = "${bindir}/ptest-runner ${bindir}/ptest-runner-collect-system-data" 28 …install -D -m 0755 ${S}/ptest-runner-collect-system-data ${D}${bindir}/ptest-runner-collect-system… 33 # pstree is called by ptest-runner-collect-system-data
|
/openbmc/linux/rust/macros/ |
H A D | pin_data.rs | 54 "Self".parse::<TokenStream>().unwrap().into_iter().collect() in pin_data() 59 .collect::<Vec<_>>(); in pin_data() 70 .collect::<Vec<_>>(); in pin_data() 124 .collect(), in replace_self_and_deny_type_defs()
|
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()
|
H A D | paste.rs | 45 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() 54 let mut stream: Vec<_> = group.stream().into_iter().collect(); in expand() 66 let mut group = Group::new(delimiter, stream.into_iter().collect()); in expand()
|
H A D | lib.rs | 331 let mut tokens = input.into_iter().collect(); in paste() 333 tokens.into_iter().collect() in paste()
|
/openbmc/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
|
/openbmc/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.
|
/openbmc/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
|
/openbmc/linux/drivers/thermal/mediatek/ |
H A D | Kconfig | 18 This driver configures thermal controllers to collect 28 thermal controllers to collect temperatures via ASIF
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-arm-spe.txt | 58 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
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | 25 ORIG_SRCS = #{orig_srcs.collect(&File.method(:basename)).join(' ')} 26 SRCS = $(ORIG_SRCS) #{(srcs - orig_srcs).collect(&File.method(:basename)).join(' ')}
|
/openbmc/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
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_config.yaml | 2 # This yaml formatted file contains defaults items to collect FFDC for the targeted system 4 # to generate and/or collect data 14 # Commands and Files to collect for a given OpenBMC system. 164 # Commands and Files to collect for via out of band IPMI. 180 # Commands and Files to collect for all Linux distributions 212 # Commands and Files to collect for Ubuntu Linux only 258 # Commands and Files to collect for RHE Linux only 303 # Commands and Files to collect for SLES Linux only 344 # Commands and Files to collect for AIX only
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-fadump | 21 Helps to control the dump collect feature from userspace. 22 Setting 1 to this file enables the system to collect the
|
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
|
/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 116 function collect() { 124 dump-collect --type "$dump_sbe_type" --id "0x$dump_id" \ 200 collect
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 51 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path() 115 .collect::<Vec<_>>(); in main()
|
/openbmc/ipmitool/contrib/ |
H A D | README | 14 sure it exists. The user that will run the cronjob to collect updates must have 24 ipmi_cmd Command line used to call ipmitool. Default is to collect 27 If you want to collect data from a remote host, add the
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/ |
H A D | ffdc_git.bb | 2 DESCRIPTION = "Command line tool to collect and tar up debug data"
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/ |
H A D | Manager.interface.yaml | 111 to collect VPD of any given FRU in case of concurrent maintenance. 122 An api to collect VPD of a given FRU by launching the parser exe 123 asynchronously. It can be used to collect VPD of any given FRU in case
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/ |
H A D | openpower-debug-collector-checkstop@.service | 6 # Adding 10 seconds to allow OCC to collect debug data
|
/openbmc/linux/init/ |
H A D | initramfs.c | 237 static __initdata char *collect; variable 246 collect = collected = buf; in read_into() 266 memcpy(collect, victim, n); in do_collect() 268 collect += n; in do_collect() 297 collect = collected = symlink_buf; in do_header()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/ |
H A D | debug-trigger_git.bb | 2 DESCRIPTION = "Forcibly crash an unresponsive system to collect debug data"
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conncount.c | 133 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()
|