summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-05perf 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-30perf 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-09perf tools: Use calloc() where applicableArnaldo Carvalho de Melo1-4/+4
2026-04-09perf tools: Make more global variables staticIan Rogers1-1/+1
2026-04-06perf sample: Add evsel to struct perf_sampleIan Rogers1-0/+4
2026-04-03perf header: Refactor pipe mode end marker handlingIan Rogers1-10/+1
2026-04-02libperf cpumap: Make index and nr types unsignedIan Rogers1-2/+3
2026-03-11perf tools: Add layout support for --symfs optionChangbin Du1-2/+1
2026-02-26perf 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-04perf 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-27perf perf_regs: Accurately compute register names for CSKYIan Rogers1-8/+20
2026-01-27perf 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-03perf tools: Merge deferred user callchainsNamhyung Kim1-0/+4
2025-12-03perf 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-14perf build: Remove NO_AUXTRACE build optionIan Rogers1-12/+0
2025-11-12perf stat: Remove hard coded shadow metricsIan Rogers1-1/+0
2025-11-12perf script: Change metric format to use json metricsIan Rogers1-22/+230
2025-11-08perf 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-21perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones1-2/+13
2025-05-06perf 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-13perf 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