summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-09-26perf pmu: Fix perf stat output with correct scale and unitWyes Karny
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova
2023-09-19perf jevents: fix no member named 'entries' issueXu Yang
2023-09-18perf parse-events: Fix tracepoint name memory leakIan Rogers
2023-09-18perf test: Detect off-cpu support from build optionsIan Rogers
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers
2023-09-18perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers
2023-09-18perf version: Add status of bpf skeletonsIan Rogers
2023-09-18perf kwork top: Simplify bool conversionYang Li
2023-09-17perf jevent: fix core dump on software events on s390Thomas Richter
2023-09-17perf pmu: Ensure all alias variables are initializedIan Rogers
2023-09-17perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers
2023-09-17perf bpf-prologue: Remove unused fileIan Rogers
2023-09-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong
2023-09-15perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"Colin Ian King
2023-09-15perf annotate: Add more x86 mov instruction casesNamhyung Kim
2023-09-15perf pmu: Remove unused functionJames Clark
2023-09-15perf pmus: Simplify perf_pmus__find_core_pmu()James Clark
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark
2023-09-15perf symbol: Avoid an undefined behavior warningIan Rogers
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo
2023-09-13tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo
2023-09-12perf bpf-filter: Add YYDEBUGIan Rogers
2023-09-12perf pmu: Add YYDEBUGIan Rogers
2023-09-12perf expr: Make YYDEBUG dependent on doing a debug buildIan Rogers
2023-09-12perf parse-events: Make YYDEBUG dependent on doing a debug buildIan Rogers
2023-09-12perf parse-events: Remove unused header filesIan Rogers
2023-09-12perf tools: Add includes for detected configs in Makefile.perfAthira Rajeev
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian
2023-09-12perf vendor events arm64: Add V1 metrics using Arm telemetry repoJames Clark
2023-09-12perf vendor events arm64: Update V1 events using Arm telemetry repoJames Clark
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark
2023-09-12perf jevents: Remove unused keywordJames Clark
2023-09-12perf test: Check result of has_event(cycles) testJames Clark
2023-09-12perf list pfm: Retry supported test with exclude_kernelIan Rogers
2023-09-12perf list: Avoid a hardcoded cpu PMU nameIan Rogers
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim
2023-09-12perf lock contention: Prepare to handle cgroupsNamhyung Kim
2023-09-12perf tools: Add read_all_cgroups() and __cgroup_find()Namhyung Kim
2023-09-12perf kwork top: Add BPF-based statistics on softirq event supportYang Jihong
2023-09-12perf kwork top: Add BPF-based statistics on hardirq event supportYang Jihong
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong
2023-09-12perf kwork top: Add -C/--cpu -i/--input -n/--name -s/--sort --time optionsYang Jihong