summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2025-05-29perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat
2025-05-28perf trace: Always print return value for syscalls returning a pidAnubhav Shelat
2025-05-13perf trace: Support --summary-mode=cgroupNamhyung Kim
2025-05-08perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim
2025-05-08perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim
2025-05-08perf trace: Free the files.max entry in files->tableIan Rogers
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter
2025-03-20perf trace: Fix evlist memory leakIan Rogers
2025-03-20perf trace: Fix BTF memory leakIan Rogers
2025-03-20perf trace: Make syscall table stableIan Rogers
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers
2025-03-20perf trace: Reorganize syscallsIan Rogers
2025-02-27perf trace: Add missing perf_tool__init()Athira Rajeev
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers
2025-02-12perf trace: Add --summary-mode optionNamhyung Kim
2025-02-12perf trace: Convert syscall_stats to hashmapNamhyung Kim
2025-02-12perf trace: Allocate syscall stats only if summary is onNamhyung Kim
2025-02-05Merge tag 'v6.14-rc1' into perf-tools-nextNamhyung Kim
2025-01-28perf trace: Fix runtime error of index out of boundsHoward Chu
2025-01-24perf trace: Fix return value of trace__fprintf_tp_fieldsBenjamin Peterson
2025-01-10perf trace: Fix unaligned access for augmented argsNamhyung Kim
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins
2024-12-18perf env: Move arch errno function to only use in envIan Rogers
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers
2024-11-14perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-11-14perf trace: Do not lose last events in a raceBenjamin Peterson
2024-11-14perf trace: Fix tracing itself, creating feedback loopsHoward Chu
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang
2024-11-05perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers
2024-10-17perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo
2024-10-02perf trace: Keep exited threads for summaryMichael Petlan
2024-09-11perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo
2024-09-11perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo
2024-09-11perf trace: If a syscall arg is marked as 'const', assume it is coming _from_...Arnaldo Carvalho de Melo
2024-09-10perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...Arnaldo Carvalho de Melo
2024-09-10perf trace: Support collecting 'union's with the BPF augmenterArnaldo Carvalho de Melo
2024-09-10perf trace: Add --force-btf for debuggingHoward Chu
2024-09-10perf trace: Pretty print buffer dataHoward Chu
2024-09-10perf trace: Pretty print struct dataHoward Chu
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu
2024-09-10perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo
2024-08-28perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri...Arnaldo Carvalho de Melo