index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
perf cs-etm: Validate timestamp tracing in per-thread mode
Leo Yan
2023-10-17
1
-2
/
+11
|
*
|
perf pmu: Lazily compute default config
Ian Rogers
2023-10-17
11
-62
/
+58
|
*
|
perf pmu-events: Remember the perf_events_map for a PMU
Ian Rogers
2023-10-17
1
-39
/
+70
|
*
|
perf pmu: Const-ify perf_pmu__config_terms
Ian Rogers
2023-10-17
2
-6
/
+6
|
*
|
perf pmu: Const-ify file APIs
Ian Rogers
2023-10-17
3
-12
/
+13
|
*
|
perf arm-spe: Move PMU initialization from default config code
Ian Rogers
2023-10-17
2
-3
/
+2
|
*
|
perf intel-pt: Move PMU initialization from default config code
Ian Rogers
2023-10-17
2
-2
/
+1
|
*
|
perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
Ian Rogers
2023-10-17
5
-18
/
+13
|
*
|
perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64
Adrian Hunter
2023-10-17
1
-3
/
+3
|
*
|
perf intel-pt: Use get_unaligned_le16() etc
Adrian Hunter
2023-10-17
1
-8
/
+9
|
*
|
perf intel-pt: Use existing definitions of le16_to_cpu() etc
Adrian Hunter
2023-10-17
1
-6
/
+1
|
*
|
perf intel-pt: Simplify intel_pt_get_vmcs()
Adrian Hunter
2023-10-17
1
-9
/
+4
|
*
|
perf tools: Add get_unaligned_leNN()
Adrian Hunter
2023-10-17
2
-6
/
+140
|
*
|
perf cs-etm: Fix incorrect or missing decoder for raw trace
Besar Wicaksono
2023-10-12
1
-41
/
+65
|
*
|
perf bpf_counter: Fix a few memory leaks
Ian Rogers
2023-10-12
1
-1
/
+4
|
*
|
perf header: Fix various error path memory leaks
Ian Rogers
2023-10-12
1
-26
/
+34
|
*
|
perf trace-event-info: Avoid passing NULL value to closedir
Ian Rogers
2023-10-12
1
-1
/
+2
|
*
|
tools api: Avoid potential double free
Ian Rogers
2023-10-12
1
-0
/
+1
|
*
|
perf parse-events: Fix unlikely memory leak when cloning terms
Ian Rogers
2023-10-12
1
-1
/
+3
|
*
|
perf lock: Fix a memory leak on an error path
Ian Rogers
2023-10-12
1
-0
/
+1
|
*
|
perf svghelper: Avoid memory leak
Ian Rogers
2023-10-12
1
-2
/
+3
|
*
|
perf hists browser: Avoid potential NULL dereference
Ian Rogers
2023-10-12
1
-1
/
+1
|
*
|
perf hists browser: Reorder variables to reduce padding
Ian Rogers
2023-10-12
1
-2
/
+2
|
*
|
perf dlfilter: Be defensive against potential NULL dereference
Ian Rogers
2023-10-12
1
-1
/
+3
|
*
|
perf mem-events: Avoid uninitialized read
Ian Rogers
2023-10-12
1
-1
/
+2
|
*
|
perf jitdump: Avoid memory leak
Ian Rogers
2023-10-12
1
-0
/
+1
|
*
|
perf env: Remove unnecessary NULL tests
Ian Rogers
2023-10-12
1
-3
/
+3
|
*
|
perf buildid-cache: Fix use of uninitialized value
Ian Rogers
2023-10-12
1
-2
/
+4
|
*
|
perf bench uprobe: Fix potential use of memory after free
Ian Rogers
2023-10-12
1
-0
/
+1
|
*
|
perf parse-events: Fix for term values that are raw events
Ian Rogers
2023-10-12
1
-5
/
+3
|
*
|
perf build: Add missing comment about NO_LIBTRACEEVENT=1
Arnaldo Carvalho de Melo
2023-10-12
1
-0
/
+4
|
*
|
perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
Arnaldo Carvalho de Melo
2023-10-12
1
-0
/
+1
|
*
|
perf parse-events: Avoid erange from hex numbers
Ian Rogers
2023-10-12
1
-2
/
+2
|
*
|
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
2023-10-10
16
-539
/
+255
|
|
\
\
|
*
|
|
tools/perf: Update call stack check in builtin-lock.c
Kajol Jain
2023-10-05
1
-1
/
+16
|
*
|
|
tools/perf/tests: Fix object code reading to skip address that falls out of t...
Athira Rajeev
2023-10-05
1
-0
/
+10
|
*
|
|
tools/perf: Add "is_kmod" to struct dso to check if it is kernel module
Athira Rajeev
2023-10-05
2
-0
/
+3
|
*
|
|
tools/perf: Add text_end to "struct dso" to save .text section size
Athira Rajeev
2023-10-05
3
-1
/
+6
|
*
|
|
perf test: Avoid system wide when not privileged
Ian Rogers
2023-10-05
1
-2
/
+14
|
*
|
|
perf hisi-ptt: Fix memory leak in lseek failure handling
Kuan-Wei Chiu
2023-10-05
1
-1
/
+3
|
*
|
|
perf intel-pt: Fix async branch flags
Adrian Hunter
2023-09-30
1
-0
/
+2
|
*
|
|
perf pmus: Make PMU alias name loading lazy
Ian Rogers
2023-09-30
4
-159
/
+31
|
*
|
|
perf test: Fix parse-events tests to skip parametrized events
Athira Rajeev
2023-09-28
1
-0
/
+39
|
*
|
|
perf vendor events: Add JSON metrics for Arm CMN
Jing Zhang
2023-09-28
1
-0
/
+74
|
*
|
|
perf jevents: Add support for Arm CMN PMU aliasing
Jing Zhang
2023-09-28
2
-0
/
+267
|
*
|
|
perf test: Add pmu-event test for "Compat" and new event_field.
Jing Zhang
2023-09-28
3
-0
/
+71
|
*
|
|
perf test: Make matching_pmu effective
Jing Zhang
2023-09-28
1
-2
/
+8
|
*
|
|
perf jevents: Support EventidCode and NodeType
Jing Zhang
2023-09-28
1
-1
/
+9
|
*
|
|
perf metric: "Compat" supports regular expression matching identifiers
Jing Zhang
2023-09-28
1
-1
/
+1
|
*
|
|
perf pmu: "Compat" supports regular expression matching identifiers
Jing Zhang
2023-09-28
2
-2
/
+26
[prev]
[next]