index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-26
perf tests: test_arm_coresight: Simplify source iteration
James Clark
1
-14
/
+3
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2
-7
/
+6
2023-10-25
perf test: Skip CoreSight tests if cs_etm// event is not available
Michael Petlan
1
-0
/
+2
2023-10-17
perf tests: Fix shellcheck warning in stat_all_metricgroups
Athira Rajeev
1
-1
/
+1
2023-10-17
perf tests: Fix shellcheck warning in record_sideband.sh
Athira Rajeev
1
-1
/
+1
2023-10-17
perf tests: Ignore shellcheck warning in lock_contention
Athira Rajeev
1
-0
/
+1
2023-10-04
tools/perf/tests: Fix object code reading to skip address that falls out of t...
Athira Rajeev
1
-0
/
+10
2023-10-04
perf test: Avoid system wide when not privileged
Ian Rogers
1
-2
/
+14
2023-09-27
perf test: Fix parse-events tests to skip parametrized events
Athira Rajeev
1
-0
/
+39
2023-09-27
perf test: Add pmu-event test for "Compat" and new event_field.
Jing Zhang
1
-0
/
+55
2023-09-27
perf test: Make matching_pmu effective
Jing Zhang
1
-2
/
+8
2023-09-26
tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts
Athira Rajeev
5
-0
/
+5
2023-09-26
tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscase
Athira Rajeev
2
-4
/
+4
2023-09-26
tests/shell: Fix shellcheck SC1090 to handle the location of sourced files
Athira Rajeev
13
-0
/
+26
2023-09-21
perf test lock_contention.sh: Skip test if not enough CPUs
Veronika Molnarova
1
-0
/
+6
2023-09-21
perf test stat+shadow_stat.sh: Add threshold for rounding errors
Veronika Molnarova
1
-6
/
+24
2023-09-18
perf test: Detect off-cpu support from build options
Ian Rogers
1
-1
/
+1
2023-09-18
perf test: Ensure EXTRA_TESTS is covered in build test
Ian Rogers
1
-0
/
+1
2023-09-18
perf test: Update build test for changed BPF skeleton defaults
Ian Rogers
1
-3
/
+3
2023-09-16
perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...
Yang Jihong
1
-1
/
+1
2023-09-15
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
1
-1
/
+1
2023-09-12
perf test: Update cs_etm testcase for Arm ETE
Ruidong Tian
1
-1
/
+14
2023-09-12
perf test: Add a test for strcmp_cpuid_str() expression
James Clark
1
-4
/
+27
2023-09-12
perf util: Add a function for replacing characters in a string
James Clark
4
-0
/
+34
2023-09-12
perf test: Check result of has_event(cycles) test
James Clark
1
-1
/
+1
2023-09-12
perf test shell lock_contention: Add cgroup aggregation and filter tests
Namhyung Kim
1
-0
/
+45
2023-09-12
perf test: Add perf_event_attr test for record dummy event
Yang Jihong
1
-0
/
+55
2023-09-12
perf test: Add test case for record sideband events
Yang Jihong
1
-0
/
+58
2023-09-12
perf record: Move setting tracking events before record__init_thread_masks()
Yang Jihong
2
-8
/
+10
2023-09-11
perf parse-events: Introduce 'struct parse_events_terms'
Ian Rogers
2
-14
/
+21
2023-09-02
perf parse-events: Fixes relating to no_value terms
Ian Rogers
1
-1
/
+1
2023-08-30
perf metric: Add #num_cpus_online literal
Ian Rogers
1
-1
/
+4
2023-08-29
perf jevents: Use "default_core" for events with no Unit
Ian Rogers
1
-9
/
+10
2023-08-29
perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test
Namhyung Kim
1
-1
/
+1
2023-08-29
perf test shell stat_bpf_counters: Fix test on Intel
Namhyung Kim
1
-2
/
+2
2023-08-29
perf test shell record_bpf_filter: Skip 6.2 kernel
Namhyung Kim
1
-0
/
+6
2023-08-25
perf pmu: Make id const and add missing free
Ian Rogers
1
-2
/
+2
2023-08-25
perf parse-events: Make term's config const
Ian Rogers
1
-9
/
+9
2023-08-25
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
1
-8
/
+8
2023-08-24
perf jevents: Don't append Unit to desc
Ian Rogers
1
-11
/
+11
2023-08-24
perf pmu: Lazily load sysfs aliases
Ian Rogers
1
-0
/
+2
2023-08-24
perf pmu: Lazily add JSON events
Ian Rogers
1
-0
/
+2
2023-08-24
perf pmu: Cache JSON events table
Ian Rogers
1
-0
/
+2
2023-08-24
perf pmu: Parse sysfs events directly from a file
Ian Rogers
1
-1
/
+1
2023-08-24
perf pmu-events: Add pmu_events_table__find_event()
Ian Rogers
1
-0
/
+5
2023-08-24
perf pmu-events: Reduce processed events by passing PMU
Ian Rogers
1
-2
/
+4
2023-08-24
perf jevents: Group events by PMU
Ian Rogers
1
-12
/
+18
2023-08-24
perf pmu-events: Add extra underscore to function names
Ian Rogers
1
-2
/
+2
2023-08-24
perf pmu: Abstract alias/event struct
Ian Rogers
1
-53
/
+48
2023-08-24
perf pmu: Make the loading of formats lazy
Ian Rogers
1
-1
/
+1
[next]