- 78987bb0 perf: Replace deprecated -target with --target= for Clang by Fangrui Song · 1 year, 7 months ago
- ae7eb5b perf build: Filter out BTF sources without a .BTF section by Ian Rogers · 1 year, 7 months ago
- b7a2d77 perf build: Add ability to build with a generated vmlinux.h by Ian Rogers · 1 year, 7 months ago
- d436373 perf tests: Make x86 new instructions test optional at build time by Adrian Hunter · 1 year, 8 months ago
- 251c01e perf bpf: Do not use llvm-strip on BPF binary by Song Liu · 1 year, 8 months ago
- a2af0f6 perf build: Add system include paths to BPF builds by Ian Rogers · 1 year, 9 months ago
- 5be6cec perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory by Yang Jihong · 1 year, 9 months ago
- 9a2d517 Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" by Arnaldo Carvalho de Melo · 1 year, 9 months ago
- a887466 perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE by Arnaldo Carvalho de Melo · 1 year, 9 months ago
- 1d79665 perf build: Add warning for when vmlinux.h generation fails by Ian Rogers · 1 year, 10 months ago
- 56ec945 perf bpf filter: Implement event sample filtering by Namhyung Kim · 1 year, 11 months ago
- f1925bd perf build: Remove redundant NO_NEWT build option by Ian Rogers · 1 year, 11 months ago
- d7c4f89 perf build: Switch libpfm4 to opt-out rather than opt-in by Ian Rogers · 1 year, 11 months ago
- dd317df perf build: Make binutil libraries opt in by Ian Rogers · 1 year, 11 months ago
- a980755 perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL by Ian Rogers · 1 year, 11 months ago
- 7a9b223 perf build: Support python/perf.so testing by Ian Rogers · 1 year, 11 months ago
- b777b3d perf jevents: Run metric_test.py at compile-time by Ian Rogers · 2 years ago
- f00eccb perf build: Fix build error when NO_LIBBPF=1 by Ian Rogers · 2 years, 1 month ago
- f89fb55 perf build: Don't propagate subdir to submakes for install_headers by Ian Rogers · 2 years, 1 month ago
- 0c0a0db perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partially updated files on error. by Changbin Du · 2 years, 1 month ago
- caec547 perf build: Fix python/perf.so library's name by Ian Rogers · 2 years, 2 months ago
- 378ef0f perf build: Use libtraceevent from the system by Ian Rogers · 2 years, 2 months ago
- 616aa32 perf build: Fixes for LIBTRACEEVENT_DYNAMIC by Ian Rogers · 2 years, 2 months ago
- a3720e9 perf build: Fix LIBTRACEEVENT_DYNAMIC by Ian Rogers · 2 years, 3 months ago
- 746bd29 perf build: Use tools/lib headers from install path by Ian Rogers · 2 years, 3 months ago
- 84bec6f perf build: Install libsymbol locally when building by Ian Rogers · 2 years, 3 months ago
- ef019df perf build: Install libtraceevent locally when building by Ian Rogers · 2 years, 3 months ago
- 91009a3 perf build: Install libperf locally when building by Ian Rogers · 2 years, 3 months ago
- 00314c9 perf build: Install libapi locally when building by Ian Rogers · 2 years, 3 months ago
- 911920b perf build: Install libsubcmd locally when building by Ian Rogers · 2 years, 3 months ago
- cfddf0d perf bpf: Remove now unused BPF headers by Ian Rogers · 2 years, 3 months ago
- fdc25cc perf test: Add arm64 asm pureloop test shell script by Carsten Haitzler · 2 years, 5 months ago
- 34bec35 perf test: Add build infra for perf test tools for ARM CoreSight tests by Carsten Haitzler · 2 years, 5 months ago
- 0a9eaf6 perf tools: Don't install data files with x permissions by Jiri Slaby · 2 years, 5 months ago
- 0c343af2 perf test: JSON format checking by Claire Jensen · 2 years, 6 months ago
- 407b36f perf lock: Use BPF for lock contention analysis by Namhyung Kim · 2 years, 6 months ago
- daf07d2 perf kwork: Implement BPF trace by Yang Jihong · 2 years, 7 months ago
- 5a05979 perf jevents: Remove jevents.c by Ian Rogers · 2 years, 7 months ago
- 00facc7 perf jevents: Switch build to use jevents.py by Ian Rogers · 2 years, 7 months ago
- ffc606a perf jevents: Add python converter script by Ian Rogers · 2 years, 7 months ago
- edc41a1 perf record: Enable off-cpu analysis with BPF by Namhyung Kim · 2 years, 9 months ago
- 52cc784 perf tools: Delete perf-with-kcore.sh script by Adrian Hunter · 2 years, 9 months ago
- d4ff926 perf tools: Stop depending on .git files for building PERF-VERSION-FILE by John Garry · 2 years, 10 months ago
- b8321ed Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 2 years, 10 months ago
- 4e666cd perf tools: Fix dependency for version file creation by John Garry · 3 years ago
- 5c81664 kbuild: replace $(if A,A,B) with $(or A,B) by Masahiro Yamada · 3 years ago
- 177f4ea perf ftrace: Add -b/--use-bpf option for latency subcommand by Namhyung Kim · 3 years, 2 months ago
- c77a78c tools build: Enable warnings through HOSTCFLAGS by John Garry · 3 years, 3 months ago
- ecf0a35 perf beauty socket: Add generator for socket level (SOL_*) string table by Arnaldo Carvalho de Melo · 3 years, 3 months ago
- 795f91d perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators by Arnaldo Carvalho de Melo · 3 years, 3 months ago
- fa020dd perf beauty: Make all sockaddr files use a common naming scheme by Arnaldo Carvalho de Melo · 3 years, 3 months ago
- 6b491a8 perf build: Install libbpf headers locally when building by Quentin Monnet · 3 years, 3 months ago
- c3afd6e perf dlfilter: Add dlfilter-show-cycles by Adrian Hunter · 3 years, 3 months ago
- e277ac2 perf build: Suppress 'rm dlfilter' build message by Adrian Hunter · 3 years, 4 months ago
- 47e7dd3 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 4 months ago
- 35c46bf perf build: Fix plugin static linking with libopencsd on ARM and ARM64 by Branislav Rankov · 3 years, 6 months ago
- b758a61 perf tools: Enable libtracefs dynamic linking by Ian Rogers · 3 years, 4 months ago
- e807ffe perf dlfilters: Fix build on environments with a --sysroot gcc arg by Arnaldo Carvalho de Melo · 3 years, 5 months ago
- 9f9c9a8 perf tests: Add dlfilter test by Adrian Hunter · 3 years, 6 months ago
- 3af1dfd perf build: Move perf_dlfilters.h in the source tree by Adrian Hunter · 3 years, 6 months ago
- e63cbfa perf trace: Fix the perf trace link location by Justin M. Forbes · 3 years, 7 months ago
- 944138f perf stat: Enable BPF counter with --for-each-cgroup by Namhyung Kim · 3 years, 7 months ago
- 0beb218 perf build: Install perf_dlfilter.h by Adrian Hunter · 3 years, 7 months ago
- 56d32d4 perf tools: Enable libtraceevent dynamic linking by Michael Petlan · 3 years, 9 months ago
- f9ed693 perf stat: Enable iostat mode for x86 platforms by Alexander Antonov · 3 years, 10 months ago
- 7fac83a perf stat: Introduce 'bperf' to share hardware PMCs with BPF by Song Liu · 3 years, 11 months ago
- 009ef05 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 11 months ago
- dacfc08 perf build: Fix ccache usage in $(CC) when generating arch errno table by Antonio Terceiro · 4 years ago
- 762323e perf build: Move feature cleanup under tools/build by Jiri Olsa · 4 years ago
- 7e1df64 perf tools: Enable warnings when compiling BPF programs by Ian Rogers · 4 years ago
- 3a36281 Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years ago
- 211a741 tools: Factor Clang, LLC and LLVM utils definitions by Sedat Dilek · 4 years ago
- fa853c4 perf stat: Enable counting events for BPF programs by Song Liu · 4 years, 1 month ago
- fbcdaa1 perf build: Support build BPF skeletons with perf by Song Liu · 4 years, 1 month ago
- c8a950d tools: Factor HOSTCC, HOSTLD, HOSTAR definitions by Jean-Philippe Brucker · 4 years, 3 months ago
- 388968d perf trace: Use the autogenerated mmap 'prot' string/id table by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 9012e3d perf trace beauty: Add script to autogenerate mremap's flags args string/id table by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 4751bdd perf tools: Make GTK2 support opt-in by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- ed21d6d perf tests: Add test for PE binary format support by Remi Bernon · 4 years, 5 months ago
- c7a14fd perf build-ids: Fall back to debuginfod query if debuginfo not found by Frank Ch. Eigler · 4 years, 6 months ago
- f3cf7fa perf trace beauty: Use the autogenerated protocol family table by Arnaldo Carvalho de Melo · 4 years, 6 months ago
- 7094349 perf tools: Add optional support for libpfm4 by Stephane Eranian · 4 years, 9 months ago
- 43de386 perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- fdb071f perf tools: Do not display extra info when there is nothing to build by Jiri Olsa · 4 years, 9 months ago
- 4b19844 perf doc: Pass ASCIIDOC_EXTRA as an argument by Ian Rogers · 4 years, 9 months ago
- e4ffd06 perf: Normalize gcc parameter when generating arch errno table by He Zhe · 5 years ago
- 7cd053d perf tools: Unify a bit the build directory output by Jiri Olsa · 4 years, 11 months ago
- 3ce311a libperf: Move to tools/lib/perf by Jiri Olsa · 5 years ago
- 7b65e20 perf tools: Allow to link with libbpf dynamicaly by Jiri Olsa · 5 years ago
- f19a85c libbeauty: Hook up the x86 irq_vectors table generator by Arnaldo Carvalho de Melo · 5 years ago
- bb91a07 perf tools: Allow to build with -ltcmalloc by Jiri Olsa · 5 years ago
- 5554211 perf tools: Propagate CFLAGS to libperf by Jiri Olsa · 5 years ago
- fd21834 perf beauty: Hook up the x86 MSR table generator by Arnaldo Carvalho de Melo · 5 years ago
- 077faf3 libtraceevent: Move traceevent plugins in its own subdirectory by Tzvetomir Stoyanov (VMware) · 5 years ago
- 5079bde perf python: Add missing python/perf.so dependency for libperf by Jiri Olsa · 5 years ago
- 74d5f3d tools build: Add capability-related feature detection by Igor Lubashev · 5 years ago
- a429dcb libperf: Add libperf to the python.so build by Jiri Olsa · 6 years ago
- 3143504 libperf: Make libperf.a part of the perf build by Jiri Olsa · 6 years ago
- f7b6a8b Merge tag 'v5.2-rc3' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- a9a187a perf trace: Beautify 'sync_file_range' arguments by Arnaldo Carvalho de Melo · 6 years ago