/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 …]
|
H A D | CONTRIBUTING.md | 301 profile your code using `instruments` on mac, `perf` on linux and `visual studio profiler` 356 #### Perf subsubsection 358 This wiki has a pretty detailed tutorial on getting started working with perf so we'll 361 https://perf.wiki.kernel.org/index.php/Tutorial 363 Some general notes on perf: 364 * Use `perf stat -r # <bench-program>` to quickly get some relevant timing and 365 counter statistics. Perf uses a high resolution timer and this is likely one 367 * Perf has a long list of hardware counters that can be viewed with `perf --list`. 372 * Perf hardware counters will not work on a virtual machine.
|
/freebsd/crypto/krb5/src/tests/threads/ |
H A D | Makefile.in | 2 # build a specific test program with "make gss-perf" or similar. 10 $(srcdir)/gss-perf.c \ 28 gss-perf: gss-perf.o $(KRB5_BASE_DEPLIBS) $(GSS_DEPLIBS) 29 …$(CC_LINK) $(PTHREAD_CFLAGS) -o gss-perf gss-perf.o $(GSS_LIBS) $(KRB5_BASE_LIBS) $(THREAD_LINKOPT… 40 $(RM) *.o t_rcache syms prof1 gss-perf test.rcache2
|
H A D | deps | 14 $(OUTPRE)gss-perf.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \ 16 gss-perf.c
|
/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'.
|
H A D | pmu-events.h | 37 * The identifier specified in tools/perf/pmu-events/arch/xxx/mapfile 38 * must match the get_cpuid_str() in tools/perf/arch/xxx/util/header.c)
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 1 //===-- PerfJITEventListener.cpp - Tell Linux's perf about JITted code ----===// 9 // This file defines a JITEventListener object that tells perf about JITted 12 // Documentation for perf jit integration is available at: 13 // https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jitdump-specification.txt 14 // https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jit-interface.txt 96 // perf mmap marker 99 // perf support ready 106 // The following are POD struct definitions from the perf jit specification 293 // perf currently doesn't have an interface for unloading. But munmap()ing the in notifyFreeingObject() 339 // We mmap the jitdump to create an MMAP RECORD in perf in OpenMarker() [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/openzfs/tests/zfs-tests/tests/perf/regression/ |
H A D | random_writes_zil.ksh | 20 . $STF_SUITE/tests/perf/perf.shlib 62 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 70 "$perf_record_cmd" "perf"
|
H A D | sequential_writes.ksh | 39 . $STF_SUITE/tests/perf/perf.shlib 70 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 78 "$perf_record_cmd" "perf"
|
H A D | random_writes.ksh | 39 . $STF_SUITE/tests/perf/perf.shlib 70 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 78 "$perf_record_cmd" "perf"
|
H A D | random_readwrite_fixed.ksh | 30 . $STF_SUITE/tests/perf/perf.shlib 69 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 77 "$perf_record_cmd" "perf"
|
H A D | sequential_reads_dbuf_cached.ksh | 34 . $STF_SUITE/tests/perf/perf.shlib 73 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 82 "$perf_record_cmd" "perf"
|
H A D | sequential_reads_arc_cached.ksh | 30 . $STF_SUITE/tests/perf/perf.shlib 69 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 78 "$perf_record_cmd" "perf"
|
H A D | sequential_reads.ksh | 40 . $STF_SUITE/tests/perf/perf.shlib 77 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 86 "$perf_record_cmd" "perf"
|
H A D | random_readwrite.ksh | 40 . $STF_SUITE/tests/perf/perf.shlib 79 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 87 "$perf_record_cmd" "perf"
|
H A D | random_reads.ksh | 40 . $STF_SUITE/tests/perf/perf.shlib 79 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 87 "$perf_record_cmd" "perf"
|
H A D | sequential_reads_arc_cached_clone.ksh | 36 . $STF_SUITE/tests/perf/perf.shlib 95 typeset perf_record_cmd="perf record -F 99 -a -g -q \ 104 "$perf_record_cmd" "perf"
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | Makefile | 10 PROGS+= perf 17 SRCS.perf= perf.c util.c
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | perf-regression.run | 25 tags = ['perf'] 27 [tests/perf/regression] 33 tags = ['perf', 'regression']
|
/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/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 | 19 . $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
|