index
:
pub/scm/linux/kernel/git/livepatching/livepatching.git
master
Live Patching Group's fork of livepatching.git
Live Patching Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
perf callchain: Make brtype_stat in callchain_list optional
Ian Rogers
2
-9
/
+34
2023-10-25
perf callchain: Make display use of branch_type_stat const
Ian Rogers
3
-7
/
+7
2023-10-25
perf offcpu: Add missed btf_free
Ian Rogers
1
-4
/
+6
2023-10-25
perf threads: Remove unused dead thread list
Ian Rogers
2
-2
/
+0
2023-10-25
perf hist: Add missing puts to hist__account_cycles
Ian Rogers
1
-3
/
+7
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
5
-7
/
+7
2023-10-25
perf machine: Avoid out of bounds LBR memory read
Ian Rogers
1
-10
/
+12
2023-10-25
perf rwsem: Add debug mode that uses a mutex
Ian Rogers
2
-0
/
+45
2023-10-25
perf lock contention: Use per-cpu array map for spinlocks
Namhyung Kim
1
-17
/
+72
2023-10-25
perf lock contention: Check race in tstamp elem creation
Namhyung Kim
1
-1
/
+5
2023-10-25
perf lock contention: Clear lock addr after use
Namhyung Kim
1
-0
/
+4
2023-10-25
perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofile
Yang Jihong
5
-34
/
+42
2023-10-19
perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...
Yang Jihong
1
-0
/
+12
2023-10-19
perf trace: Use the right bpf_probe_read(_str) variant for reading user data
Thomas Richter
1
-8
/
+8
2023-10-18
perf build: Generate arm64's sysreg-defs.h and add to include path
Oliver Upton
1
-1
/
+1
2023-10-18
perf tools: Do not ignore the default vmlinux.h
Namhyung Kim
1
-0
/
+1
2023-10-17
perf pmu: Lazily compute default config
Ian Rogers
6
-14
/
+17
2023-10-17
perf pmu: Const-ify perf_pmu__config_terms
Ian Rogers
2
-6
/
+6
2023-10-17
perf pmu: Const-ify file APIs
Ian Rogers
3
-12
/
+13
2023-10-17
perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
Ian Rogers
2
-8
/
+7
2023-10-17
perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64
Adrian Hunter
1
-3
/
+3
2023-10-17
perf intel-pt: Use get_unaligned_le16() etc
Adrian Hunter
1
-8
/
+9
2023-10-17
perf intel-pt: Use existing definitions of le16_to_cpu() etc
Adrian Hunter
1
-6
/
+1
2023-10-17
perf intel-pt: Simplify intel_pt_get_vmcs()
Adrian Hunter
1
-9
/
+4
2023-10-12
perf cs-etm: Fix incorrect or missing decoder for raw trace
Besar Wicaksono
1
-41
/
+65
2023-10-12
perf bpf_counter: Fix a few memory leaks
Ian Rogers
1
-1
/
+4
2023-10-12
perf header: Fix various error path memory leaks
Ian Rogers
1
-26
/
+34
2023-10-12
perf trace-event-info: Avoid passing NULL value to closedir
Ian Rogers
1
-1
/
+2
2023-10-12
perf parse-events: Fix unlikely memory leak when cloning terms
Ian Rogers
1
-1
/
+3
2023-10-12
perf svghelper: Avoid memory leak
Ian Rogers
1
-2
/
+3
2023-10-12
perf dlfilter: Be defensive against potential NULL dereference
Ian Rogers
1
-1
/
+3
2023-10-12
perf mem-events: Avoid uninitialized read
Ian Rogers
1
-1
/
+2
2023-10-12
perf jitdump: Avoid memory leak
Ian Rogers
1
-0
/
+1
2023-10-12
perf env: Remove unnecessary NULL tests
Ian Rogers
1
-3
/
+3
2023-10-12
perf parse-events: Fix for term values that are raw events
Ian Rogers
1
-5
/
+3
2023-10-12
perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-10-12
perf parse-events: Avoid erange from hex numbers
Ian Rogers
1
-2
/
+2
2023-10-10
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
4
-519
/
+3
2023-10-04
tools/perf: Add "is_kmod" to struct dso to check if it is kernel module
Athira Rajeev
2
-0
/
+3
2023-10-04
tools/perf: Add text_end to "struct dso" to save .text section size
Athira Rajeev
3
-1
/
+6
2023-10-04
perf hisi-ptt: Fix memory leak in lseek failure handling
Kuan-Wei Chiu
1
-1
/
+3
2023-09-29
perf intel-pt: Fix async branch flags
Adrian Hunter
1
-0
/
+2
2023-09-29
perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()
Adrian Hunter
1
-17
/
+15
2023-09-29
perf pmus: Make PMU alias name loading lazy
Ian Rogers
3
-20
/
+31
2023-09-27
perf metric: "Compat" supports regular expression matching identifiers
Jing Zhang
1
-1
/
+1
2023-09-27
perf pmu: "Compat" supports regular expression matching identifiers
Jing Zhang
2
-2
/
+26
2023-09-27
perf record: Fix BTF type checks in the off-cpu profiling
Namhyung Kim
1
-2
/
+3
2023-09-26
perf evlist: Avoid frequency mode for the dummy event
Ian Rogers
1
-2
/
+3
2023-09-26
perf pmu: Fix perf stat output with correct scale and unit
Wyes Karny
1
-4
/
+4
2023-09-18
perf parse-events: Fix tracepoint name memory leak
Ian Rogers
1
-0
/
+1
[prev]
[next]