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
*
perf map: Fix error return code in maps__clone()
Zhen Lei
2021-04-23
1
-2
/
+5
*
perf auxtrace: Fix potential NULL pointer dereference
Leo Yan
2021-04-23
1
-1
/
+1
*
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
2021-04-20
1
-2
/
+3
*
perf arm-spe: Avoid potential buffer overrun
Ian Rogers
2021-04-07
1
-1
/
+3
*
perf report: Fix wrong LBR block sorting
Jin Yao
2021-04-07
1
-3
/
+3
*
perf record: Fix memory leak in vDSO found using ASAN
Namhyung Kim
2021-03-24
1
-0
/
+2
*
perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...
Jackie Liu
2021-03-16
1
-3
/
+10
*
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
2021-03-15
3
-0
/
+39
*
perf synthetic events: Avoid write of uninitialized memory when generating PE...
Ian Rogers
2021-03-10
1
-4
/
+5
*
perf synthetic-events: Fix uninitialized 'kernel_thread' variable
Thomas Richter
2021-03-10
1
-1
/
+1
*
perf auxtrace: Fix auxtrace queue conflict
Adrian Hunter
2021-03-10
1
-4
/
+0
*
perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...
Arnaldo Carvalho de Melo
2021-03-06
1
-4
/
+3
*
perf report: Fix -F for branch & mem modes
Ravi Bangoria
2021-03-06
1
-2
/
+2
*
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
2021-03-06
1
-0
/
+1
*
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
2021-03-06
4
-11
/
+59
*
perf tools: Fix event's PMU name parsing
Jiri Olsa
2021-03-06
1
-1
/
+5
*
perf traceevent: Ensure read cmdlines are null terminated.
Ian Rogers
2021-03-06
1
-0
/
+1
*
perf tools: Cast (struct timeval).tv_sec when printing
Pierre Gondois
2021-03-06
2
-3
/
+3
*
perf buildid-cache: Don't skip 16-byte build-ids
Nicholas Fraser
2021-02-18
2
-3
/
+6
*
perf symbol: Remove redundant libbfd checks
Nicholas Fraser
2021-02-18
1
-9
/
+0
*
perf tools: Fix arm64 build error with gcc-11
Jianlin Lv
2021-02-18
1
-0
/
+7
*
perf intel-pt: Split VM-Entry and VM-Exit branches
Adrian Hunter
2021-02-18
1
-1
/
+21
*
perf intel-pt: Adjust sample flags for VM-Exit
Adrian Hunter
2021-02-18
1
-4
/
+7
*
perf intel-pt: Allow for a guest kernel address filter
Adrian Hunter
2021-02-18
1
-1
/
+7
*
perf intel-pt: Support decoding of guest kernel
Adrian Hunter
2021-02-18
1
-12
/
+69
*
perf machine: Factor out machine__idle_thread()
Adrian Hunter
2021-02-18
3
-22
/
+22
*
perf machine: Factor out machines__find_guest()
Adrian Hunter
2021-02-18
3
-6
/
+11
*
perf intel-pt: Amend decoder to track the NR flag
Adrian Hunter
2021-02-18
2
-9
/
+53
*
perf intel-pt: Retain the last PIP packet payload as is
Adrian Hunter
2021-02-18
4
-16
/
+14
*
perf intel_pt: Add vmlaunch and vmresume as branches
Adrian Hunter
2021-02-18
2
-0
/
+16
*
perf script: Add branch types for VM-Entry and VM-Exit
Adrian Hunter
2021-02-18
2
-1
/
+7
*
perf auxtrace: Automatically group aux-output events
Adrian Hunter
2021-02-18
2
-0
/
+21
*
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
2021-02-18
3
-14
/
+18
*
perf intel-pt: Add PSB events
Adrian Hunter
2021-02-18
4
-51
/
+230
*
perf intel-pt: Fix IPC with CYC threshold
Adrian Hunter
2021-02-18
3
-0
/
+41
*
perf intel-pt: Fix premature IPC
Adrian Hunter
2021-02-18
3
-11
/
+17
*
perf intel-pt: Fix missing CYC processing in PSB
Adrian Hunter
2021-02-18
1
-0
/
+3
*
perf unwind: Set userdata for all __report_module() paths
Dave Rigby
2021-02-18
1
-3
/
+8
*
perf record: Fix continue profiling after draining the buffer
Yang Jihong
2021-02-18
2
-0
/
+12
*
perf tools: Simplify the calculation of variables
Jiapeng Chong
2021-02-18
1
-1
/
+1
*
perf metricgroup: Remove unneeded semicolon
Yang Li
2021-02-17
1
-1
/
+1
*
perf tools: Add OCaml demangling
Fabian Hemmer
2021-02-17
6
-2
/
+106
*
perf symbols: Resolve symbols against debug file first
Jiri Slaby
2021-02-17
1
-1
/
+15
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2021-02-16
4
-10
/
+24
|
\
|
*
perf probe: Fix kretprobe issue caused by GCC bug
Jianlin Lv
2021-02-12
1
-0
/
+10
|
*
perf symbols: Fix return value when loading PE DSO
Nicholas Fraser
2021-02-12
1
-1
/
+3
|
*
perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache only
Nicholas Fraser
2021-02-12
1
-7
/
+1
|
*
perf symbols: Use (long) for iterator for bfd symbols
Dmitry Safonov
2021-02-12
1
-2
/
+1
|
*
perf annotate: Fix jump parsing for C++ code.
Martin Liška
2021-02-11
2
-0
/
+9
*
|
perf arm-spe: Set sample's data source field
Leo Yan
2021-02-16
1
-9
/
+60
[next]