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