index
:
pub/scm/linux/kernel/git/tegra/linux.git
master
NVIDIA Tegra ARM sub-architecture
Tegra group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
perf test intel-pt: Skip jitdump test if no libelf
Ian Rogers
1
-0
/
+5
2025-05-28
perf intel-tpebs: Avoid race when evlist is being deleted
Ian Rogers
1
-2
/
+10
2025-05-28
perf test demangle-java: Don't segv if demangling fails
Ian Rogers
1
-0
/
+5
2025-05-28
perf symbol: Fix use-after-free in filename__read_build_id
Ian Rogers
1
-98
/
+70
2025-05-28
perf pmu: Avoid segv for missing name/alias_name in wildcarding
Ian Rogers
1
-0
/
+3
2025-05-28
perf machine: Factor creating a "live" machine out of dwarf-unwind
Ian Rogers
3
-38
/
+51
2025-05-27
perf test: Add AMD IBS sw filter test
Namhyung Kim
1
-0
/
+67
2025-05-27
perf mem: Count L2 HITM for c2c statistic
Yicong Yang
1
-1
/
+4
2025-05-27
perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
Yicong Yang
2
-0
/
+113
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2025-05-25
Merge branch 'locking/futex' into locking/core, to pick up pending futex changes
Ingo Molnar
8
-1
/
+103
2025-05-24
perf tests switch-tracking: Fix timestamp comparison
Leo Yan
1
-1
/
+1
2025-05-22
perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapids
Ian Rogers
1
-5
/
+263
2025-05-22
perf tests trace_summary.sh: Run in exclusive mode
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-05-22
perf test: Add cgroup summary test case for 'perf trace'
Namhyung Kim
1
-0
/
+6
2025-05-22
perf python: Add counting.py as example for counting perf events
Gautam Menghani
1
-0
/
+36
2025-05-22
perf python: Add evlist close support
Gautam Menghani
1
-0
/
+16
2025-05-22
perf python: Add evsel read method
Gautam Menghani
1
-0
/
+37
2025-05-22
perf python: Add support for 'struct perf_counts_values' to return counter data
Gautam Menghani
1
-1
/
+91
2025-05-21
perf python: Add evsel cpus and threads functions
Ian Rogers
1
-0
/
+33
2025-05-21
perf test amd: Skip amd-ibs-period test on kernel < v6.15
Ravi Bangoria
1
-0
/
+29
2025-05-21
perf thread: Ensure comm_lock held for comm_list
Ian Rogers
3
-8
/
+20
2025-05-21
perf rwsem: Add clang's -Wthread-safety annotations
Ian Rogers
4
-5
/
+23
2025-05-21
perf dso: Minor refactor to allow clang's Wthread-safety analysis
Ian Rogers
1
-19
/
+26
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-1
/
+3
2025-05-20
perf ftrace: Use process/session specific trace settings
Thomas Richter
1
-14
/
+87
2025-05-20
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+2
2025-05-20
perf test probe_vfs_getname: Add regex for searching probe line
Leo Yan
1
-2
/
+10
2025-05-16
perf record: Fix a asan runtime error in util/maps.c
Chun-Tse Shao
1
-3
/
+6
2025-05-16
perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
Chun-Tse Shao
5
-13
/
+51
2025-05-16
perf intel-tpebs: Filter non-workload samples
Ian Rogers
1
-1
/
+58
2025-05-15
perf test: Allow tolerance for leader sampling test
Chun-Tse Shao
1
-6
/
+27
2025-05-14
perf test: Add stat uniquifying test
Chun-Tse Shao
1
-0
/
+69
2025-05-14
perf parse-events: Use wildcard processing to set an event to merge into
Ian Rogers
5
-72
/
+88
2025-05-14
perf evlist: Make uniquifying counter names consistent
Ian Rogers
8
-174
/
+177
2025-05-13
perf trace: Support --summary-mode=cgroup
Namhyung Kim
6
-12
/
+170
2025-05-13
perf report: Add 'tgid' sort key
Namhyung Kim
4
-0
/
+41
2025-05-13
perf test: Update sysfs path for core PMU caps
Namhyung Kim
1
-1
/
+2
2025-05-13
perf test: Fix LBR test by ignoring idle task
Namhyung Kim
1
-1
/
+1
2025-05-13
perf tools: Fix arm64 source package build
James Clark
1
-0
/
+6
2025-05-13
perf test: Hybrid improvements for metric value validation test
Ian Rogers
2
-9
/
+20
2025-05-13
perf list: Display the PMU name associated with a perf metric in JSON
Ian Rogers
3
-4
/
+16
2025-05-13
perf metricgroup: Binary search when resolving referred to metrics
Ian Rogers
6
-73
/
+192
2025-05-13
perf pmu: Change aliases from list to hashmap
Ian Rogers
5
-161
/
+199
2025-05-13
perf fncache: Switch to using hashmap
Ian Rogers
3
-33
/
+37
2025-05-12
perf tests: Harden branch stack sampling test
Ian Rogers
1
-20
/
+52
2025-05-12
perf parse-events: Add "cpu" term to set the CPU an event is recorded on
Ian Rogers
6
-17
/
+76
2025-05-12
perf parse-events: Set is_pmu_core for legacy hardware events
Ian Rogers
1
-14
/
+23
2025-05-12
perf stat: Use counter cpumask to skip zero values
Ian Rogers
1
-8
/
+13
2025-05-12
perf tests metrics: Permission related fixes
Ian Rogers
1
-54
/
+64
[prev]
[next]