summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08perf mem-info: Add reference count checkingIan Rogers1-3/+8
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-4/+4
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter1-15/+28
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen1-7/+25
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen1-4/+5
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong1-1/+1
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-02-21perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du1-4/+18
2024-02-21perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du1-1/+14
2024-02-21perf: util: use capstone disasm engine to show assembly instructionsChangbin Du1-5/+3
2024-02-09perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter1-0/+3
2024-02-07perf script: Print source line for each jump in brstackinsnKan Liang1-3/+15
2023-10-17perf: script: fix missing ',' for fields optionChangbin Du1-1/+1
2023-08-08perf script: Print "cgroup" field on the same line as "comm"Ivan Babrou1-11/+11
2023-06-13perf script: Remove some large stack allocationsIan Rogers1-4/+13
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-10/+14
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-31/+46
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-10/+10
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-06-01perf script: Increase PID/TID width for outputNamhyung Kim1-3/+3
2023-05-12perf script: Add new output field 'dsoff' to print dso offsetChangbin Du1-36/+24
2023-05-10perf script: Skip aggregation for stat eventsSandipan Das1-0/+7
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo1-4/+3
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-1/+1
2023-04-07perf map: Rename map_ip() and unmap_ip()Ian Rogers1-2/+2
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers1-8/+11
2023-03-21perf intel-pt: Add event type names UINTR and UIRETAdrian Hunter1-1/+1
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter1-1/+1
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers1-5/+0
2023-02-19perf stat: Hide runtime_statIan Rogers1-4/+2
2023-02-03perf script: Support Retire LatencyKan Liang1-2/+11
2023-02-02perf script: Show branch speculation infoSandipan Das1-2/+3
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim1-1/+21
2023-01-23perf: Various spelling fixesDiederik de Haas1-1/+1
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-1/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-4/+15
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim1-2/+2
2022-10-06perf script: Add missing fields in usage hintRavi Bangoria1-3/+4
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim1-3/+0
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual1-1/+1
2022-09-08perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing1-0/+3
2022-08-31perf script: Skip dummy event attr checkJiri Olsa1-0/+2
2022-08-12perf script: Delete repeated word "from"shaomin Deng1-1/+1
2022-07-20perf script: Add machine_pid and vcpuAdrian Hunter1-0/+11
2022-07-20perf script: Add --dump-unsorted-raw-trace optionAdrian Hunter1-0/+8
2022-06-23perf script: Add some missing event dumpsAdrian Hunter1-0/+6
2022-05-23perf script: Add guest_code supportAdrian Hunter1-1/+4
2022-05-17perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter1-2/+30