开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
2026-04-02
perf trace: Fix potential u64 underflow in duration calculation
Michael Petlan
2026-04-02
perf trace: Skip unnecessary synthesis for summary-only mode
Namhyung Kim
2026-03-19
perf callchain: Refactor callchain option parsing
Ian Rogers
2026-03-13
perf bpf_map: Remove unused code
Ian Rogers
2026-03-02
perf trace: Avoid an ERR_PTR in syscall_stats
Ian Rogers
2026-02-26
perf trace: Fix IS_ERR() vs NULL check bug
wangguangju
2026-01-26
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
2026-01-20
perf trace: Deal with compiler const checks
Arnaldo Carvalho de Melo
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
2025-12-17
perf trace: Don't change const char strings
Arnaldo Carvalho de Melo
2025-11-29
perf trace: Skip internal syscall arguments
Namhyung Kim
2025-10-19
perf trace: Don't synthesize mmaps unless callchains are enabled
Ian Rogers
2025-09-19
perf trace: Fix IS_ERR() vs NULL check bug
Fushuai Wang
2025-09-19
perf trace: Add --max-summary option
Namhyung Kim
2025-07-25
perf trace: Avoid global perf_env with evsel__env
Ian Rogers
2025-07-25
perf machine: Explicitly pass in host perf_env
Ian Rogers
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
2025-06-26
perf trace: Split BPF skel code to util/bpf_trace_augment.c
Namhyung Kim
2025-06-24
perf trace: Add missed freeing of ordered events and thread
Ian Rogers
2025-06-24
perf trace: Show zero value in STRARRAY
Namhyung Kim
2025-06-09
perf target: Remove uid from target
Ian Rogers
2025-06-09
perf trace: Switch user option to use BPF filter
Ian Rogers
2025-05-29
perf trace: Set errpid to false for rseq and set_robust_list
Anubhav Shelat
2025-05-28
perf trace: Always print return value for syscalls returning a pid
Anubhav Shelat
2025-05-13
perf trace: Support --summary-mode=cgroup
Namhyung Kim
2025-05-08
perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()
Namhyung Kim
2025-05-08
perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()
Namhyung Kim
2025-05-08
perf trace: Free the files.max entry in files->table
Ian Rogers
2025-04-28
perf trace: Implement syscall summary in BPF
Namhyung Kim
2025-03-24
perf trace: Fix wrong size to bpf_map__update_elem call
Thomas Richter
2025-03-20
perf trace: Fix evlist memory leak
Ian Rogers
2025-03-20
perf trace: Fix BTF memory leak
Ian Rogers
2025-03-20
perf trace: Make syscall table stable
Ian Rogers
2025-03-20
perf thread: Add support for reading the e_machine type for a thread
Ian Rogers
2025-03-20
perf syscalltbl: Remove struct syscalltbl
Ian Rogers
2025-03-20
perf trace: Reorganize syscalls
Ian Rogers
2025-02-27
perf trace: Add missing perf_tool__init()
Athira Rajeev
2025-02-12
perf sample: Make user_regs and intr_regs optional
Ian Rogers
2025-02-12
perf trace: Add --summary-mode option
Namhyung Kim
2025-02-12
perf trace: Convert syscall_stats to hashmap
Namhyung Kim
2025-02-12
perf trace: Allocate syscall stats only if summary is on
Namhyung Kim
2025-02-05
Merge tag 'v6.14-rc1' into perf-tools-next
Namhyung Kim
2025-01-28
perf trace: Fix runtime error of index out of bounds
Howard Chu
2025-01-24
perf trace: Fix return value of trace__fprintf_tp_fields
Benjamin Peterson
2025-01-10
perf trace: Fix unaligned access for augmented args
Namhyung Kim
2025-01-10
perf tools: Remove dependency on libaudit
Charlie Jenkins
2024-12-18
perf env: Move arch errno function to only use in env
Ian Rogers
2024-12-09
perf evsel: Add/use accessor for tp_format
Ian Rogers
2024-11-14
perf trace: Avoid garbage when not printing a syscall's arguments
Benjamin Peterson
[next]