summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-09perf script: Fix metric_evlist leak in script_find_metricsIan Rogers1-1/+1
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers1-0/+1
2026-06-30perf evlist: Add reference count checkingIan Rogers1-6/+7
2026-06-30perf evlist: Add reference countIan Rogers1-1/+1
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo1-1/+1
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo1-4/+6
2026-05-29perf script: Fix missing '+' indicator when branch counter reaches upper limitDapeng Mi1-2/+6
2026-05-27perf script: Sort includes and add missed explicit dependenciesIan Rogers1-54/+57
2026-05-20perf script: Don't pass evsel with sampleIan Rogers1-4/+8
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers1-3/+3
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers1-2/+2
2026-05-15perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers1-0/+4
2026-04-08perf tools: Use calloc() where applicableArnaldo Carvalho de Melo1-4/+4
2026-04-08perf tools: Make more global variables staticIan Rogers1-1/+1
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers1-0/+4
2026-04-02perf header: Refactor pipe mode end marker handlingIan Rogers1-10/+1
2026-04-01libperf cpumap: Make index and nr types unsignedIan Rogers1-2/+3
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du1-2/+1
2026-02-25perf script: Fix brcntr output with --xedAndi Kleen1-4/+8
2026-02-12perf script: Allow the generated script to be a pathIan Rogers1-4/+20
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers1-2/+4
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers1-2/+2
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers1-15/+1
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers1-8/+20
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers1-4/+10
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers1-9/+8
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim1-0/+4
2025-12-02perf script: Display PERF_RECORD_CALLCHAIN_DEFERREDNamhyung Kim1-0/+89
2025-11-15perf script: Fix build by removing unused evsel_script()James Clark1-5/+0
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers1-12/+0
2025-11-11perf stat: Remove hard coded shadow metricsIan Rogers1-1/+0
2025-11-11perf script: Change metric format to use json metricsIan Rogers1-22/+230
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers1-13/+18
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers1-2/+0
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev1-0/+30
2025-10-01perf tools: Fix duplicated words in documentation and commentsMarkus Heidelberg1-1/+1
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers1-1/+1
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-1/+1
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-6/+8
2025-07-11perf stat: Move metric list from config to evlistIan Rogers1-2/+1
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones1-2/+13
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