index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf bpf: Move the declaration of struct rq
Ian Rogers
2023-06-23
2
-2
/
+10
*
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2023-06-23
2
-0
/
+1
*
perf pmu: Remove a hard coded cpu PMU assumption
Ian Rogers
2023-06-22
1
-4
/
+5
*
perf pmus: Add notion of default PMU for JSON events
Ian Rogers
2023-06-22
3
-20
/
+53
*
perf unwind: Fix map reference counts
Ian Rogers
2023-06-22
1
-7
/
+12
*
perf script: Initialize buffer for regs_map()
Namhyung Kim
2023-06-22
1
-2
/
+2
*
perf symbol: Add LoongArch case in get_plt_sizes()
Tiezhu Yang
2023-06-22
1
-0
/
+8
*
perf jit: Fix incorrect file name in DWARF line table
elisabeth
2023-06-20
1
-1
/
+5
*
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
2023-06-20
1
-2
/
+6
*
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
2023-06-20
2
-12
/
+65
*
perf sharded_mutex: Introduce sharded_mutex
Ian Rogers
2023-06-20
3
-0
/
+63
*
tools: Fix incorrect calculation of object size by sizeof
Li Dong
2023-06-20
1
-2
/
+2
*
perf parse-events: Remove unneeded semicolon
baomingtong001@208suo.com
2023-06-20
1
-1
/
+1
*
perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...
Yang Jihong
2023-06-20
1
-1
/
+1
*
perf pmus: Check if we can encode the PMU number in perf_event_attr.type
Arnaldo Carvalho de Melo
2023-06-16
1
-1
/
+28
*
perf print-events: Export is_event_supported()
Arnaldo Carvalho de Melo
2023-06-16
2
-1
/
+3
*
perf mem: Scan all PMUs instead of just core ones
Ravi Bangoria
2023-06-16
1
-4
/
+9
*
perf mem amd: Fix perf_pmus__num_mem_pmus()
Ravi Bangoria
2023-06-16
1
-1
/
+1
*
perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'
Ravi Bangoria
2023-06-16
1
-0
/
+15
*
perf stat: Show average value on multiple runs
Namhyung Kim
2023-06-16
2
-0
/
+23
*
perf test: fix failing test cases on linux-next for s390
Thomas Richter
2023-06-16
1
-1
/
+1
*
perf annotate: Work with vmlinux outside symfs
Vincent Whitchurch
2023-06-16
1
-1
/
+4
*
perf stat: New metricgroup output for the default mode
Kan Liang
2023-06-16
4
-22
/
+233
*
perf metrics: Sort the Default metricgroup
Kan Liang
2023-06-16
2
-0
/
+29
*
perf stat,jevents: Introduce Default tags for the default mode
Kan Liang
2023-06-15
1
-0
/
+6
*
perf evsel: Fix the annotation for hardware events on hybrid
Kan Liang
2023-06-15
1
-3
/
+14
*
perf srcline: Fix handling of inline functions
Ian Rogers
2023-06-15
1
-56
/
+80
*
perf srcline: Add a timeout to reading from addr2line
Ian Rogers
2023-06-14
3
-4
/
+14
*
perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASH
Ian Rogers
2023-06-13
3
-15
/
+2
*
perf metric: Fix no group check
Kan Liang
2023-06-13
1
-1
/
+1
*
perf srcline: Make sentinel reading for binutils addr2line more robust
Ian Rogers
2023-06-13
1
-8
/
+53
*
perf srcline: Make addr2line configuration failure more verbose
Ian Rogers
2023-06-13
1
-13
/
+21
*
perf dwarf-aux: Allow unnamed struct/union/enum
Namhyung Kim
2023-06-13
1
-3
/
+5
*
perf dwarf-aux: Fix off-by-one in die_get_varname()
Namhyung Kim
2023-06-13
1
-1
/
+1
*
perf pfm: Remove duplicate util/cpumap.h include
Arnaldo Carvalho de Melo
2023-06-12
1
-1
/
+0
*
perf annotate: Allow whitespace between insn operands
Namhyung Kim
2023-06-12
1
-1
/
+1
*
perf help: Ensure clean_cmds is called on all paths
Ian Rogers
2023-06-12
1
-0
/
+3
*
perf cs-etm: Add exception level consistency check
James Clark
2023-06-12
3
-15
/
+36
*
perf cs-etm: Track exception level
James Clark
2023-06-12
3
-22
/
+68
*
perf cs-etm: Make PID format accessible from struct cs_etm_auxtrace
James Clark
2023-06-12
3
-33
/
+37
*
perf cs-etm: Use previous thread for branch sample source IP
James Clark
2023-06-12
1
-2
/
+15
*
perf cs-etm: Only track threads instead of PID and TIDs
James Clark
2023-06-12
1
-80
/
+38
*
perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1
James Clark
2023-06-12
1
-4
/
+6
*
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
2023-06-12
6
-7
/
+10
*
perf hist: Fix srcline memory leak
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf srcline: Change free_srcline to zfree_srcline
Ian Rogers
2023-06-12
6
-13
/
+18
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
8
-32
/
+104
*
perf header: Avoid out-of-bounds read
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf annotate: Fix parse_objdump_line memory leak
Ian Rogers
2023-06-12
1
-1
/
+2
*
perf map/maps/thread: Changes to reference counting
Ian Rogers
2023-06-12
4
-20
/
+46
[next]