Home
last modified time | relevance | path

Searched refs:perf (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am8 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 \
15 perf/fio/random_writes.fio \
16 perf/fio/sequential_reads.fio \
18 perf/fio/sequential_writes.fio
21 perf/regression/random_reads.ksh \
31 perf/regression/setup.ksh \
[all …]
/freebsd/tools/test/stress2/misc/
H A Dperf.sh43 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 &
103 rm -f /tmp/perf
/freebsd/sys/contrib/zstd/
H A DCHANGELOG8 perf: faster huffman decoder, using x64 assembly, by @terrelln
11 perf: new row64 mode, used notably in level 12, by @senhuang42
136 perf: Reduce compression stack usage by 1 KB, by @terrelln
138 perf: Improve histogram construction, by @cyan4973 (#2253)
194 perf: Improved decompression speed, by > 10%, by @terrelln
198 perf: minor generic speed optimization, by @davidbolvansky
235 perf: Improve decode speed by ~7% @mgrice (#1668)
328 perf: much faster dictionary builder, by @jenniferliu
342 perf: much faster dictionary compression, by @felixhandte
359 perf: better compression at levels 13-15
[all …]
/freebsd/lib/libpmc/pmu-events/
H A DREADME6 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 DMakefile11 PROGS+= perf
18 SRCS.perf= perf.c util.c
/freebsd/contrib/libpcap/testprogs/
H A DMakefile.in85 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 Dperf-regression.run25 tags = ['perf']
27 [tests/perf/regression]
33 tags = ['perf', 'regression']
/freebsd/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c159 .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 Darcstats_runtime_tuning.ksh18 . $STF_SUITE/tests/perf/perf.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/regression/
H A Drandom_writes.ksh38 . $STF_SUITE/tests/perf/perf.shlib
H A Dsequential_writes.ksh38 . $STF_SUITE/tests/perf/perf.shlib
H A Drandom_writes_zil.ksh19 . $STF_SUITE/tests/perf/perf.shlib
H A Dsequential_reads.ksh39 . $STF_SUITE/tests/perf/perf.shlib
H A Drandom_reads.ksh39 . $STF_SUITE/tests/perf/perf.shlib
H A Drandom_readwrite_fixed.ksh29 . $STF_SUITE/tests/perf/perf.shlib
H A Dsequential_reads_arc_cached.ksh29 . $STF_SUITE/tests/perf/perf.shlib
H A Drandom_readwrite.ksh39 . $STF_SUITE/tests/perf/perf.shlib
H A Dsequential_reads_dbuf_cached.ksh33 . $STF_SUITE/tests/perf/perf.shlib
H A Dsequential_reads_arc_cached_clone.ksh35 . $STF_SUITE/tests/perf/perf.shlib
/freebsd/sys/dev/acpica/
H A Dacpi_thermal.c1045 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()
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()
1168 if (perf != 0) { in acpi_tz_cooling_thread()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs2zol-patch.sed20 s:usr/src/test/zfs-tests/tests/perf:tests/zfs-tests/tests/perf:g
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in75 export FIO_SCRIPTS=$STF_SUITE/tests/perf/fio
76 export PERF_SCRIPTS=$STF_SUITE/tests/perf/scripts
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Drockchip-pcie-ep.txt13 - "aclk-perf"
47 clock-names = "aclk", "aclk-perf",
/freebsd/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv9 # to tools/perf/pmu-events/arch/powerpc/.
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Darm,ccn.yaml4 $id: http://devicetree.org/schemas/perf/arm,ccn.yaml#

123