summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-4/+4
* perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-051-19/+1
* perf build: Add warning for when vmlinux.h generation failsIan Rogers2023-04-041-1/+5
* perf bpf filter: Implement event sample filteringNamhyung Kim2023-03-151-1/+1
* perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-141-2/+0
* perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-141-1/+1
* perf build: Make binutil libraries opt inIan Rogers2023-03-141-0/+2
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-4/+4
* perf build: Support python/perf.so testingIan Rogers2023-03-141-2/+5
* perf jevents: Run metric_test.py at compile-timeIan Rogers2023-02-031-0/+1
* perf build: Fix build error when NO_LIBBPF=1Ian Rogers2023-01-101-9/+12
* perf build: Don't propagate subdir to submakes for install_headersIan Rogers2023-01-031-5/+5
* perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du2022-12-211-0/+3
* perf build: Fix python/perf.so library's nameIan Rogers2022-12-141-1/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-94/+10
* perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers2022-12-141-2/+6
* perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers2022-11-231-3/+22
* perf build: Use tools/lib headers from install pathIan Rogers2022-11-161-2/+14
* perf build: Install libsymbol locally when buildingIan Rogers2022-11-161-3/+22
* perf build: Install libtraceevent locally when buildingIan Rogers2022-11-161-19/+38
* perf build: Install libperf locally when buildingIan Rogers2022-11-161-7/+14
* perf build: Install libapi locally when buildingIan Rogers2022-11-161-12/+15
* perf build: Install libsubcmd locally when buildingIan Rogers2022-11-161-8/+16
* perf bpf: Remove now unused BPF headersIan Rogers2022-11-041-5/+0
* perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler2022-10-061-1/+2
* perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2022-10-061-3/+14
* perf tools: Don't install data files with x permissionsJiri Slaby2022-09-081-12/+12
* perf test: JSON format checkingClaire Jensen2022-08-101-1/+2
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-011-1/+1
* perf kwork: Implement BPF traceYang Jihong2022-07-261-0/+1
* perf jevents: Remove jevents.cIan Rogers2022-06-291-19/+2
* perf jevents: Switch build to use jevents.pyIan Rogers2022-06-291-0/+1
* perf jevents: Add python converter scriptIan Rogers2022-06-291-0/+6
* perf record: Enable off-cpu analysis with BPFNamhyung Kim2022-05-261-0/+1
* perf tools: Delete perf-with-kcore.sh scriptAdrian Hunter2022-04-271-4/+1
* perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry2022-04-011-12/+2
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+2
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* | perf tools: Fix dependency for version file creationJohn Garry2022-03-221-2/+2
|/
* perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim2021-12-161-1/+1
* tools build: Enable warnings through HOSTCFLAGSJohn Garry2021-12-071-1/+1
* perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo2021-11-121-2/+2
* perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Arnaldo Carvalho de Melo2021-11-121-6/+6
* perf beauty: Make all sockaddr files use a common naming schemeArnaldo Carvalho de Melo2021-11-121-6/+6
* perf build: Install libbpf headers locally when buildingQuentin Monnet2021-11-071-13/+19
* perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter2021-10-271-1/+1
* perf build: Suppress 'rm dlfilter' build messageAdrian Hunter2021-10-251-0/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-081-1/+1
|\
| * perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov2021-10-051-1/+1
* | perf tools: Enable libtracefs dynamic linkingIan Rogers2021-09-281-0/+2
|/