index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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-05
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-24
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
2
-0
/
+46
2023-12-24
perf annotate: Add --type-stat option for debugging
Namhyung Kim
3
-6
/
+62
2023-12-24
perf annotate: Add --data-type option
Namhyung Kim
4
-10
/
+14
2023-12-24
perf report: Add 'symoff' sort key
Namhyung Kim
3
-0
/
+49
2023-12-24
perf report: Add 'typeoff' sort key
Namhyung Kim
4
-1
/
+86
2023-12-24
perf annotate-data: Update sample histogram for type
Namhyung Kim
3
-1
/
+131
2023-12-24
perf annotate-data: Add member field in the data type
Namhyung Kim
3
-18
/
+119
2023-12-24
perf report: Add 'type' sort key
Namhyung Kim
4
-2
/
+74
2023-12-24
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
2
-0
/
+92
2023-12-24
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
2
-0
/
+143
2023-12-24
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
2
-13
/
+33
2023-12-24
perf annotate-data: Add dso->data_types tree
Namhyung Kim
4
-10
/
+100
2023-12-24
perf annotate-data: Add find_data_type() to get type from memory access
Namhyung Kim
3
-0
/
+205
2023-12-23
perf dwarf-regs: Add get_dwarf_regnum()
Namhyung Kim
2
-0
/
+53
2023-12-23
perf dwarf-aux: Factor out die_get_typename_from_type()
Namhyung Kim
2
-11
/
+30
2023-12-20
perf maps: Fix up overlaps during fixup_end
Ian Rogers
1
-1
/
+1
2023-12-20
perf maps: Reduce scope of map_rb_node and maps internals
Ian Rogers
2
-58
/
+55
2023-12-20
perf maps: Add find next entry to give entry after the given map
Ian Rogers
3
-4
/
+16
2023-12-20
perf maps: Add maps__load_first()
Ian Rogers
3
-1
/
+16
2023-12-20
perf maps: Rename clone to copy from
Ian Rogers
4
-9
/
+4
2023-12-20
perf maps: Do simple merge if given map doesn't overlap
Ian Rogers
1
-0
/
+11
2023-12-20
perf maps: Refactor maps__fixup_overlappings()
Ian Rogers
3
-25
/
+37
2023-12-20
perf debug: Expose debug file
Ian Rogers
2
-7
/
+16
2023-12-20
perf maps: Add remove maps function to remove a map based on callback
Ian Rogers
3
-16
/
+38
2023-12-20
perf maps: Reduce scope of maps__for_each_entry()
Ian Rogers
2
-3
/
+3
2023-12-20
perf vdso: Use function to add missing maps lock
Ian Rogers
1
-12
/
+23
2023-12-20
perf unwind: Use function to add missing maps lock
Ian Rogers
1
-10
/
+24
2023-12-19
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
3
-3
/
+4
2023-12-19
perf thread: Use function to add missing maps lock
Ian Rogers
1
-18
/
+17
2023-12-19
perf synthetic-events: Use function to add missing maps lock
Ian Rogers
1
-51
/
+67
2023-12-19
perf symbol: Use function to add missing maps lock
Ian Rogers
1
-17
/
+19
2023-12-19
perf probe-event: Use function to add missing maps lock
Ian Rogers
1
-14
/
+26
2023-12-19
perf machine: Use function to add missing maps lock
Ian Rogers
1
-24
/
+29
2023-12-19
perf maps: Add maps__for_each_map to iterate maps holding the lock
Ian Rogers
2
-33
/
+69
2023-12-19
perf map: Improve map/unmap parameter names
Ian Rogers
1
-8
/
+8
2023-12-19
perf top: Avoid repeated function calls to perf_cpu_map__nr().
Ian Rogers
1
-5
/
+4
2023-12-19
perf evlist: Move event attributes to after the / when uniquefying using the ...
Arnaldo Carvalho de Melo
1
-5
/
+10
2023-12-15
perf top: Uniform the event name for the hybrid machine
Kan Liang
2
-0
/
+26
2023-12-15
perf unwind-libunwind: Fix base address for .eh_frame
Namhyung Kim
1
-1
/
+1
2023-12-15
perf unwind-libdw: Handle JIT-generated DSOs properly
Namhyung Kim
1
-4
/
+17
2023-12-15
perf genelf: Set ELF program header addresses properly
Namhyung Kim
1
-3
/
+3
2023-12-15
perf stat: Combine the -A/--no-aggr and --no-merge options
Ian Rogers
3
-3
/
+2
2023-12-13
perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()
Yicong Yang
1
-0
/
+1
[next]