summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorLines
2026-02-12perf script: Allow the generated script to be a pathIan Rogers-4/+20
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers-2/+4
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers-2/+2
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers-15/+1
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers-8/+20
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers-4/+10
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers-9/+8
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim-0/+4
2025-12-02perf script: Display PERF_RECORD_CALLCHAIN_DEFERREDNamhyung Kim-0/+89
2025-11-15perf script: Fix build by removing unused evsel_script()James Clark-5/+0
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers-12/+0
2025-11-11perf stat: Remove hard coded shadow metricsIan Rogers-1/+0
2025-11-11perf script: Change metric format to use json metricsIan Rogers-22/+230
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers-13/+18
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers-2/+0
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev-0/+30
2025-10-01perf tools: Fix duplicated words in documentation and commentsMarkus Heidelberg-1/+1
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers-1/+1
2025-07-25perf evlist: Change env variable to sessionIan Rogers-1/+1
2025-07-25perf session: Add accessor for session->header.envIan Rogers-6/+8
2025-07-11perf stat: Move metric list from config to evlistIan Rogers-2/+1
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones-2/+13
2025-05-05perf script: Display off-cpu samples correctlyHoward Chu-2/+2
2025-03-05perf script: Fix output type for dynamically allocated core PMU'sThomas Falcon-3/+13
2025-03-05perf script: Add not taken event for branch stackLeo Yan-7/+13
2025-03-05perf script: Make printing flags reliableLeo Yan-2/+7
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers-2/+8
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo-42/+49
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers-81/+0
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers-14/+1
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers-64/+3
2024-12-18perf stat: Move stat_config into config.cIan Rogers-1/+0
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers-171/+0
2024-12-18perf script: Use openat for directory iterationIan Rogers-27/+60
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers-2/+0
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-2/+7
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-10-29perf arm-spe: Correctly set sample flagsGraham Woodward-0/+1
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers-3/+3
2024-09-11perf env: Find correct branch counter info on hybridKan Liang-2/+3
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen-2/+4
2024-08-14perf script: Add branch countersKan Liang-7/+62
2024-08-12perf script: Use perf_tool__init()Ian Rogers-35/+30
2024-08-12perf tool: Constify tool pointersIan Rogers-21/+20
2024-08-12perf script: add --addr2line optionMartin Liška-0/+2
2024-05-07perf mem-info: Add reference count checkingIan Rogers-3/+8
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-4/+4
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter-15/+28
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen-7/+25