index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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-04-08
perf data: Clean up use_stdio and structures
Ian Rogers
1
-1
/
+1
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-04-05
perf sample: Add evsel to struct perf_sample
Ian Rogers
1
-13
/
+22
2026-04-05
perf sample: Make sure perf_sample__init/exit are used
Ian Rogers
1
-4
/
+9
2026-04-02
perf session: Extra logging for failed to process events
Ian Rogers
1
-8
/
+20
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
1
-1
/
+2
2026-02-03
perf thread: Don't require machine to compute the e_machine
Ian Rogers
1
-2
/
+1
2026-02-03
perf header: Add e_machine/e_flags to the header
Ian Rogers
1
-6
/
+27
2026-02-03
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-26
perf session: Print all machines in session dump
Hrishikesh Suresh
1
-5
/
+8
2026-01-26
perf perf_regs: Accurately compute register names for CSKY
Ian Rogers
1
-11
/
+13
2026-01-26
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-02
perf tools: Flush remaining samples w/o deferred callchains
Namhyung Kim
1
-0
/
+50
2025-12-02
perf tools: Merge deferred user callchains
Namhyung Kim
1
-1
/
+78
2025-12-02
perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
1
-0
/
+20
2025-11-07
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-20
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
2025-02-17
perf report: Add parallelism sort key
Dmitry Vyukov
1
-0
/
+12
2025-02-12
perf sample: Make user_regs and intr_regs optional
Ian Rogers
1
-29
/
+65
2024-12-09
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
Ian Rogers
1
-0
/
+1
2024-10-02
tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
Ben Gainey
1
-9
/
+19
2024-09-11
perf env: Find correct branch counter info on hybrid
Kan Liang
1
-2
/
+4
2024-08-30
perf header: Remove repipe option
Ian Rogers
1
-3
/
+3
2024-08-30
perf inject: Overhaul handling of pipe files
Ian Rogers
1
-4
/
+4
2024-08-28
perf tools: Print lost samples due to BPF filter
Namhyung Kim
1
-2
/
+3
2024-08-12
perf session: Constify tool
Ian Rogers
1
-3
/
+3
2024-08-12
perf tool: Remove perf_tool__fill_defaults()
Ian Rogers
1
-6
/
+0
2024-08-12
perf tool: Move fill defaults into tool.c
Ian Rogers
1
-309
/
+1
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-15
/
+15
2024-08-12
perf auxtrace: Remove dummy tools
Ian Rogers
1
-0
/
+24
2024-08-12
perf inject: Fix leader sampling inserting additional samples
Ian Rogers
1
-0
/
+3
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
1
-0
/
+2
2024-06-27
perf report: Display pregress bar on redirected pipe data
Namhyung Kim
1
-1
/
+19
2024-06-15
perf hist: Add symbol_conf.skip_empty
Namhyung Kim
1
-3
/
+2
2024-04-12
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
1
-0
/
+21
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
1
-3
/
+2
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
1
-0
/
+11
[next]