summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du2024-02-201-4/+18
* perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du2024-02-201-1/+14
* perf: util: use capstone disasm engine to show assembly instructionsChangbin Du2024-02-201-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
* perf script: Skip aggregation for stat eventsSandipan Das2023-05-101-0/+7
* perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo2023-04-191-4/+3
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-1/+1
* perf map: Rename map_ip() and unmap_ip()Ian Rogers2023-04-061-2/+2
* perf map: Add accessor for start and endIan Rogers2023-04-041-1/+1
* perf map: Add accessor for dsoIan Rogers2023-04-041-8/+11
* perf intel-pt: Add event type names UINTR and UIRETAdrian Hunter2023-03-201-1/+1
* perf script: Fix Python support when no libtraceeventAdrian Hunter2023-03-151-1/+1
* perf stat: Remove saved_value/runtime_statIan Rogers2023-02-191-5/+0
* perf stat: Hide runtime_statIan Rogers2023-02-191-4/+2
* perf script: Support Retire LatencyKan Liang2023-02-031-2/+11
* perf script: Show branch speculation infoSandipan Das2023-02-021-2/+3
* perf script: Add 'cgroup' field for outputNamhyung Kim2023-02-021-1/+21
* perf: Various spelling fixesDiederik de Haas2023-01-231-1/+1
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-1/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-4/+15
* perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2022-10-271-2/+2
* perf script: Add missing fields in usage hintRavi Bangoria2022-10-061-3/+4
* perf tools: Remove special handling of system-wide evselNamhyung Kim2022-10-061-3/+0
* perf branch: Extend branch type classificationAnshuman Khandual2022-10-041-1/+1
* perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing2022-09-081-0/+3
* perf script: Skip dummy event attr checkJiri Olsa2022-08-311-0/+2
* perf script: Delete repeated word "from"shaomin Deng2022-08-121-1/+1
* perf script: Add machine_pid and vcpuAdrian Hunter2022-07-201-0/+11
* perf script: Add --dump-unsorted-raw-trace optionAdrian Hunter2022-07-201-0/+8
* perf script: Add some missing event dumpsAdrian Hunter2022-06-231-0/+6
* perf script: Add guest_code supportAdrian Hunter2022-05-231-1/+4
* perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter2022-05-171-2/+30
* perf script: Always allow field 'data_src' for auxtraceLeo Yan2022-04-221-1/+1
* perf tools: Enhance the matching of sub-commands abbreviationsWei Li2022-03-261-2/+2
* perf script: Add 'brstackinsnlen' for branch stacksKan Liang2022-03-221-12/+32
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-141-1/+1
|\
| * perf script: Fix error when printing 'weight' fieldGerman Gomez2022-02-221-1/+1
* | perf script: Output branch sample typeJames Clark2022-03-071-2/+3
* | perf script: Refactor branch stack printingJames Clark2022-03-071-15/+12
* | perf script: Display new D (Intr Disabled) and t (Intr Toggle) flagsAdrian Hunter2022-02-151-8/+16