summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-25perf trace: Avoid global perf_env with evsel__envIan Rogers1-9/+3
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers1-7/+17
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-1/+1
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim1-139/+48
2025-06-24perf trace: Add missed freeing of ordered events and threadIan Rogers1-5/+5
2025-06-24perf trace: Show zero value in STRARRAYNamhyung Kim1-2/+4
2025-06-09perf target: Remove uid from targetIan Rogers1-1/+0
2025-06-09perf trace: Switch user option to use BPF filterIan Rogers1-9/+17
2025-05-30perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat1-2/+2
2025-05-28perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-05-14perf trace: Support --summary-mode=cgroupNamhyung Kim1-1/+9
2025-05-08perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-05-08perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim1-1/+1
2025-05-08perf trace: Free the files.max entry in files->tableIan Rogers1-1/+2
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim1-12/+42
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter1-2/+4
2025-03-21perf trace: Fix evlist memory leakIan Rogers1-2/+6
2025-03-21perf trace: Fix BTF memory leakIan Rogers1-0/+4
2025-03-21perf trace: Make syscall table stableIan Rogers1-34/+53
2025-03-21perf thread: Add support for reading the e_machine type for a threadIan Rogers1-21/+22
2025-03-21perf syscalltbl: Remove struct syscalltblIan Rogers1-42/+64
2025-03-21perf trace: Reorganize syscallsIan Rogers1-65/+132
2025-02-27perf trace: Add missing perf_tool__init()Athira Rajeev1-0/+1
2025-02-13perf sample: Make user_regs and intr_regs optionalIan Rogers1-1/+4
2025-02-13perf trace: Add --summary-mode optionNamhyung Kim1-19/+110
2025-02-13perf trace: Convert syscall_stats to hashmapNamhyung Kim1-29/+86
2025-02-13perf trace: Allocate syscall stats only if summary is onNamhyung Kim1-10/+11
2025-02-06Merge tag 'v6.14-rc1' into perf-tools-nextNamhyung Kim1-1/+5
2025-01-28perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-01-25perf trace: Fix return value of trace__fprintf_tp_fieldsBenjamin Peterson1-1/+1
2025-01-10perf trace: Fix unaligned access for augmented argsNamhyung Kim1-4/+17
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins1-30/+0
2024-12-18perf env: Move arch errno function to only use in envIan Rogers1-1/+0
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers1-23/+56
2024-11-15perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-11-15perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-11-14perf trace: Fix tracing itself, creating feedback loopsHoward Chu1-0/+3
2024-11-09perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-11-06perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-11-04Merge 'origin/master' into perf-tools-nextNamhyung Kim1-1/+1
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers1-1/+1
2024-10-17perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo1-1/+1
2024-10-03perf trace: Keep exited threads for summaryMichael Petlan1-0/+4
2024-09-11perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo1-0/+2
2024-09-11perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo1-0/+2
2024-09-11perf trace: If a syscall arg is marked as 'const', assume it is coming _from_...Arnaldo Carvalho de Melo1-1/+4
2024-09-10perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...Arnaldo Carvalho de Melo1-2/+4
2024-09-10perf trace: Support collecting 'union's with the BPF augmenterArnaldo Carvalho de Melo1-8/+10
2024-09-10perf trace: Add --force-btf for debuggingHoward Chu1-1/+6
2024-09-10perf trace: Pretty print buffer dataHoward Chu1-0/+33