aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-05perf script: Display off-cpu samples correctlyHoward Chu1-2/+2
2025-03-05perf script: Fix output type for dynamically allocated core PMU'sThomas Falcon1-3/+13
2025-03-05perf script: Add not taken event for branch stackLeo Yan1-7/+13
2025-03-05perf script: Make printing flags reliableLeo Yan1-2/+7
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-2/+8
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo1-42/+49
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers1-81/+0
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers1-14/+1
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers1-64/+3
2024-12-18perf stat: Move stat_config into config.cIan Rogers1-1/+0
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers1-171/+0
2024-12-18perf script: Use openat for directory iterationIan Rogers1-27/+60
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers1-2/+0
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers1-2/+7
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-10-29perf arm-spe: Correctly set sample flagsGraham Woodward1-0/+1
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers1-3/+3
2024-09-11perf env: Find correct branch counter info on hybridKan Liang1-2/+3
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen1-2/+4
2024-08-14perf script: Add branch countersKan Liang1-7/+62
2024-08-12perf script: Use perf_tool__init()Ian Rogers1-35/+30
2024-08-12perf tool: Constify tool pointersIan Rogers1-21/+20
2024-08-12perf script: add --addr2line optionMartin Liška1-0/+2
2024-05-07perf mem-info: Add reference count checkingIan Rogers1-3/+8
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-4/+4
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter1-15/+28
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen1-7/+25
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen1-4/+5
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong1-1/+1
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-02-20perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du1-4/+18
2024-02-20perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du1-1/+14
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du1-5/+3
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter1-0/+3
2024-02-07perf script: Print source line for each jump in brstackinsnKan Liang1-3/+15
2023-10-17perf: script: fix missing ',' for fields optionChangbin Du1-1/+1
2023-08-08perf script: Print "cgroup" field on the same line as "comm"Ivan Babrou1-11/+11
2023-06-12perf script: Remove some large stack allocationsIan Rogers1-4/+13
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-10/+14
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-31/+46
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-10/+10
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-06-01perf script: Increase PID/TID width for outputNamhyung Kim1-3/+3
2023-05-12perf script: Add new output field 'dsoff' to print dso offsetChangbin Du1-36/+24
2023-05-10perf script: Skip aggregation for stat eventsSandipan Das1-0/+7
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo1-4/+3
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-1/+1
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers1-2/+2
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1