/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/ |
H A D | Makefile.am | 8 perf/nfs-sample.cfg \ 9 perf/perf.shlib \ 11 perf/fio/mkfiles.fio \ 12 perf/fio/random_reads.fio \ 13 perf/fio/random_readwrite.fio \ 14 perf/fio/random_readwrite_fixed.fio \ 15 perf/fio/random_writes.fio \ 16 perf/fio/sequential_reads.fio \ 17 perf/fio/sequential_readwrite.fio \ 18 perf/fio/sequential_writes.fio [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | perf.sh | 43 sed '1,/^EOF/d' < $odir/$0 > perf.c 44 mycc -o perf -Wall -Wextra perf.c || exit 1 45 rm -f perf.c 72 /tmp/perf $i & 104 rm -f /tmp/perf
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) 7 perf: rebalanced compression levels, to better match the intended speed/level curve, by @senhuang42 8 perf: faster huffman decoder, using x64 assembly, by @terrelln 9 perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte 10 perf: improved binary size and faster compilation times, by @terrelln 11 perf: new row64 mode, used notably in level 12, by @senhuang42 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 13 perf: minor compression ratio improvements for small data at high levels, by @cyan4973 14 perf: reduced stack usage (mostly useful for Linux Kernel), by @terrelln 15 perf: faster compression speed on incompressible data, by @bindhvo [all …]
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 6 executed _BEFORE_ the perf binary itself is built. 9 tree tools/perf/pmu-events/arch/foo. 33 $ ls tools/perf/pmu-events/arch/x86/Silvermont_core 76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf. 86 3. _All_ known CPU tables for architecture are included in the perf 89 At run time, perf determines the actual CPU it is running on, finds the 93 $ perf stat -e pm_1plus_ppc_cmpl sleep 1 97 However some errors in processing may cause the perf build to fail. 146 $ grep Silvermont tools/perf/pmu-events/arch/x86/mapfile.csv 152 in the directory 'tools/perf/pmu-events/arch/x86/Silvermont_core'.
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | Makefile | 10 PROGS+= perf 17 SRCS.perf= perf.c util.c
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | Makefile.in | 85 findalldevstest-perf.c \ 121 findalldevstest-perf: $(srcdir)/findalldevstest-perf.c ../libpcap.a 122 $(CC) $(FULL_CFLAGS) -I. -L. -o findalldevstest-perf \ 123 $(srcdir)/findalldevstest-perf.c \
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | perf-regression.run | 24 tags = ['perf'] 26 [tests/perf/regression] 32 tags = ['perf', 'regression']
|
/freebsd/sys/dev/xen/cpu/ |
H A D | xen_acpi_cpu.c | 159 .u.set_pminfo.u.perf.state_count = sc->cpu_px_count, in xen_upload_px() 160 .u.set_pminfo.u.perf.control_register = sc->control_register, in xen_upload_px() 161 .u.set_pminfo.u.perf.status_register = sc->status_register, in xen_upload_px() 162 .u.set_pminfo.u.perf.domain_info = sc->psd, in xen_upload_px() 163 .u.set_pminfo.u.perf.flags = XEN_PX_PPC | XEN_PX_PCT | in xen_upload_px() 170 &op.u.set_pminfo.u.perf.platform_limit); in xen_upload_px() 176 set_xen_guest_handle(op.u.set_pminfo.u.perf.states, sc->cpu_px_states); in xen_upload_px() 185 op.u.set_pminfo.u.perf.shared_type = in xen_upload_px() 190 op.u.set_pminfo.u.perf.shared_type = in xen_upload_px() 195 op.u.set_pminfo.u.perf.shared_type = in xen_upload_px()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/arc/ |
H A D | arcstats_runtime_tuning.ksh | 18 . $STF_SUITE/tests/perf/perf.shlib
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/regression/ |
H A D | random_writes.ksh | 38 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | sequential_writes.ksh | 38 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | random_writes_zil.ksh | 19 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | random_reads.ksh | 39 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | random_readwrite.ksh | 39 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | random_readwrite_fixed.ksh | 29 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | sequential_reads.ksh | 39 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | sequential_reads_arc_cached.ksh | 29 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | sequential_reads_dbuf_cached.ksh | 33 . $STF_SUITE/tests/perf/perf.shlib
|
H A D | sequential_reads_arc_cached_clone.ksh | 35 . $STF_SUITE/tests/perf/perf.shlib
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_thermal.c | 1045 int num_levels, error, freq, desired_freq, perf, i; in acpi_tz_cpufreq_update() local 1076 perf = 100 * freq / levels[0].total_set.freq - req; in acpi_tz_cpufreq_update() 1077 if (perf < 0) in acpi_tz_cpufreq_update() 1078 perf = 0; in acpi_tz_cpufreq_update() 1079 else if (perf > 100) in acpi_tz_cpufreq_update() 1080 perf = 100; in acpi_tz_cpufreq_update() 1081 desired_freq = levels[0].total_set.freq * perf / 100; in acpi_tz_cpufreq_update() 1150 int error, perf, curr_temp, prev_temp; in acpi_tz_cooling_thread() local 1164 perf = sc->tz_zone.tc1 * (curr_temp - prev_temp) + in acpi_tz_cooling_thread() 1166 perf /= 10; in acpi_tz_cooling_thread() [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs2zol-patch.sed | 20 s:usr/src/test/zfs-tests/tests/perf:tests/zfs-tests/tests/perf:g
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | default.cfg.in | 75 export FIO_SCRIPTS=$STF_SUITE/tests/perf/fio 76 export PERF_SCRIPTS=$STF_SUITE/tests/perf/scripts
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 20 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 84 parted perf python3 python3-cffi python3-devel python3-packaging \ 126 sudo apt-get install -yq linux-perf dh-sequence-dkms
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | rockchip-pcie-ep.txt | 13 - "aclk-perf" 47 clock-names = "aclk", "aclk-perf",
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/ |
H A D | mapfile.csv | 9 # to tools/perf/pmu-events/arch/powerpc/.
|