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
2024-02-12
perf maps: Locking tidy up of nr_maps
Ian Rogers
3
-5
/
+11
2024-02-12
perf maps: Hide maps internals
Ian Rogers
8
-98
/
+120
2024-02-12
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
2
-2
/
+4
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
5
-13
/
+22
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
5
-24
/
+23
2024-02-12
perf maps: Switch from rbtree to lazily sorted array for addresses
Ian Rogers
3
-474
/
+764
2024-02-12
Merge branch 'perf-tools' into perf-tools-next
Namhyung Kim
5
-6
/
+10
2024-02-09
perf srcline: Add missed addr2line closes
Ian Rogers
1
-0
/
+2
2024-02-09
perf stat: Support per-cluster aggregation
Yicong Yang
5
-5
/
+62
2024-02-09
perf tools: Remove misleading comments on map functions
Namhyung Kim
1
-8
/
+0
2024-02-09
perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
Yang Jihong
1
-1
/
+1
2024-02-08
perf symbols: Slightly improve module file executable section mappings
Adrian Hunter
1
-2
/
+73
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
5
-0
/
+18
2024-02-02
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
1
-1
/
+7
2024-02-02
perf parse-events: Print all errors
Ian Rogers
3
-48
/
+60
2024-02-02
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
1
-4
/
+5
2024-02-01
perf report: Prevent segfault with --no-parent
Andi Kleen
1
-1
/
+1
2024-02-01
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-01
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
5
-114
/
+119
2024-01-30
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
1
-1
/
+8
2024-01-30
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
1
-0
/
+4
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
3
-5
/
+5
2024-01-26
perf list: Switch error message to pr_err() to respect debug settings (-v)
Ian Rogers
1
-1
/
+1
2024-01-25
perf pmu: Treat the msr pmu as software
Ian Rogers
1
-1
/
+11
2024-01-24
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
1
-1
/
+8
2024-01-24
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
4
-7
/
+15
2024-01-24
perf mem: Clean up perf_mem_events__record_args()
Kan Liang
2
-24
/
+13
2024-01-24
perf mem: Clean up is_mem_loads_aux_event()
Kan Liang
1
-2
/
+12
2024-01-24
perf mem: Clean up perf_mem_event__supported()
Kan Liang
2
-11
/
+13
2024-01-24
perf mem: Clean up perf_mem_events__name()
Kan Liang
2
-18
/
+45
2024-01-24
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
2
-57
/
+55
2024-01-24
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
4
-2
/
+12
2024-01-22
perf util: Add evsel__taskstate() to parse the task state info instead
Ze Gao
2
-1
/
+36
2024-01-22
perf util: Add helpers to parse task state string from libtraceevent
Ze Gao
1
-0
/
+112
2024-01-22
perf data: Minor code style alignment cleanup
Yang Jihong
2
-7
/
+7
2024-01-22
perf record: Check conflict between '--timestamp-filename' option and pipe mo...
Yang Jihong
1
-2
/
+0
2024-01-22
perf dwarf-aux: Check allowed DWARF Ops
Namhyung Kim
1
-4
/
+40
2024-01-22
perf annotate-data: Support stack variables
Namhyung Kim
3
-24
/
+93
2024-01-22
perf dwarf-aux: Add die_get_cfa()
Namhyung Kim
2
-1
/
+82
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
4
-13
/
+92
2024-01-22
perf annotate-data: Handle PC-relative addressing
Namhyung Kim
1
-18
/
+38
2024-01-22
perf annotate-data: Add stack operation pseudo type
Namhyung Kim
2
-0
/
+27
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
4
-19
/
+61
2024-01-22
perf annotate-data: Handle macro fusion on x86
Namhyung Kim
1
-1
/
+16
2024-01-22
perf annotate-data: Parse 'lock' prefix from llvm-objdump
Namhyung Kim
1
-1
/
+13
2024-01-04
perf db-export: Fix missing reference count get in call_path_from_sample()
Ben Gainey
1
-2
/
+2
2024-01-03
perf stat: Fix hard coded LL miss units
Ian Rogers
1
-1
/
+1
2024-01-03
perf env: Avoid recursively taking env->bpf_progs.lock
Ian Rogers
5
-32
/
+50
2023-12-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
2
-0
/
+46
2023-12-23
perf annotate: Add --type-stat option for debugging
Namhyung Kim
3
-6
/
+62
[prev]
[next]