index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
perf tools: Get rid of now-unused rb_resort.h
Namhyung Kim
1
-146
/
+0
2025-02-12
perf trace: Convert syscall_stats to hashmap
Namhyung Kim
1
-29
/
+86
2025-02-12
perf trace: Allocate syscall stats only if summary is on
Namhyung Kim
1
-10
/
+11
2025-02-12
perf tests: Fix Tool PMU test segfault
James Clark
1
-2
/
+2
2025-02-10
perf tools: Add skip check in tool_pmu__event_to_str()
Kan Liang
2
-1
/
+4
2025-02-10
perf tools: Deadcode removal
Dr. David Alan Gilbert
4
-36
/
+0
2025-02-05
Merge tag 'v6.14-rc1' into perf-tools-next
Namhyung Kim
8
-90
/
+139
2025-02-04
perf stat: Changes to event name uniquification
Ian Rogers
2
-33
/
+79
2025-02-04
perf stat: Don't merge counters purely on name
Ian Rogers
1
-2
/
+11
2025-02-04
perf pmu: Rename name matching for no suffix or wildcard variants
Ian Rogers
6
-129
/
+235
2025-02-04
perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs
Ian Rogers
2
-51
/
+97
2025-02-04
perf evsel: Reduce scanning core PMUs in is_hybrid
Ian Rogers
1
-2
/
+2
2025-02-04
perf test: Fix Hwmon PMU test endianess issue
Thomas Richter
3
-19
/
+27
2025-02-04
perf test: Use cycles event in perf record test for leader_sampling
Thomas Richter
1
-5
/
+5
2025-02-04
perf test: Fix perf record test for precise_max
Thomas Richter
1
-14
/
+29
2025-02-03
perf script: force stdin for flamegraph in live mode
Anubhav Shelat
1
-1
/
+1
2025-02-03
perf test: Extra verbosity and hypervisor skip for tpebs test
Ian Rogers
1
-13
/
+76
2025-01-31
perf: Always feature test reallocarray
James Clark
2
-6
/
+6
2025-01-30
Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub...
Linus Torvalds
7
-90
/
+113
2025-01-29
perf stat: Fix find_stat for mixed legacy/non-legacy events
Ian Rogers
2
-4
/
+19
2025-01-29
perf evsel: Add pmu_name helper
Ian Rogers
2
-0
/
+11
2025-01-28
perf cpumap: Fix die and cluster IDs
James Clark
1
-2
/
+2
2025-01-28
perf test: Skip syscall enum test if no landlock syscall
Namhyung Kim
1
-2
/
+6
2025-01-28
perf trace: Fix runtime error of index out of bounds
Howard Chu
1
-1
/
+5
2025-01-27
perf annotate: Use an array for the disassembler preference
Ian Rogers
3
-78
/
+96
2025-01-24
perf vendor events arm64: Add V3 events/metrics
James Clark
19
-0
/
+1596
2025-01-24
perf vendor events arm64: Add N3 events/metrics
James Clark
20
-0
/
+1468
2025-01-24
perf trace: Fix return value of trace__fprintf_tp_fields
Benjamin Peterson
1
-1
/
+1
2025-01-24
Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
274
-2818
/
+10484
2025-01-23
perf trace: Fix BPF loading failure (-E2BIG)
Howard Chu
1
-7
/
+4
2025-01-20
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+26
2025-01-18
perf test: Update event_groups test to use instructions
Athira Rajeev
1
-5
/
+26
2025-01-18
perf bench: Fix undefined behavior in cmpworker()
Kuan-Wei Chiu
1
-1
/
+6
2025-01-18
perf annotate: Prefer passing evsel to evsel->core.idx
Ian Rogers
5
-36
/
+38
2025-01-17
perf lock: Rename fields in lock_type_table
Chun-Tse Shao
1
-14
/
+19
2025-01-17
perf lock: Add percpu-rwsem for type filter
Chun-Tse Shao
2
-2
/
+5
2025-01-17
perf lock: Fix parse_lock_type which only retrieve one lock flag
Chun-Tse Shao
1
-25
/
+41
2025-01-17
perf lock: Fix return code for functions in __cmd_contention
Athira Rajeev
1
-3
/
+8
2025-01-17
perf hist: Fix width calculation in hpp__fmt()
Dmitry Vyukov
1
-1
/
+1
2025-01-16
perf hist: Fix bogus profiles when filters are enabled
Dmitry Vyukov
1
-1
/
+10
2025-01-16
perf hist: Deduplicate cmp/sort/collapse code
Dmitry Vyukov
2
-68
/
+49
2025-01-16
perf test: Improve verbose documentation
Ian Rogers
1
-1
/
+4
2025-01-16
perf test: Add a runs-per-test flag
Ian Rogers
2
-11
/
+22
2025-01-16
perf test: Fix parallel/sequential option documentation
Ian Rogers
1
-7
/
+3
2025-01-16
perf test: Send list output to stdout rather than stderr
Ian Rogers
1
-4
/
+4
2025-01-16
perf test: Rename functions and variables for better clarity
Ian Rogers
1
-108
/
+93
2025-01-16
perf tools: Expose quiet/verbose variables in Makefile.perf
Charlie Jenkins
2
-2
/
+37
2025-01-14
perf config: Add a function to set one variable in .perfconfig
Arnaldo Carvalho de Melo
2
-0
/
+39
2025-01-14
perf test perftool_testsuite: Return correct value for skipping
Veronika Molnarova
6
-6
/
+6
2025-01-14
perf test perftool_testsuite: Add missing description
Veronika Molnarova
7
-7
/
+7
[prev]
[next]