index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-07-08
28
-145
/
+407
|
\
|
*
perf evsel amd: Fix IBS error message
Ravi Bangoria
2023-07-02
2
-21
/
+10
|
*
perf: unwind: Fix symfs with libdw
Vincent Whitchurch
2023-07-01
1
-2
/
+6
|
*
perf symbol: Fix uninitialized return value in symbols__find_by_name()
James Clark
2023-07-01
1
-7
/
+9
|
*
perf expr: Add has_event function
Ian Rogers
2023-06-30
4
-1
/
+30
|
*
perf tools: Do not remove addr_location.thread in thread__find_map()
Namhyung Kim
2023-06-30
1
-5
/
+2
|
*
perf pmus: Add placeholder core PMU
Ian Rogers
2023-06-28
3
-1
/
+32
|
*
perf: Replace deprecated -target with --target= for Clang
Fangrui Song
2023-06-27
1
-2
/
+2
|
*
perf pmu: Correct auto_merge_stats test
Ian Rogers
2023-06-27
1
-1
/
+1
|
*
perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...
Yang Jihong
2023-06-24
2
-1
/
+145
|
*
perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...
Yang Jihong
2023-06-24
1
-1
/
+33
|
*
perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
Yang Jihong
2023-06-24
1
-7
/
+7
|
*
perf trace-event-info: Add tracepoint_id_to_name() helper
Yang Jihong
2023-06-24
2
-0
/
+18
|
*
perf symbol: Remove now unused symbol_conf.sort_by_name
Ian Rogers
2023-06-24
2
-2
/
+0
|
*
perf symbol: Remove symbol_name_rb_node
Ian Rogers
2023-06-24
8
-92
/
+99
|
*
perf dso: Sort symbols under lock
Ian Rogers
2023-06-24
3
-6
/
+8
|
*
perf bpf: Move the declaration of struct rq
Ian Rogers
2023-06-24
2
-2
/
+10
|
*
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2023-06-24
2
-0
/
+1
*
|
Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-06-30
96
-2805
/
+3740
|
\
|
|
*
perf pmu: Remove a hard coded cpu PMU assumption
Ian Rogers
2023-06-23
1
-4
/
+5
|
*
perf pmus: Add notion of default PMU for JSON events
Ian Rogers
2023-06-23
3
-20
/
+53
|
*
perf unwind: Fix map reference counts
Ian Rogers
2023-06-23
1
-7
/
+12
|
*
perf script: Initialize buffer for regs_map()
Namhyung Kim
2023-06-23
1
-2
/
+2
|
*
perf symbol: Add LoongArch case in get_plt_sizes()
Tiezhu Yang
2023-06-23
1
-0
/
+8
|
*
perf jit: Fix incorrect file name in DWARF line table
elisabeth
2023-06-21
1
-1
/
+5
|
*
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
2023-06-21
1
-2
/
+6
|
*
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
2023-06-21
2
-12
/
+65
|
*
perf sharded_mutex: Introduce sharded_mutex
Ian Rogers
2023-06-21
3
-0
/
+63
|
*
tools: Fix incorrect calculation of object size by sizeof
Li Dong
2023-06-21
1
-2
/
+2
|
*
perf parse-events: Remove unneeded semicolon
baomingtong001@208suo.com
2023-06-21
1
-1
/
+1
|
*
perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...
Yang Jihong
2023-06-21
1
-1
/
+1
|
*
perf pmus: Check if we can encode the PMU number in perf_event_attr.type
Arnaldo Carvalho de Melo
2023-06-17
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-16
1
-0
/
+6
|
*
perf evsel: Fix the annotation for hardware events on hybrid
Kan Liang
2023-06-16
1
-3
/
+14
|
*
perf srcline: Fix handling of inline functions
Ian Rogers
2023-06-16
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-14
3
-15
/
+2
|
*
perf metric: Fix no group check
Kan Liang
2023-06-14
1
-1
/
+1
|
*
perf srcline: Make sentinel reading for binutils addr2line more robust
Ian Rogers
2023-06-14
1
-8
/
+53
|
*
perf srcline: Make addr2line configuration failure more verbose
Ian Rogers
2023-06-14
1
-13
/
+21
|
*
perf dwarf-aux: Allow unnamed struct/union/enum
Namhyung Kim
2023-06-14
1
-3
/
+5
[next]