summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim
2023-03-15perf bpf filter: Introduce basic BPF filter expressionNamhyung Kim
2023-03-15perf top: Fix rare segfault in thread__comm_len()liuwenyu
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter
2023-03-14perf vendor events s390: Add metric for TLB and cacheThomas Richter
2023-03-14perf vendor events s390: Add cache metrics for z13Thomas Richter
2023-03-14perf vendor events s390: Add cache metrics for z14Thomas Richter
2023-03-14perf vendor events s390: Add cache metrics for z15Thomas Richter
2023-03-14perf vendor events intel: Update skylake eventsIan Rogers
2023-03-14perf vendor events intel: Update meteorlake eventsIan Rogers
2023-03-14perf vendor events intel: Update graniterapids eventsIan Rogers
2023-03-14perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko
2023-03-14perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo
2023-03-14perf test: Fix "PMU event table sanity" for NO_JEVENTS=1Ian Rogers
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim
2023-03-14perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers
2023-03-14perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers
2023-03-14tools build: Add feature test for abi::__cxa_demangleIan Rogers
2023-03-14perf build: Make binutil libraries opt inIan Rogers
2023-03-14perf build: Error if jevents won't work and NO_JEVENTS=1 isn't setIan Rogers
2023-03-14perf util: Remove weak sched_getcpuIan Rogers
2023-03-14perf build: Remove unused HAVE_GLIBC_SUPPORTIan 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-03-14perf bpf: Remove pre libbpf 1.0 conditional logicIan Rogers
2023-03-14perf build: Remove libbpf pre-1.0 feature testsIan Rogers
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers
2023-03-13perf lock contention: Fix compiler builtin detectionIan Rogers
2023-03-13perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark
2023-03-13perf cs-etm: Reduce verbosity of ts_source warningJames Clark
2023-03-13perf list: Add PMU pai_ext event description for IBM z16Thomas Richter
2023-03-13perf vendor events s390: Add cache metrics for z16Thomas Richter
2023-03-13perf vendor events s390: Add common metricsThomas Richter
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers
2023-03-13perf parse-events: Sort and group parsed eventsIan Rogers
2023-03-13perf parse-events: Pass ownership of the group nameIan Rogers
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers
2023-03-13perf stat: Modify the group testIan Rogers
2023-03-13perf pmu: Earlier PMU auxtrace initializationIan Rogers
2023-03-13perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers
2023-03-13libperf evlist: Avoid a use of evsel idxIan Rogers