index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile.config
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf probe: Convert to check dwarf_getcfi feature
Namhyung Kim
2023-11-10
1
-0
/
+5
*
perf build: Warn about missing libelf before warning about missing libbpf
Arnaldo Carvalho de Melo
2023-11-03
1
-4
/
+4
*
perf build: Disable BPF skeletons if clang version is < 12.0.1
Arnaldo Carvalho de Melo
2023-10-27
1
-0
/
+7
*
perf build: Default BUILD_BPF_SKEL, warn/disable for missing deps
Ian Rogers
2023-09-18
1
-29
/
+49
*
perf parse-events: Remove BPF event support
Ian Rogers
2023-08-15
1
-12
/
+0
*
perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)
Ian Rogers
2023-08-15
1
-31
/
+0
*
perf build: Support llvm and clang support compiled in
Thomas Richter
2023-08-03
1
-1
/
+1
*
perf build: Add Wextra for C++ compilation
Ian Rogers
2023-07-28
1
-1
/
+1
*
perf build: Don't always set -funwind-tables and -ggdb3
Ian Rogers
2023-07-28
1
-4
/
+3
*
perf build: Add LTO build option
Ian Rogers
2023-07-24
1
-0
/
+5
*
perf build: Fix library not found error when using CSLIBS
James Clark
2023-07-11
1
-2
/
+2
*
perf test: Fix a compile error on pe-file-parsing.c
Namhyung Kim
2023-06-27
1
-3
/
+10
*
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2023-06-23
1
-0
/
+4
*
perf tests: Make x86 new instructions test optional at build time
Adrian Hunter
2023-06-13
1
-0
/
+5
*
perf build: Don't compile demangle-cxx.cpp if not necessary
Ian Rogers
2023-05-26
1
-0
/
+1
*
perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and cl...
Arnaldo Carvalho de Melo
2023-05-10
1
-0
/
+6
*
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-05-07
1
-85
/
+27
|
\
|
*
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
2023-05-06
1
-12
/
+7
|
*
Revert "perf build: Warn for BPF skeletons if endian mismatches"
Arnaldo Carvalho de Melo
2023-05-06
1
-10
/
+7
|
*
perf build: Warn for BPF skeletons if endian mismatches
Ian Rogers
2023-04-10
1
-7
/
+10
|
*
perf build: Allow C++ demangle without libelf
Ian Rogers
2023-04-04
1
-1
/
+0
|
*
tools build: Add a feature test for scandirat(), that is not implemented so f...
Arnaldo Carvalho de Melo
2023-04-04
1
-0
/
+4
|
*
perf build: Conditionally define NDEBUG
Ian Rogers
2023-04-04
1
-0
/
+1
|
*
perf build: Error if no libelf and NO_LIBELF isn't set
Ian Rogers
2023-03-14
1
-9
/
+1
|
*
perf build: Remove redundant NO_NEWT build option
Ian Rogers
2023-03-14
1
-4
/
+0
|
*
perf build: If libtraceevent isn't present error the build
Ian Rogers
2023-03-14
1
-1
/
+1
|
*
perf build: Switch libpfm4 to opt-out rather than opt-in
Ian Rogers
2023-03-14
1
-2
/
+1
|
*
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
2023-03-14
1
-15
/
+14
|
*
perf build: Make binutil libraries opt in
Ian Rogers
2023-03-14
1
-15
/
+10
|
*
perf build: Error if jevents won't work and NO_JEVENTS=1 isn't set
Ian Rogers
2023-03-14
1
-4
/
+2
|
*
perf build: Remove unused HAVE_GLIBC_SUPPORT
Ian Rogers
2023-03-14
1
-4
/
+0
|
*
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
2023-03-14
1
-7
/
+12
|
*
perf bpf: Remove pre libbpf 1.0 conditional logic
Ian Rogers
2023-03-14
1
-9
/
+0
|
*
perf build: Remove libbpf pre-1.0 feature tests
Ian Rogers
2023-03-14
1
-39
/
+11
*
|
tools/perf: Add basic support for LoongArch
Huacai Chen
2023-05-01
1
-3
/
+9
|
/
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-4
/
+0
*
perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1
Arnaldo Carvalho de Melo
2023-01-10
1
-0
/
+2
*
perf build: Fix build error when NO_LIBBPF=1
Ian Rogers
2023-01-10
1
-0
/
+2
*
perf tools: Don't install libtraceevent plugins as its not anymore in the ker...
Arnaldo Carvalho de Melo
2023-01-10
1
-8
/
+0
*
perf build: Remove explicit reference to python 2.x devel files
Arnaldo Carvalho de Melo
2022-12-21
1
-1
/
+1
*
perf python: Don't stop building if python setuptools isn't installed
Arnaldo Carvalho de Melo
2022-12-19
1
-2
/
+7
*
perf build: Fix python/perf.so library's name
Ian Rogers
2022-12-14
1
-1
/
+3
*
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
1
-0
/
+4
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-18
/
+19
*
perf build: Use tools/lib headers from install path
Ian Rogers
2022-11-16
1
-2
/
+0
*
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
2022-11-04
1
-6
/
+6
*
perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility
Ian Rogers
2022-11-04
1
-1
/
+2
*
perf build: Update to C standard to gnu11
Ian Rogers
2022-11-03
1
-1
/
+1
*
perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...
Arnaldo Carvalho de Melo
2022-10-25
1
-0
/
+5
*
perf test: Add build infra for perf test tools for ARM CoreSight tests
Carsten Haitzler
2022-10-06
1
-0
/
+2
[next]