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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-11
perf env: Find correct branch counter info on hybrid
Kan Liang
4
-4
/
+25
2024-09-11
perf pmu: To info add event_type_desc
Ian Rogers
3
-1
/
+6
2024-09-11
perf evsel: Add accessor for tool_event
Ian Rogers
3
-13
/
+18
2024-09-11
perf pmus: Fake PMU clean up
Ian Rogers
7
-34
/
+57
2024-09-10
perf callchain: Allow symbols to be optional when resolving a callchain
Ian Rogers
4
-51
/
+84
2024-09-10
perf inject: Lazy build-id mmap2 event insertion
Ian Rogers
2
-0
/
+12
2024-09-10
perf inject: Add new mmap2-buildid-all option
Ian Rogers
2
-0
/
+68
2024-09-10
perf inject: Fix build ID injection
Ian Rogers
3
-16
/
+44
2024-09-10
perf annotate-data: Add pr_debug_scope()
Namhyung Kim
1
-2
/
+23
2024-09-10
perf annotate: Treat 'call' instruction as stack operation
Namhyung Kim
1
-0
/
+1
2024-09-10
perf trace: Collect augmented data using BPF
Howard Chu
1
-1
/
+106
2024-09-10
perf trace: Pretty print buffer data
Howard Chu
1
-0
/
+6
2024-09-10
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
1
-0
/
+7
2024-09-10
perf trace: Use a common encoding for augmented arguments, with size + error ...
Arnaldo Carvalho de Melo
1
-41
/
+63
2024-09-10
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-09-06
perf mem: Fix missed p-core mem events on ADL and RPL
Kan Liang
2
-3
/
+5
2024-09-06
perf mem: Check mem_events for all eligible PMUs
Kan Liang
2
-2
/
+14
2024-09-06
perf script python: Avoid buffer overflow in python PEBS register interface
Andi Kleen
1
-8
/
+3
2024-09-04
perf parse-events: Vary default_breakpoint_len on i386 and arm64
Ian Rogers
1
-0
/
+16
2024-09-04
perf parse-events: Add default_breakpoint_len helper
Ian Rogers
2
-1
/
+8
2024-09-03
perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()
Ian Rogers
1
-5
/
+6
2024-09-03
perf pmu: Merge boolean sysfs event option parsing
Ian Rogers
1
-24
/
+23
2024-09-03
perf script: Minimize "not reaching sample" for '-F +brstackinsn'
Andi Kleen
3
-4
/
+5
2024-09-03
perf record offcpu: Constify control data for BPF
Namhyung Kim
2
-12
/
+13
2024-09-03
perf lock contention: Constify control data for BPF
Namhyung Kim
2
-34
/
+38
2024-09-03
perf kwork: Constify control data for BPF
Namhyung Kim
4
-10
/
+13
2024-09-03
perf ftrace latency: Constify control data for BPF
Namhyung Kim
2
-7
/
+8
2024-09-03
perf stat: Constify control data for BPF
Namhyung Kim
2
-4
/
+4
2024-09-03
perf time-utils: Fix 32-bit nsec parsing
Ian Rogers
1
-2
/
+2
2024-09-03
perf pmus: Fix name comparisons on 32-bit systems
Ian Rogers
1
-3
/
+3
2024-09-03
perf annotate: LLVM-based disassembler
Steinar H. Gunderson
3
-0
/
+267
2024-09-03
perf annotate: Split out read_symbol()
Steinar H. Gunderson
1
-34
/
+56
2024-09-03
perf report: Support LLVM for addr2line()
Steinar H. Gunderson
4
-1
/
+242
2024-09-02
perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...
Arnaldo Carvalho de Melo
1
-0
/
+4
2024-08-30
perf lock contention: Fix spinlock and rwlock accounting
Namhyung Kim
1
-0
/
+3
2024-08-30
perf lock contention: Do not fail EEXIST for update
Namhyung Kim
1
-0
/
+7
2024-08-30
perf lock contention: Simplify spinlock check
Namhyung Kim
1
-2
/
+1
2024-08-30
perf lock contention: Handle error in a single place
Namhyung Kim
1
-12
/
+4
2024-08-30
perf header: Remove repipe option
Ian Rogers
3
-18
/
+9
2024-08-30
perf inject: Overhaul handling of pipe files
Ian Rogers
4
-20
/
+17
2024-08-29
perf header: Allow attributes to be written after data
Ian Rogers
1
-39
/
+67
2024-08-29
perf header: Fail read if header sections overlap
Ian Rogers
1
-0
/
+18
2024-08-29
perf header: Add kerneldoc to 'struct perf_file_header'
Ian Rogers
1
-1
/
+15
2024-08-29
perf session: Document 'struct perf_session' and constify its 'auxtrace' member
Ian Rogers
1
-1
/
+47
2024-08-29
perf: cs-etm: Print queue number in raw trace dump
James Clark
3
-6
/
+13
2024-08-29
perf: cs-etm: Support version 0.1 of HW_ID packets
James Clark
1
-10
/
+90
2024-08-29
perf: cs-etm: Create decoders based on the trace ID mappings
James Clark
3
-117
/
+52
2024-08-29
perf: cs-etm: Move traceid_list to each queue
James Clark
3
-98
/
+147
2024-08-29
perf: cs-etm: Allocate queues for all CPUs
James Clark
1
-28
/
+25
[next]