summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf script: Fix Python support when no libtraceeventAdrian Hunter2023-03-159-30/+72
* perf vendor events s390: Add metric for TLB and cacheThomas Richter2023-03-144-0/+105
* perf vendor events s390: Add cache metrics for z13Thomas Richter2023-03-141-0/+25
* perf vendor events s390: Add cache metrics for z14Thomas Richter2023-03-141-0/+25
* perf vendor events s390: Add cache metrics for z15Thomas Richter2023-03-141-0/+25
* perf vendor events intel: Update skylake eventsIan Rogers2023-03-144-1/+34
* perf vendor events intel: Update meteorlake eventsIan Rogers2023-03-147-7/+69
* perf vendor events intel: Update graniterapids eventsIan Rogers2023-03-143-4/+4
* perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko2023-03-141-1/+1
* perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo2023-03-141-1/+2
* perf test: Fix "PMU event table sanity" for NO_JEVENTS=1Ian Rogers2023-03-141-3/+3
* perf lock contention: Show lock type with addressNamhyung Kim2023-03-142-15/+32
* perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim2023-03-143-2/+61
* perf lock contention: Track and show siglock with addressNamhyung Kim2023-03-144-5/+14
* perf lock contention: Track and show mmap_lock with addressNamhyung Kim2023-03-143-1/+48
* perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2023-03-142-10/+2
* perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-143-10/+2
* perf build: If libtraceevent isn't present error the buildIan Rogers2023-03-142-2/+2
* perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-143-5/+4
* perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers2023-03-145-45/+88
* tools build: Add feature test for abi::__cxa_demangleIan Rogers2023-03-143-0/+22
* perf build: Make binutil libraries opt inIan Rogers2023-03-143-15/+14
* perf build: Error if jevents won't work and NO_JEVENTS=1 isn't setIan Rogers2023-03-141-4/+2
* perf util: Remove weak sched_getcpuIan Rogers2023-03-142-13/+16
* perf build: Remove unused HAVE_GLIBC_SUPPORTIan Rogers2023-03-142-5/+0
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-146-14/+20
* perf build: Support python/perf.so testingIan Rogers2023-03-142-4/+8
* perf bpf: Remove pre libbpf 1.0 conditional logicIan Rogers2023-03-144-111/+0
* perf build: Remove libbpf pre-1.0 feature testsIan Rogers2023-03-149-103/+11
* tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers2023-03-142-1/+10
* perf lock contention: Fix compiler builtin detectionIan Rogers2023-03-131-1/+7
* perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark2023-03-131-1/+5
* perf cs-etm: Reduce verbosity of ts_source warningJames Clark2023-03-131-4/+4
* perf list: Add PMU pai_ext event description for IBM z16Thomas Richter2023-03-132-0/+179
* perf vendor events s390: Add cache metrics for z16Thomas Richter2023-03-131-0/+25
* perf vendor events s390: Add common metricsThomas Richter2023-03-134-0/+60
* perf parse-events: Warn when events are regroupedIan Rogers2023-03-136-16/+38
* perf evlist: Remove nr_groupsIan Rogers2023-03-1315-38/+45
* perf evsel: Remove use_uncore_aliasIan Rogers2023-03-135-17/+11
* perf parse-events: Sort and group parsed eventsIan Rogers2023-03-135-152/+136
* perf parse-events: Pass ownership of the group nameIan Rogers2023-03-132-2/+3
* perf evsel: Add function to compute group PMU nameIan Rogers2023-03-133-0/+30
* perf evsel: Allow const evsel for certain accessesIan Rogers2023-03-134-8/+8
* perf stat: Modify the group testIan Rogers2023-03-131-1/+1
* perf pmu: Earlier PMU auxtrace initializationIan Rogers2023-03-132-6/+6
* perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers2023-03-131-9/+15
* libperf evlist: Avoid a use of evsel idxIan Rogers2023-03-131-7/+6
* perf ftrace: Reuse target::initial_delayChangbin Du2023-03-132-6/+5
* perf record: Reuse target::initial_delayChangbin Du2023-03-135-15/+14
* perf record: Fix "read LOST count failed" msg with sample readKan Liang2023-03-131-1/+1