summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05perf trace: Format fields with hex specifiers in print_fmt as hexadecimalAaron Tomlin1-1/+45
2026-07-23perf trace: Format instruction pointer fields as hexadecimalAaron Tomlin1-2/+15
2026-07-23perf trace: Add --bitmask-list command-line optionAaron Tomlin1-0/+5
2026-07-23perf trace: Correct default cpumask formatting to hexadecimalAaron Tomlin1-8/+61
2026-06-30perf python: Use evsel in sample in pyrf_eventIan Rogers1-1/+4
2026-06-30perf evlist: Add reference count checkingIan Rogers1-11/+11
2026-06-30perf evsel: Add reference countIan Rogers1-6/+6
2026-06-30perf evlist: Add reference countIan Rogers1-13/+13
2026-06-22perf bpf: Fix up build failure due to change of btf_vlen() return typeMark Brown1-3/+3
2026-06-15perf trace: Guard __probe_ip suppression with evsel__is_probe()Arnaldo Carvalho de Melo1-1/+1
2026-06-15perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probesAaron Tomlin1-0/+21
2026-06-03perf env: Refactor perf_env__arch_strerrnoIan Rogers1-3/+4
2026-05-21Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-6/+3
2026-05-20perf trace beauty: Make beauty generated C code standalone .o filesIan Rogers1-20/+12
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers1-24/+28
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers1-1/+1
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers1-27/+28
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers1-6/+6
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers1-1/+1
2026-05-16perf trace: Introduce --show-cpu option to display cpu idAaron Tomlin1-5/+46
2026-05-14perf trace: Add beautifier script for fsmount flagsNamhyung Kim1-6/+3
2026-04-08perf tools: Use calloc() where applicableArnaldo Carvalho de Melo1-3/+1
2026-04-02perf trace: Fix potential u64 underflow in duration calculationMichael Petlan1-1/+1
2026-04-02perf trace: Skip unnecessary synthesis for summary-only modeNamhyung Kim1-1/+5
2026-03-19perf callchain: Refactor callchain option parsingIan Rogers1-1/+8
2026-03-13perf bpf_map: Remove unused codeIan Rogers1-1/+0
2026-03-02perf trace: Avoid an ERR_PTR in syscall_statsIan Rogers1-5/+7
2026-02-26perf trace: Fix IS_ERR() vs NULL check bugwangguangju1-1/+1
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers1-5/+7
2026-01-20perf trace: Deal with compiler const checksArnaldo Carvalho de Melo1-1/+1
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers1-9/+6
2025-12-17perf trace: Don't change const char stringsArnaldo Carvalho de Melo1-4/+7
2025-11-29perf trace: Skip internal syscall argumentsNamhyung Kim1-0/+21
2025-10-19perf trace: Don't synthesize mmaps unless callchains are enabledIan Rogers1-1/+3
2025-09-19perf trace: Fix IS_ERR() vs NULL check bugFushuai Wang1-2/+2
2025-09-19perf trace: Add --max-summary optionNamhyung Kim1-1/+9
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-29perf 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-13perf 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