/openbmc/qemu/tests/qemu-iotests/ |
H A D | 178 | 4 # qemu-img measure sub-command tests 52 $QEMU_IMG measure # missing arguments 53 $QEMU_IMG measure --size 2G "$TEST_IMG" # only one allowed 54 $QEMU_IMG measure "$TEST_IMG" a # only one filename allowed 55 $QEMU_IMG measure --object secret,id=sec0,data=MTIzNDU2,format=base64 # size or filename needed 56 $QEMU_IMG measure --image-opts # missing filename 57 $QEMU_IMG measure -f qcow2 # missing filename 58 $QEMU_IMG measure -l snap1 # missing filename 59 $QEMU_IMG measure -o , # invalid option list 60 $QEMU_IMG measure -l snapshot.foo=bar # invalid snapshot option [all …]
|
H A D | 190 | 4 # qemu-img measure sub-command tests on huge qcow2 files 53 $QEMU_IMG measure -O raw -f qcow2 "$TEST_IMG" 54 $QEMU_IMG measure -O qcow2 -o cluster_size=64k -f qcow2 "$TEST_IMG" 55 $QEMU_IMG measure -O qcow2 -o cluster_size=2M -f qcow2 "$TEST_IMG" 65 $QEMU_IMG measure -O qcow2 --size 10M 67 $QEMU_IMG measure -O raw -f qcow2 "$TEST_IMG" 70 $QEMU_IMG measure -O qcow2 -f raw "$TEST_IMG" | 73 $QEMU_IMG measure -O qcow2 -o compat=0.10 -f qcow2 "$TEST_IMG" 86 $QEMU_IMG measure -O qcow2 -o cluster_size=64k -f qcow2 "$TEST_IMG" 98 $QEMU_IMG measure --output=json -O qcow2 -o cluster_size=2M -f qcow2 "$TEST_IMG"
|
H A D | 288 | 4 # qemu-img measure tests for LUKS images 48 echo "== measure 1G image file ==" 51 $QEMU_IMG measure --object "$SECRET" \ 71 echo "== measure preallocation=falloc 1G image file ==" 74 $QEMU_IMG measure --object "$SECRET" \ 80 echo "== measure with input image file ==" 85 $QEMU_IMG measure --object "$SECRET" \
|
H A D | 288.out | 2 == measure 1G image file == 18 == measure preallocation=falloc 1G image file == 23 == measure with input image file ==
|
H A D | 302 | 75 measure = qemu_img_measure("-O", "qcow2", src_disk) variable 76 tar.fileobj.truncate(offset + measure["required"])
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Threshold.events.yaml | 17 description: The reading units of measure. 39 description: The reading units of measure. 61 description: The reading units of measure. 83 description: The reading units of measure. 105 description: The reading units of measure. 127 description: The reading units of measure. 149 description: The reading units of measure. 171 description: The reading units of measure. 193 description: The reading units of measure. 215 description: The reading units of measure [all...] |
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/ |
H A D | ima_policy_appraise_all | 2 # Integrity measure policy (http://sourceforge.net/p/linux-ima/wiki/Home/#measure-nothing-appraise-… 4 # Do not measure anything, but appraise everything
|
/openbmc/qemu/migration/ |
H A D | dirtyrate.h | 58 uint8_t *ramblock_addr; /* base address of ramblock we measure */ 62 uint64_t sample_dirty_count; /* count of dirty pages we measure */ 73 * Store calculation statistics for each measure.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/ |
H A D | clpeak_1.1.4.bb | 2 DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities"
|
/openbmc/u-boot/drivers/thermal/ |
H A D | imx_thermal.c | 97 * now we only use single measure, every time we read in read_cpu_temperature() 104 /* setup measure freq */ in read_cpu_temperature() 160 * now we only use single measure, every time we read in read_cpu_temperature() 167 /* write measure freq */ in read_cpu_temperature()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/qperf/ |
H A D | qperf_0.4.11.bb | 1 SUMMARY = "Measure socket and RDMA performance"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/whetstone/ |
H A D | whetstone_1.2.bb | 2 SUMMARY = "CPU benchmark to measure floating point performance"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | uki.bbclass | 5 # TPM PCR pre-calculation is not supported since systemd-measure tooling 172 # TODO: tpm2 measure for secure boot, depends on systemd-native and TPM tooling 175 #ukify_cmd += " --measure"
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | test_basic.py | 107 # Measure installer size 110 # Measure deployment time and deployed size
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | empty.c | 20 * This allows us to measure the overhead of injecting and then
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/ |
H A D | systemd_%.bbappend | 8 # ukify.py and systemd-measure don't work in cross compile environment without
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/ |
H A D | iperf2_2.2.1.bb | 1 DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various par…
|
/openbmc/u-boot/include/zfs/ |
H A D | dsl_dir.h | 33 uint64_t dd_pad[20]; /* pad out to 256 bytes for good measure */
|
H A D | dsl_dataset.h | 37 uint64_t ds_pad[8]; /* pad out to 320 bytes for good measure */
|
/openbmc/u-boot/lib/dhry/ |
H A D | cmd_dhry.c | 34 "\n - run the Dhrystone 2.1 benchmark, a rough measure of CPU speed\n"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/ |
H A D | linpack_1.0.bb | 1 DESCRIPTION = "LINPACK Benchmarks are a measure of a system's floating point computing power"
|
/openbmc/qemu/include/qapi/ |
H A D | opts-visitor.h | 19 * (= anti-annoyance) measure; wrong ranges should not cause long startup
|
/openbmc/dbus-sensors/src/ |
H A D | SensorPaths.cpp | 9 // This is an allowlist of the units a sensor can measure. Should be in sync
|
H A D | SensorPaths.hpp | 8 // This is an allowlist of the units a sensor can measure. Should be in sync
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/ |
H A D | tinymembench_git.bb | 1 DESCRIPTION = "A simple memory benchmark program, which tries to measure the \
|