summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2023-09-26tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev
2023-09-26tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev
2023-09-26tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev
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-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-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian
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 test: Check result of has_event(cycles) testJames Clark
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim
2023-09-12perf test: Add perf_event_attr test for record dummy eventYang Jihong
2023-09-12perf test: Add test case for record sideband eventsYang Jihong
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers
2023-09-02perf parse-events: Fixes relating to no_value termsIan Rogers
2023-08-30perf metric: Add #num_cpus_online literalIan Rogers
2023-08-29perf jevents: Use "default_core" for events with no UnitIan Rogers
2023-08-29perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim
2023-08-29perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim
2023-08-29perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim
2023-08-25perf pmu: Make id const and add missing freeIan Rogers
2023-08-25perf parse-events: Make term's config constIan Rogers
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers
2023-08-24perf jevents: Don't append Unit to descIan Rogers
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers
2023-08-24perf pmu: Cache JSON events tableIan Rogers
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers
2023-08-24perf jevents: Group events by PMUIan Rogers
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers
2023-08-24perf pmu: Abstract alias/event structIan Rogers
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers
2023-08-16perf tests mmap-basic: Adapt for riscvAlexandre Ghiti
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter
2023-08-15perf test: Add perf record sample filtering testNamhyung Kim
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers
2023-08-15perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filenameArnaldo Carvalho de Melo
2023-08-15perf test trace+probe_vfs_getname.sh: Remove stray \ before /Arnaldo Carvalho de Melo
2023-08-04Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2023-08-03perf test bpf: Address error about non-null argument for epoll_pwait 2nd argArnaldo Carvalho de Melo