summaryrefslogtreecommitdiff
path: root/tools/perf/Makefile.perf
AgeCommit message (Expand)Author
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu
2023-05-10perf build: Add system include paths to BPF buildsIan Rogers
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo
2023-04-04perf build: Add warning for when vmlinux.h generation failsIan Rogers
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers
2023-03-14perf build: Make binutil libraries opt inIan Rogers
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers
2023-03-14perf build: Support python/perf.so testingIan Rogers
2023-02-03perf jevents: Run metric_test.py at compile-timeIan Rogers
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers
2022-12-21perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du
2022-12-14perf build: Fix python/perf.so library's nameIan Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers
2022-11-16perf build: Install libperf locally when buildingIan Rogers
2022-11-16perf build: Install libapi locally when buildingIan Rogers
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers
2022-10-06perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler
2022-10-06perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler
2022-09-08perf tools: Don't install data files with x permissionsJiri Slaby
2022-08-10perf test: JSON format checkingClaire Jensen
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim
2022-07-26perf kwork: Implement BPF traceYang Jihong
2022-06-29perf jevents: Remove jevents.cIan Rogers
2022-06-29perf jevents: Switch build to use jevents.pyIan Rogers
2022-06-29perf jevents: Add python converter scriptIan Rogers
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim
2022-04-27perf tools: Delete perf-with-kcore.sh scriptAdrian Hunter
2022-04-01perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-22perf tools: Fix dependency for version file creationJohn Garry
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim
2021-12-07tools build: Enable warnings through HOSTCFLAGSJohn Garry
2021-11-12perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo
2021-11-12perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Arnaldo Carvalho de Melo
2021-11-12perf beauty: Make all sockaddr files use a common naming schemeArnaldo Carvalho de Melo
2021-11-07perf build: Install libbpf headers locally when buildingQuentin Monnet
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter
2021-10-25perf build: Suppress 'rm dlfilter' build messageAdrian Hunter