summaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Expand)AuthorFilesLines
2025-01-16perf tools: Expose quiet/verbose variables in Makefile.perfCharlie Jenkins1-20/+0
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins2-15/+0
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins1-0/+2
2024-12-18tools build: Add feature test for libelf with ZSTDLeo Yan4-0/+18
2024-12-18tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo1-0/+10
2024-12-13tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....Arnaldo Carvalho de Melo1-1/+0
2024-12-12tools build feature: Don't set feature-libcap=1 if libcap-devel isn't availableArnaldo Carvalho de Melo2-3/+1
2024-12-12tools build feature: Add some comments to explain the FEATURE_TESTS logicArnaldo Carvalho de Melo1-0/+35
2024-12-11tools build: Remove the libunwind feature tests from the ones detected when t...Arnaldo Carvalho de Melo1-7/+0
2024-12-09tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo1-5/+0
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds9-87/+69
2024-11-22Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+13
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-10-18perf probe: Move elfutils support check to libdw checkIan Rogers1-1/+9
2024-10-18perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers4-15/+9
2024-10-18perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers5-25/+13
2024-10-18perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers5-26/+18
2024-10-18perf build: Rename test-dwarf to test-libdwIan Rogers4-14/+14
2024-10-17tools/build: Add libcpupower dependency detectionTomas Glozar3-0/+13
2024-10-02perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong1-0/+3
2024-10-02perf build: Fix static compilation error when libdw is not installedYang Jihong1-1/+1
2024-09-10perf build: Remove unused feature test targetJames Clark2-7/+0
2024-09-10perf build: Autodetect minimum required llvm-dev versionJames Clark3-1/+24
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson1-0/+1
2024-08-29Revert "tools build: Remove leftover libcap tests that prevents fast path fea...Arnaldo Carvalho de Melo2-1/+25
2024-08-28tools build: Remove leftover libcap tests that prevents fast path feature det...Arnaldo Carvalho de Melo2-25/+1
2024-08-15tools build: Provide consistent build options for fixdepAlexander Gordeev1-1/+1
2024-08-14perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo1-4/+0
2024-08-05tools build: Correct bpf fixdep dependenciesBrian Norris1-1/+11
2024-08-05tools build: Avoid circular .fixdep-in.o.cmd issuesBrian Norris2-12/+2
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds1-10/+43
2024-07-26perf: build: Link lib 'zstd' for static buildLeo Yan1-1/+1
2024-07-26perf: build: Link lib 'lzma' for static buildLeo Yan1-8/+8
2024-07-26perf: build: Only link libebl.a for old libdwLeo Yan1-1/+11
2024-07-26perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan1-1/+24
2024-07-23Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds1-0/+18
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio1-0/+18
2024-06-21perf build: Use pkg-config for feature check for libtrace{event,fs}Guilherme Amadio1-1/+1
2024-06-21tools: build: use correct lib name for libtracefs feature detectionDaniel Wagner2-2/+2
2024-02-20perf: build: introduce the libcapstoneChangbin Du4-0/+21
2023-11-27perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is presentJames Clark1-2/+2
2023-11-10perf build: Add feature check for dwarf_getcfi()Namhyung Kim3-0/+14
2023-10-30Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim1-0/+14
2023-10-19tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo1-0/+14
2023-10-18tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa1-1/+9
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds6-76/+14
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers4-70/+0
2023-08-03perf build: Update feature check for clang and llvmThomas Richter1-6/+4
2023-08-03perf build: Update build rule for generated filesNamhyung Kim1-0/+10
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1