aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-09-26perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong1-20/+27
2023-09-26perf bench messaging: Factor out create_worker()Yang Jihong1-24/+26
2023-09-26perf bench messaging: Fix coding style issues for sched-messagingYang Jihong1-5/+5
2023-09-26tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev5-0/+5
2023-09-26tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev2-4/+4
2023-09-26tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev13-0/+26
2023-09-26perf kwork: Fix spelling mistake "Captuer" -> "Capture"Colin Ian King1-1/+1
2023-09-26perf evlist: Avoid frequency mode for the dummy eventIan Rogers1-2/+3
2023-09-26perf vendors events: Remove repeated word in commentsCharles Han3-3/+3
2023-09-26perf vendor events arm64: Fix for AmpereOne metricsIlkka Koskinen1-198/+220
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-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-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