summaryrefslogtreecommitdiff
path: root/tools/perf/Makefile.config
AgeCommit message (Expand)AuthorFilesLines
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte1-1/+1
2025-01-31perf: Always feature test reallocarrayJames Clark1-6/+4
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins1-29/+2
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins1-5/+1
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins1-2/+1
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins1-2/+1
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins1-2/+1
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins1-2/+1
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins1-2/+1
2025-01-09perf tools arc: Support generic syscall headersCharlie Jenkins1-1/+1
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins1-4/+7
2024-12-18perf build: Minor improvement for linking libzstdLeo Yan1-1/+7
2024-12-18tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo1-2/+0
2024-12-09tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo1-34/+49
2024-11-09perf build: Remove PERF_HAVE_DWARF_REGSIan Rogers1-9/+4
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers1-4/+0
2024-11-04perf build: Add missing cflags when building with custom libtraceeventYicong Yang1-1/+1
2024-11-04perf build: Make libunwind opt-in rather than opt-outIan Rogers1-0/+4
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim1-2/+2
2024-10-30perf, riscv: Wire up perf trace support for RISC-VBjörn Töpel1-1/+5
2024-10-23perf build: Change the clang check back to 12.0.1Howard Chu1-2/+2
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers1-1/+1
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers1-1/+1
2024-10-18perf libdw: Remove unnecessary definesIan Rogers1-3/+0
2024-10-18perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers1-7/+1
2024-10-18perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers1-8/+2
2024-10-18perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers1-8/+0
2024-10-18perf build: Rename test-dwarf to test-libdwIan Rogers1-3/+3
2024-10-18perf build: Remove defined but never used variableIan Rogers1-2/+0
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers1-8/+8
2024-10-18perf build: Fix LIBDW_DIRIan Rogers1-0/+6
2024-10-02perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong1-1/+4
2024-10-02perf build: Fix static compilation error when libdw is not installedYang Jihong1-1/+1
2024-09-11tools: Drop nonsensical -O6Sam James1-5/+1
2024-09-11perf build: Require at least clang 16.0.6 to build BPF skeletonsArnaldo Carvalho de Melo1-2/+2
2024-09-10perf build: Autodetect minimum required llvm-dev versionJames Clark1-3/+3
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson1-0/+17
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo1-9/+4
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers1-11/+0
2024-07-26perf: build: Link lib 'zstd' for static buildLeo Yan1-1/+1
2024-07-26perf: build: Only link libebl.a for old libdwLeo Yan1-1/+11
2024-07-26perf: build: Set Python configuration for cross compilationLeo Yan1-0/+8
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio1-8/+3
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio1-0/+2
2024-07-11perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio1-10/+10
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers1-0/+5
2024-06-21perf build: Ensure libtraceevent and libtracefs versions have 3 componentsGuilherme Amadio1-2/+2
2024-06-21perf build: Use pkg-config for feature check for libtrace{event,fs}Guilherme Amadio1-14/+13
2024-04-26perf build: Pretend scandirat is missing with msanIan Rogers1-1/+4
2024-04-03perf build: Add LIBTRACEEVENT_DIR build optionYang Jihong1-4/+16