..
arch
perf tools mips: Fix mips syscall generation
2025-01-13 11:46:41 -03:00
bench
perf bench: Fix undefined behavior in cmpworker()
2025-01-18 10:14:36 -08:00
check-header_ignore_hunks /lib
perf tools: update expected diff for lib/list_sort.c
2024-11-05 17:12:33 -08:00
dlfilters
perf tools: Simplify evsel__add_modifier()
2024-10-22 09:52:11 -07:00
Documentation
perf-tools changes for v6.14
2025-01-24 05:45:40 -08:00
include /perf
perf dlfilter: Add al_cleanup()
2023-08-15 16:41:49 -03:00
jvmti
perf tools: Fix various typos in comments
2021-03-23 17:13:43 -03:00
pmu-events
perf vendor events arm64: Add FUJITSU-MONAKA PMU event
2025-01-10 10:59:42 -03:00
python
perf python: Convert tracepoint.py example to python3
2022-04-01 16:19:35 -03:00
scripts
perf tools: Create generic syscall table support
2025-01-09 12:49:49 -03:00
tests
perf test: Skip syscall enum test if no landlock syscall
2025-01-28 09:29:39 -08:00
trace
perf env: Move arch errno function to only use in env
2024-12-18 16:24:33 -03:00
ui
perf annotate: Prefer passing evsel to evsel->core.idx
2025-01-18 10:02:10 -08:00
util
perf cpumap: Fix die and cluster IDs
2025-01-28 10:03:26 -08:00
.gitignore
perf tools: Add the empty-pmu-events build to .gitignore
2024-11-07 10:51:56 -08:00
Build
perf check: Introduce 'check' subcommand
2024-09-04 09:56:05 -03:00
builtin-annotate.c
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
2024-12-09 17:52:41 -03:00
builtin-bench.c
perf bench uprobe: Add uretprobe variant of uprobe benchmarks
2024-04-12 17:54:02 -03:00
builtin-buildid-cache.c
perf dso: Add reference count checking and accessor functions
2024-05-06 15:28:49 -03:00
builtin-buildid-list.c
perf buildid-list: Use perf_tool__init
2024-08-12 18:07:10 -03:00
builtin-c2c.c
perf mem: Fix missed p-core mem events on ADL and RPL
2024-09-06 11:45:17 -03:00
builtin-check.c
perf tools: Remove dependency on libaudit
2025-01-10 10:59:42 -03:00
builtin-config.c
perf config: Add a function to set one variable in .perfconfig
2025-01-14 15:05:56 -03:00
builtin-daemon.c
perf daemon: Fix the build on more 32-bit architectures
2024-08-19 21:44:30 -03:00
builtin-data.c
perf util: Move input_name to util
2023-04-10 19:21:31 -03:00
builtin-diff.c
perf stream: Use evsel rather than evsel->idx
2024-12-23 13:53:08 -03:00
builtin-evlist.c
perf evlist: Print hint for group
2024-09-11 13:08:45 -03:00
builtin-ftrace.c
perf ftrace: Fix display for range of the first bucket
2025-01-10 14:45:43 -03:00
builtin-help.c
perf tools: Remove dependency on libaudit
2025-01-10 10:59:42 -03:00
builtin-inject.c
perf inject: Fix use without initialization of local variables
2025-01-14 14:57:19 -03:00
builtin-kallsyms.c
perf dso: Add reference count checking and accessor functions
2024-05-06 15:28:49 -03:00
builtin-kmem.c
perf evsel: Add/use accessor for tp_format
2024-12-09 17:52:42 -03:00
builtin-kvm.c
perf kvm: Move functions used in util out of builtin
2024-12-18 16:24:32 -03:00
builtin-kwork.c
perf kwork: Make perf_kwork_add_work a callback
2024-12-18 16:24:33 -03:00
builtin-list.c
perf list: Fix topic and pmu_name argument order
2024-11-13 16:27:35 -03:00
builtin-lock.c
perf lock: Rename fields in lock_type_table
2025-01-17 10:12:41 -08:00
builtin-mem.c
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
2024-12-09 17:52:41 -03:00
builtin-probe.c
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
2024-10-18 10:17:40 -07:00
builtin-record.c
perf tools: Parse aux-action
2024-12-18 16:24:32 -03:00
builtin-report.c
perf report: Fix misleading help message about --demangle
2025-01-10 14:46:09 -03:00
builtin-sched.c
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
2024-12-09 17:52:41 -03:00
builtin-script.c
perf script: Cache the output type
2024-12-20 17:35:54 -03:00
builtin-stat.c
perf stat: Move stat_config into config.c
2024-12-18 16:24:32 -03:00
builtin-timechart.c
perf timechart: Remove redundant variable assignment
2024-11-13 16:27:35 -03:00
builtin-top.c
perf annotate: Prefer passing evsel to evsel->core.idx
2025-01-18 10:02:10 -08:00
builtin-trace.c
perf trace: Fix runtime error of index out of bounds
2025-01-28 09:27:27 -08:00
builtin-version.c
perf version: Update --build-options to use 'supported_features' array
2024-09-04 16:19:29 -03:00
builtin.h
perf script: Move find_scripts to browser/scripts.c
2024-12-18 16:24:32 -03:00
check-headers.sh
perf tools arm64: Use syscall table
2025-01-09 12:55:36 -03:00
command-list.txt
perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commands
2023-01-02 11:51:53 -03:00
CREDITS
perf_counter tools: Add CREDITS file for Git contributors
2009-06-24 19:54:29 +02:00
design.txt
perf design.txt: Synchronize the definition of enum perf_hw_id with code
2021-11-13 18:11:50 -03:00
Makefile
perf tools: Fix wrong message when running "make JOBS=1"
2024-08-01 12:11:33 -03:00
Makefile.config
perf tools: Remove dependency on libaudit
2025-01-10 10:59:42 -03:00
Makefile.perf
tools: Unify top-level quiet infrastructure
2025-02-18 15:31:45 -03:00
MANIFEST
perf MANIFEST: Add license files
2025-01-14 14:57:19 -03:00
perf-archive.sh
perf build: Add shellcheck to tools/perf scripts
2024-04-12 17:54:02 -03:00
perf-completion.sh
perf build: Add shellcheck to tools/perf scripts
2024-04-12 17:54:02 -03:00
perf-iostat.sh
perf stat: Enable iostat mode for x86 platforms
2021-04-20 08:40:20 -03:00
perf-read-vdso.c
perf tools: Make find_vdso_map() more modular
2019-01-08 13:28:13 -03:00
perf-sys.h
perf tests: Call test_attr__open() directly
2020-09-10 11:55:37 -03:00
perf.c
perf tools: Remove dependency on libaudit
2025-01-10 10:59:42 -03:00
perf.h
perf: Increase MAX_NR_CPUS to 4096
2024-12-09 17:52:41 -03:00