aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-09-26perf pmu: Fix perf stat output with correct scale and unitWyes Karny1-4/+4
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova1-0/+6
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova1-6/+24
2023-09-19perf jevents: fix no member named 'entries' issueXu Yang1-2/+2
2023-09-18perf parse-events: Fix tracepoint name memory leakIan Rogers1-0/+1
2023-09-18perf test: Detect off-cpu support from build optionsIan Rogers1-1/+1
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers1-0/+1
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers1-3/+3
2023-09-18perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers2-33/+53
2023-09-18perf version: Add status of bpf skeletonsIan Rogers1-0/+1
2023-09-18perf kwork top: Simplify bool conversionYang Li1-1/+1
2023-09-17perf jevent: fix core dump on software events on s390Thomas Richter1-1/+1
2023-09-17perf pmu: Ensure all alias variables are initializedIan Rogers1-1/+1
2023-09-17perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers1-2/+2
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers1-0/+2
2023-09-17perf bpf-prologue: Remove unused fileIan Rogers1-508/+0
2023-09-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong1-1/+1
2023-09-15perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"Colin Ian King1-1/+1
2023-09-15perf annotate: Add more x86 mov instruction casesNamhyung Kim1-3/+6
2023-09-15perf pmu: Remove unused functionJames Clark3-16/+0
2023-09-15perf pmus: Simplify perf_pmus__find_core_pmu()James Clark2-14/+8
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark6-24/+25
2023-09-15perf symbol: Avoid an undefined behavior warningIan Rogers1-2/+1
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo1-1/+1
2023-09-13tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo1-0/+1
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo4-0/+5
2023-09-12perf bpf-filter: Add YYDEBUGIan Rogers1-0/+4
2023-09-12perf pmu: Add YYDEBUGIan Rogers1-0/+4
2023-09-12perf expr: Make YYDEBUG dependent on doing a debug buildIan Rogers1-0/+2
2023-09-12perf parse-events: Make YYDEBUG dependent on doing a debug buildIan Rogers1-0/+2
2023-09-12perf parse-events: Remove unused header filesIan Rogers1-3/+0
2023-09-12perf tools: Add includes for detected configs in Makefile.perfAthira Rajeev1-0/+3
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian1-1/+14
2023-09-12perf vendor events arm64: Add V1 metrics using Arm telemetry repoJames Clark1-0/+233
2023-09-12perf vendor events arm64: Update V1 events using Arm telemetry repoJames Clark20-341/+502
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark1-4/+27
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark6-0/+83
2023-09-12perf jevents: Remove unused keywordJames Clark1-2/+1
2023-09-12perf test: Check result of has_event(cycles) testJames Clark1-1/+1
2023-09-12perf list pfm: Retry supported test with exclude_kernelIan Rogers1-1/+14
2023-09-12perf list: Avoid a hardcoded cpu PMU nameIan Rogers1-11/+17
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim1-0/+45
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim7-2/+95
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim6-10/+84
2023-09-12perf lock contention: Prepare to handle cgroupsNamhyung Kim3-4/+34
2023-09-12perf tools: Add read_all_cgroups() and __cgroup_find()Namhyung Kim2-8/+57
2023-09-12perf kwork top: Add BPF-based statistics on softirq event supportYang Jihong2-0/+83
2023-09-12perf kwork top: Add BPF-based statistics on hardirq event supportYang Jihong2-0/+90
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong7-3/+565
2023-09-12perf kwork top: Add -C/--cpu -i/--input -n/--name -s/--sort --time optionsYang Jihong2-3/+80