index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
perf annotate: Remove unused len parameter from annotation_line__print()
Namhyung Kim
1
-6
/
+3
2025-03-13
perf annotate-data: Add annotated_data_type__get_member_name()
Namhyung Kim
3
-32
/
+54
2025-03-13
perf ftrace: Use atomic inc to update histogram in BPF
Namhyung Kim
1
-1
/
+1
2025-03-13
perf ftrace: Remove an unnecessary condition check in BPF
Namhyung Kim
1
-2
/
+1
2025-03-13
perf ftrace: Fix latency stats with BPF
Namhyung Kim
2
-13
/
+15
2025-03-11
perf test stat: Additional topdown grouping tests
Ian Rogers
1
-36
/
+47
2025-03-11
perf x86 evlist: Update comments on topdown regrouping
Dapeng Mi
1
-21
/
+6
2025-03-11
perf parse-events: Corrections to topdown sorting
Ian Rogers
2
-55
/
+105
2025-03-11
perf x86/topdown: Fix topdown leader sampling test error on hybrid
Dapeng Mi
1
-1
/
+1
2025-03-11
perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
Ian Rogers
1
-49
/
+75
2025-03-11
perf python tracepoint: Switch to using parse_events
Ian Rogers
1
-12
/
+11
2025-03-11
perf python: Add evlist.config to set up record options
Ian Rogers
1
-0
/
+33
2025-03-11
perf python: Add evlist all_cpus accessor
Ian Rogers
1
-0
/
+16
2025-03-11
perf python: Avoid duplicated code in get_tracepoint_field
Ian Rogers
1
-13
/
+4
2025-03-11
perf python: Update ungrouped evsel leader in clone
Ian Rogers
1
-0
/
+2
2025-03-11
perf python: Add optional cpus and threads arguments to parse_events
Ian Rogers
1
-2
/
+8
2025-03-11
perf python: Add member access to a number of evsel variables
Ian Rogers
1
-0
/
+23
2025-03-11
perf python: Add evlist enable and disable methods
Ian Rogers
1
-0
/
+26
2025-03-11
perf evsel: tp_format accessing improvements
Ian Rogers
1
-1
/
+15
2025-03-11
perf evlist: Add success path to evlist__create_syswide_maps
Ian Rogers
1
-7
/
+6
2025-03-11
perf debug: Avoid stack overflow in recursive error message
Ian Rogers
1
-1
/
+1
2025-03-10
perf symbol: Support .gnu_debugdata for symbols
Stephen Brennan
4
-2
/
+110
2025-03-10
perf tools: Add LZMA decompression from FILE
Stephen Brennan
2
-11
/
+26
2025-03-10
perf tools: Add dummy functions for !HAVE_LZMA_SUPPORT
Stephen Brennan
1
-0
/
+12
2025-03-10
perf mem: Don't leak mem event names
Ian Rogers
4
-33
/
+53
2025-03-10
perf vendor events riscv: Add SiFive P650 events
Eric Lin
7
-0
/
+124
2025-03-10
perf vendor events riscv: Add SiFive P550 events
Eric Lin
5
-0
/
+51
2025-03-10
perf vendor events riscv: Add SiFive Bullet version 0x0d events
Eric Lin
7
-0
/
+78
2025-03-10
perf vendor events riscv: Add SiFive Bullet version 0x07 events
Eric Lin
7
-0
/
+120
2025-03-10
perf vendor events riscv: Update SiFive Bullet events
Eric Lin
3
-53
/
+53
2025-03-10
perf vendor events riscv: Remove leading zeroes
Samuel Holland
3
-33
/
+33
2025-03-10
perf vendor events riscv: Rename U74 to Bullet
Samuel Holland
5
-1
/
+1
2025-03-10
perf util: Remove unused perf_config__refresh
Dr. David Alan Gilbert
2
-7
/
+0
2025-03-10
perf util: Remove unused perf_pmus__default_pmu_name
Dr. David Alan Gilbert
2
-30
/
+0
2025-03-10
perf util: Remove unused perf_data__update_dir
Dr. David Alan Gilbert
2
-21
/
+0
2025-03-10
perf util: Remove unused pstack__pop
Dr. David Alan Gilbert
2
-15
/
+0
2025-03-10
perf util: Remove unused perf_color_default_config
Dr. David Alan Gilbert
2
-16
/
+0
2025-03-07
perf tests: Fix data symbol test with LTO builds
Ian Rogers
2
-13
/
+15
2025-03-07
perf report: Fix memory leaks in the hierarchy mode
Namhyung Kim
1
-0
/
+10
2025-03-07
perf report: Use map_symbol__copy() when copying callchains
Namhyung Kim
1
-7
/
+3
2025-03-06
perf annotate: Return errors from disasm_line__parse_powerpc()
Athira Rajeev
1
-2
/
+3
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
2
-9
/
+14
2025-03-06
perf report: Do not process non-JIT BPF ksymbol events
Namhyung Kim
1
-0
/
+4
2025-03-06
perf test: Fix leak in "Synthesize attr update" test
Ian Rogers
1
-0
/
+1
2025-03-05
perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel maps
Namhyung Kim
1
-1
/
+1
2025-03-05
perf maps: Add missing map__set_kmap_maps() when replacing a kernel map
Arnaldo Carvalho de Melo
1
-0
/
+2
2025-03-05
perf maps: Fixup maps_by_name when modifying maps_by_address
Namhyung Kim
1
-1
/
+23
2025-03-05
perf machine: Fixup kernel maps ends after adding extra maps
Namhyung Kim
1
-2
/
+2
2025-03-05
perf maps: Set the kmaps for newly created/added kernel maps
Arnaldo Carvalho de Melo
1
-0
/
+3
2025-03-05
perf maps: Introduce map__set_kmap_maps() for kernel maps
Arnaldo Carvalho de Melo
1
-8
/
+21
[next]