index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile.config
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-17
perf tools: Disable BPF skeleton if no libopenssl found
Namhyung Kim
1
-0
/
+8
2025-12-07
Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-13
/
+0
2025-11-13
perf build: Remove NO_AUXTRACE build option
Ian Rogers
1
-5
/
+0
2025-11-13
perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid
Ian Rogers
1
-10
/
+2
2025-11-13
perf build: Don't fail fast path feature detection when binutils-devel is not...
Arnaldo Carvalho de Melo
1
-3
/
+2
2025-10-06
perf build: Support build with clang
Leo Yan
1
-1
/
+32
2025-10-03
perf bpf-event: Use libbpf version rather than feature check
Ian Rogers
1
-7
/
+0
2025-10-03
perf build: Move libopcode disasm tests to BUILD_NONDISTRO
Ian Rogers
1
-8
/
+8
2025-10-03
tools build: Remove feature-libslang-include-subdir
Ian Rogers
1
-7
/
+2
2025-10-03
perf namespaces: Avoid get_current_dir_name dependency
Ian Rogers
1
-4
/
+0
2025-10-02
perf libbfd: Move libbfd functionality to its own file
Ian Rogers
1
-0
/
+1
2025-10-02
perf build: Remove libtracefs configuration
Ian Rogers
1
-14
/
+0
2025-09-19
tools build: Make libperl opt-in rather than opt-out, deprecate
Ian Rogers
1
-9
/
+3
2025-06-26
tools: Remove libcrypto dependency
Yuzhuo Jing
1
-13
/
+0
2025-06-26
perf build: enable -fno-strict-aliasing
Eric Biggers
1
-0
/
+4
2025-06-24
perf build: The bfd features are opt-in, stop testing for them by default
Arnaldo Carvalho de Melo
1
-0
/
+5
2025-06-24
perf build: Add the libpfm devel fedora package name to the hint
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-24
perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-20
perf build: detect support for libbpf's emit_strings option
Blake Jones
1
-0
/
+8
2025-05-07
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-04-29
perf tools: Fix in-source libperf build
James Clark
1
-1
/
+1
2025-04-23
perf tools: Fix arm64 build by generating unistd_64.h
James Clark
1
-0
/
+1
2025-04-10
perf build: Warn when libdebuginfod devel files are not available
Arnaldo Carvalho de Melo
1
-0
/
+2
2025-04-10
tools build: Don't set libunwind as available if test-all.c build succeeds
Arnaldo Carvalho de Melo
1
-1
/
+3
2025-03-23
perf build: filter all combinations of -flto for libperl
Holger Hoffstätte
1
-1
/
+1
2025-01-31
perf: Always feature test reallocarray
James Clark
1
-6
/
+4
2025-01-10
perf tools: Remove dependency on libaudit
Charlie Jenkins
1
-29
/
+2
2025-01-10
perf tools s390: Use generic syscall table scripts
Charlie Jenkins
1
-5
/
+1
2025-01-10
perf tools powerpc: Use generic syscall table scripts
Charlie Jenkins
1
-2
/
+1
2025-01-09
perf tools mips: Use generic syscall scripts
Charlie Jenkins
1
-2
/
+1
2025-01-09
perf tools loongarch: Use syscall table
Charlie Jenkins
1
-2
/
+1
2025-01-09
perf tools arm64: Use syscall table
Charlie Jenkins
1
-2
/
+1
2025-01-09
perf tools x86: Use generic syscall scripts
Charlie Jenkins
1
-2
/
+1
2025-01-09
perf tools arc: Support generic syscall headers
Charlie Jenkins
1
-1
/
+1
2025-01-09
perf tools: Create generic syscall table support
Charlie Jenkins
1
-4
/
+7
2024-12-18
perf build: Minor improvement for linking libzstd
Leo Yan
1
-1
/
+7
2024-12-18
tools build: Test for presence of libtraceevent and libtracefs in test-all.c
Arnaldo Carvalho de Melo
1
-2
/
+0
2024-12-09
tools features: Don't check for libunwind devel files by default
Arnaldo Carvalho de Melo
1
-34
/
+49
2024-11-09
perf build: Remove PERF_HAVE_DWARF_REGS
Ian Rogers
1
-9
/
+4
2024-11-09
perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
Ian Rogers
1
-4
/
+0
2024-11-04
perf build: Add missing cflags when building with custom libtraceevent
Yicong Yang
1
-1
/
+1
2024-11-04
perf build: Make libunwind opt-in rather than opt-out
Ian Rogers
1
-0
/
+4
2024-11-03
Merge 'origin/master' into perf-tools-next
Namhyung Kim
1
-2
/
+2
2024-10-30
perf, riscv: Wire up perf trace support for RISC-V
Björn Töpel
1
-1
/
+5
2024-10-23
perf build: Change the clang check back to 12.0.1
Howard Chu
1
-2
/
+2
2024-10-18
perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
Ian Rogers
1
-1
/
+1
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
1
-1
/
+1
2024-10-18
perf libdw: Remove unnecessary defines
Ian Rogers
1
-3
/
+0
2024-10-18
perf build: Combine test-dwarf-getcfi into test-libdw
Ian Rogers
1
-7
/
+1
2024-10-18
perf build: Combine test-dwarf-getlocations into test-libdw
Ian Rogers
1
-8
/
+2
[next]