summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
AgeCommit message (Expand)AuthorFilesLines
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers1-9/+12
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers1-5/+5
2022-12-21perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du1-0/+3
2022-12-14perf build: Fix python/perf.so library's nameIan Rogers1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-94/+10
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers1-2/+6
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers1-3/+22
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers1-2/+14
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers1-3/+22
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers1-19/+38
2022-11-16perf build: Install libperf locally when buildingIan Rogers1-7/+14
2022-11-16perf build: Install libapi locally when buildingIan Rogers1-12/+15
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers1-8/+16
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers1-5/+0
2022-10-06perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler1-1/+2
2022-10-06perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler1-3/+14
2022-09-08perf tools: Don't install data files with x permissionsJiri Slaby1-12/+12
2022-08-10perf test: JSON format checkingClaire Jensen1-1/+2
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim1-1/+1
2022-07-26perf kwork: Implement BPF traceYang Jihong1-0/+1
2022-06-29perf jevents: Remove jevents.cIan Rogers1-19/+2
2022-06-29perf jevents: Switch build to use jevents.pyIan Rogers1-0/+1
2022-06-29perf jevents: Add python converter scriptIan Rogers1-0/+6
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim1-0/+1
2022-04-27perf tools: Delete perf-with-kcore.sh scriptAdrian Hunter1-4/+1
2022-04-01perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry1-12/+2
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-03-22perf tools: Fix dependency for version file creationJohn Garry1-2/+2
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-2/+2
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim1-1/+1
2021-12-07tools build: Enable warnings through HOSTCFLAGSJohn Garry1-1/+1
2021-11-12perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo1-2/+2
2021-11-12perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Arnaldo Carvalho de Melo1-6/+6
2021-11-12perf beauty: Make all sockaddr files use a common naming schemeArnaldo Carvalho de Melo1-6/+6
2021-11-07perf build: Install libbpf headers locally when buildingQuentin Monnet1-13/+19
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter1-1/+1
2021-10-25perf build: Suppress 'rm dlfilter' build messageAdrian Hunter1-0/+2
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov1-1/+1
2021-09-28perf tools: Enable libtracefs dynamic linkingIan Rogers1-0/+2
2021-08-31perf dlfilters: Fix build on environments with a --sysroot gcc argArnaldo Carvalho de Melo1-2/+2
2021-08-11perf tests: Add dlfilter testAdrian Hunter1-1/+14
2021-08-11perf build: Move perf_dlfilters.h in the source treeAdrian Hunter1-1/+1
2021-07-07perf trace: Fix the perf trace link locationJustin M. Forbes1-1/+1
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim1-1/+16
2021-07-01perf build: Install perf_dlfilter.hAdrian Hunter1-1/+3
2021-04-29perf tools: Enable libtraceevent dynamic linkingMichael Petlan1-2/+6
2021-04-20perf stat: Enable iostat mode for x86 platformsAlexander Antonov1-1/+4
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu1-0/+1
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-10/+2