aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* perf sample: Remove arch notion of sample parsingIan Rogers2025-07-251-1/+1
* perf evlist: Change env variable to sessionIan Rogers2025-07-251-1/+1
* perf session: Add accessor for session->header.envIan Rogers2025-07-251-6/+8
* perf stat: Move metric list from config to evlistIan Rogers2025-07-111-2/+1
* perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones2025-06-201-2/+13
* perf script: Display off-cpu samples correctlyHoward Chu2025-05-061-2/+2
* perf script: Fix output type for dynamically allocated core PMU'sThomas Falcon2025-03-051-3/+13
* perf script: Add not taken event for branch stackLeo Yan2025-03-051-7/+13
* perf script: Make printing flags reliableLeo Yan2025-03-051-2/+7
* perf sample: Make user_regs and intr_regs optionalIan Rogers2025-02-131-2/+8
* perf script: Cache the output typeArnaldo Carvalho de Melo2024-12-201-42/+49
* perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers2024-12-181-81/+0
* perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers2024-12-181-14/+1
* perf script: Move script_spec code to trace-event-scripting.cIan Rogers2024-12-181-64/+3
* perf stat: Move stat_config into config.cIan Rogers2024-12-181-1/+0
* perf script: Move find_scripts to browser/scripts.cIan Rogers2024-12-181-171/+0
* perf script: Use openat for directory iterationIan Rogers2024-12-181-27/+60
* perf script: Move scripting_max_stack out of builtinIan Rogers2024-12-181-2/+0
* perf evsel: Add/use accessor for tp_formatIan Rogers2024-12-091-2/+7
* perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang2024-11-091-1/+1
* perf arm-spe: Correctly set sample flagsGraham Woodward2024-10-291-0/+1
* perf stat: Change color to threshold in print_metricIan Rogers2024-10-171-3/+3
* perf env: Find correct branch counter info on hybridKan Liang2024-09-111-2/+3
* perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen2024-09-031-2/+4
* perf script: Add branch countersKan Liang2024-08-141-7/+62
* perf script: Use perf_tool__init()Ian Rogers2024-08-121-35/+30
* perf tool: Constify tool pointersIan Rogers2024-08-121-21/+20
* perf script: add --addr2line optionMartin Liška2024-08-121-0/+2
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-3/+8
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-4/+4
* perf script: Consolidate capstone print functionsAdrian Hunter2024-04-081-15/+28
* perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen2024-04-051-7/+25
* perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen2024-04-051-4/+5
* perf evsel: Use evsel__name_is() helperYang Jihong2024-04-031-1/+1
* perf script: Show also errors for --insn-trace optionAdrian Hunter2024-03-211-1/+1
* perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du2024-02-211-4/+18
* perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du2024-02-211-1/+14
* perf: util: use capstone disasm engine to show assembly instructionsChangbin Du2024-02-211-5/+3
* perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter2024-02-081-0/+3
* perf script: Print source line for each jump in brstackinsnKan Liang2024-02-071-3/+15
* perf: script: fix missing ',' for fields optionChangbin Du2023-10-171-1/+1
* perf script: Print "cgroup" field on the same line as "comm"Ivan Babrou2023-08-081-11/+11
* perf script: Remove some large stack allocationsIan Rogers2023-06-121-4/+13
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-10/+14
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-31/+46
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-10/+10
* perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo2023-06-121-8/+8
* perf script: Increase PID/TID width for outputNamhyung Kim2023-06-011-3/+3
* perf script: Add new output field 'dsoff' to print dso offsetChangbin Du2023-05-121-36/+24