summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-03-14perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko1-1/+1
2023-03-14perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo1-1/+2
2023-03-14perf test: Fix "PMU event table sanity" for NO_JEVENTS=1Ian Rogers1-3/+3
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim2-15/+32
2023-03-14perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim3-2/+61
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim4-5/+14
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim3-1/+48
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2-10/+2
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers3-10/+2
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers2-2/+2
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers3-5/+4
2023-03-14perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers5-45/+88
2023-03-14tools build: Add feature test for abi::__cxa_demangleIan Rogers3-0/+22
2023-03-14perf build: Make binutil libraries opt inIan Rogers3-15/+14
2023-03-14perf build: Error if jevents won't work and NO_JEVENTS=1 isn't setIan Rogers1-4/+2
2023-03-14perf util: Remove weak sched_getcpuIan Rogers2-13/+16
2023-03-14perf build: Remove unused HAVE_GLIBC_SUPPORTIan Rogers2-5/+0
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers6-14/+20
2023-03-14perf build: Support python/perf.so testingIan Rogers2-4/+8
2023-03-14perf bpf: Remove pre libbpf 1.0 conditional logicIan Rogers4-111/+0
2023-03-14perf build: Remove libbpf pre-1.0 feature testsIan Rogers9-103/+11
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers2-1/+10
2023-03-13perf lock contention: Fix compiler builtin detectionIan Rogers1-1/+7
2023-03-13perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark1-1/+5
2023-03-13perf cs-etm: Reduce verbosity of ts_source warningJames Clark1-4/+4
2023-03-13perf list: Add PMU pai_ext event description for IBM z16Thomas Richter2-0/+179
2023-03-13perf vendor events s390: Add cache metrics for z16Thomas Richter1-0/+25
2023-03-13perf vendor events s390: Add common metricsThomas Richter4-0/+60
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers6-16/+38
2023-03-13perf evlist: Remove nr_groupsIan Rogers15-38/+45
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers5-17/+11
2023-03-13perf parse-events: Sort and group parsed eventsIan Rogers5-152/+136
2023-03-13perf parse-events: Pass ownership of the group nameIan Rogers2-2/+3
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers3-0/+30
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers4-8/+8
2023-03-13perf stat: Modify the group testIan Rogers1-1/+1
2023-03-13perf pmu: Earlier PMU auxtrace initializationIan Rogers2-6/+6
2023-03-13perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers1-9/+15
2023-03-13libperf evlist: Avoid a use of evsel idxIan Rogers1-7/+6
2023-03-13perf ftrace: Reuse target::initial_delayChangbin Du2-6/+5
2023-03-13perf record: Reuse target::initial_delayChangbin Du5-15/+14
2023-03-13perf record: Fix "read LOST count failed" msg with sample readKan Liang1-1/+1
2023-03-11Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo622-9836/+31052
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds24-54/+153
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-120/+192
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-03-09tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2-9/+7
2023-03-09tools: ynl: move the enum classes to shared codeJakub Kicinski3-89/+121
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski7-9/+10
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-3/+32