summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Expose quiet/verbose variables in Makefile.perfCharlie Jenkins2025-01-161-20/+0
* perf tools: Remove dependency on libauditCharlie Jenkins2025-01-102-15/+0
* perf tools: Create generic syscall table supportCharlie Jenkins2025-01-091-0/+2
* tools build: Add feature test for libelf with ZSTDLeo Yan2024-12-184-0/+18
* tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo2024-12-181-0/+10
* tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....Arnaldo Carvalho de Melo2024-12-131-1/+0
* tools build feature: Don't set feature-libcap=1 if libcap-devel isn't availableArnaldo Carvalho de Melo2024-12-122-3/+1
* tools build feature: Add some comments to explain the FEATURE_TESTS logicArnaldo Carvalho de Melo2024-12-121-0/+35
* tools build: Remove the libunwind feature tests from the ones detected when t...Arnaldo Carvalho de Melo2024-12-111-7/+0
* tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo2024-12-091-5/+0
* Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-11-269-87/+69
|\
| * perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang2024-11-081-1/+1
| * perf probe: Move elfutils support check to libdw checkIan Rogers2024-10-181-1/+9
| * perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers2024-10-184-15/+9
| * perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers2024-10-185-25/+13
| * perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers2024-10-185-26/+18
| * perf build: Rename test-dwarf to test-libdwIan Rogers2024-10-184-14/+14
* | Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-223-0/+13
|\ \ | |/ |/|
| * tools/build: Add libcpupower dependency detectionTomas Glozar2024-10-173-0/+13
* | perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong2024-10-021-0/+3
* | perf build: Fix static compilation error when libdw is not installedYang Jihong2024-10-021-1/+1
|/
* perf build: Remove unused feature test targetJames Clark2024-09-102-7/+0
* perf build: Autodetect minimum required llvm-dev versionJames Clark2024-09-103-1/+24
* perf report: Support LLVM for addr2line()Steinar H. Gunderson2024-09-031-0/+1
* Revert "tools build: Remove leftover libcap tests that prevents fast path fea...Arnaldo Carvalho de Melo2024-08-292-1/+25
* tools build: Remove leftover libcap tests that prevents fast path feature det...Arnaldo Carvalho de Melo2024-08-282-25/+1
* tools build: Provide consistent build options for fixdepAlexander Gordeev2024-08-151-1/+1
* perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo2024-08-141-4/+0
* tools build: Correct bpf fixdep dependenciesBrian Norris2024-08-051-1/+11
* tools build: Avoid circular .fixdep-in.o.cmd issuesBrian Norris2024-08-052-12/+2
* Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds2024-07-301-10/+43
|\
| * perf: build: Link lib 'zstd' for static buildLeo Yan2024-07-261-1/+1
| * perf: build: Link lib 'lzma' for static buildLeo Yan2024-07-261-8/+8
| * perf: build: Only link libebl.a for old libdwLeo Yan2024-07-261-1/+11
| * perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan2024-07-261-1/+24
* | Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds2024-07-231-0/+18
|\|
| * tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio2024-07-171-0/+18
| * perf build: Use pkg-config for feature check for libtrace{event,fs}Guilherme Amadio2024-06-211-1/+1
* | tools: build: use correct lib name for libtracefs feature detectionDaniel Wagner2024-06-212-2/+2
|/
* perf: build: introduce the libcapstoneChangbin Du2024-02-204-0/+21
* perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is presentJames Clark2023-11-271-2/+2
* perf build: Add feature check for dwarf_getcfi()Namhyung Kim2023-11-103-0/+14
* Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2023-10-301-0/+14
|\
| * tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo2023-10-191-0/+14
* | tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa2023-10-181-1/+9
|/
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-096-76/+14
|\
| * perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-154-70/+0
| * perf build: Update feature check for clang and llvmThomas Richter2023-08-031-6/+4
| * perf build: Update build rule for generated filesNamhyung Kim2023-08-031-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-1/+1
|\|