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-7.1.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
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
perf machine: Propagate machine__init() error to callers
Arnaldo Carvalho de Melo
1
-3
/
+4
2026-06-03
perf env: Add perf_env__e_machine helper and use in perf_env__arch
Ian Rogers
1
-11
/
+15
2026-06-03
perf session: Include file offset in event skip/stop messages
Arnaldo Carvalho de Melo
1
-52
/
+60
2026-06-03
perf sample: Add file_offset field to struct perf_sample
Arnaldo Carvalho de Melo
1
-0
/
+5
2026-05-29
perf session: Snapshot event->header.size in process_user_event()
Arnaldo Carvalho de Melo
1
-14
/
+13
2026-05-29
perf session: Bound nr_cpus_avail and validate sample CPU
Arnaldo Carvalho de Melo
1
-1
/
+87
2026-05-29
perf session: Add byte-swap handler for PERF_RECORD_COMPRESSED2
Arnaldo Carvalho de Melo
1
-0
/
+9
2026-05-29
perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
Arnaldo Carvalho de Melo
1
-2
/
+97
2026-05-29
perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
Arnaldo Carvalho de Melo
1
-1
/
+88
2026-05-29
perf auxtrace: Harden auxtrace_error event handling
Arnaldo Carvalho de Melo
1
-2
/
+16
2026-05-29
perf header: Byte-swap build ID event pid and bounds check section entries
Arnaldo Carvalho de Melo
1
-1
/
+26
2026-05-29
perf session: Validate nr fields against event size on both swap and common p...
Arnaldo Carvalho de Melo
1
-19
/
+234
2026-05-29
perf session: Validate HEADER_ATTR attr.size before swapping
Arnaldo Carvalho de Melo
1
-0
/
+31
2026-05-29
perf session: Use bounded copy for PERF_RECORD_TIME_CONV
Arnaldo Carvalho de Melo
1
-1
/
+8
2026-05-29
perf session: Add validated swap infrastructure with null-termination checks
Arnaldo Carvalho de Melo
1
-81
/
+325
2026-05-29
perf session: Fix swap_sample_id_all() crash on crafted events
Arnaldo Carvalho de Melo
1
-3
/
+11
2026-05-29
perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
Arnaldo Carvalho de Melo
1
-17
/
+44
2026-05-29
perf session: Bounds-check one_mmap event pointer in peek_event
Arnaldo Carvalho de Melo
1
-3
/
+26
2026-05-29
perf session: Add minimum event size and alignment validation
Arnaldo Carvalho de Melo
1
-33
/
+220
2026-05-20
perf tool: Remove evsel from tool APIs that pass the sample
Ian Rogers
1
-19
/
+19
2026-04-09
perf data: Clean up use_stdio and structures
Ian Rogers
1
-1
/
+1
2026-04-09
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-04-06
perf sample: Add evsel to struct perf_sample
Ian Rogers
1
-13
/
+22
2026-04-06
perf sample: Make sure perf_sample__init/exit are used
Ian Rogers
1
-4
/
+9
2026-04-03
perf session: Extra logging for failed to process events
Ian Rogers
1
-8
/
+20
2026-04-02
libperf cpumap: Make index and nr types unsigned
Ian Rogers
1
-1
/
+2
2026-02-04
perf thread: Don't require machine to compute the e_machine
Ian Rogers
1
-2
/
+1
2026-02-04
perf header: Add e_machine/e_flags to the header
Ian Rogers
1
-6
/
+27
2026-02-04
perf session: Add e_flags to the e_machine helper
Ian Rogers
1
-10
/
+30
2026-01-27
perf session: Don't write to memory pointed to a const pointer
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-01-27
perf session: Print all machines in session dump
Hrishikesh Suresh
1
-5
/
+8
2026-01-27
perf perf_regs: Accurately compute register names for CSKY
Ian Rogers
1
-11
/
+13
2026-01-27
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
1
-2
/
+2
2026-01-22
perf sched stats: Add record and rawdump support
Swapnil Sapkal
1
-0
/
+22
2026-01-20
perf perf_regs: Switch from arch string to int e_machine
Ian Rogers
1
-16
/
+49
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
1
-2
/
+3
2026-01-13
perf tools: Dump callchain context marker names
James Clark
1
-2
/
+25
2025-12-03
perf tools: Flush remaining samples w/o deferred callchains
Namhyung Kim
1
-0
/
+50
2025-12-03
perf tools: Merge deferred user callchains
Namhyung Kim
1
-1
/
+78
2025-12-03
perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
1
-0
/
+20
2025-11-08
perf tool: Add the perf_tool argument to all callbacks
Ian Rogers
1
-17
/
+18
2025-09-19
perf session: Fix handling when buffer exceeds 2 GiB
Leo Yan
1
-1
/
+1
2025-07-25
perf sample: Remove arch notion of sample parsing
Ian Rogers
1
-1
/
+1
2025-07-25
perf env: Remove global perf_env
Ian Rogers
1
-1
/
+2
2025-07-25
perf session: Add host_env argument to perf_session__new
Ian Rogers
1
-2
/
+3
2025-07-25
perf evlist: Change env variable to session
Ian Rogers
1
-1
/
+3
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-1
/
+6
2025-06-21
perf tools: display the new PERF_RECORD_BPF_METADATA event
Blake Jones
1
-0
/
+4
2025-05-16
perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
Chun-Tse Shao
1
-1
/
+4
2025-04-25
perf session: Skip unsupported new event types
Chun-Tse Shao
1
-2
/
+11
[next]