summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2024-02-20perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du
2024-02-20perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter
2024-02-07perf script: Print source line for each jump in brstackinsnKan Liang
2023-10-17perf: script: fix missing ',' for fields optionChangbin Du
2023-08-08perf script: Print "cgroup" field on the same line as "comm"Ivan Babrou
2023-06-12perf script: Remove some large stack allocationsIan Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-06-01perf script: Increase PID/TID width for outputNamhyung Kim
2023-05-12perf script: Add new output field 'dsoff' to print dso offsetChangbin Du
2023-05-10perf script: Skip aggregation for stat eventsSandipan Das
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-03-20perf intel-pt: Add event type names UINTR and UIRETAdrian Hunter
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-03perf script: Support Retire LatencyKan Liang
2023-02-02perf script: Show branch speculation infoSandipan Das
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim
2023-01-23perf: Various spelling fixesDiederik de Haas
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-10-06perf script: Add missing fields in usage hintRavi Bangoria
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual
2022-09-08perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing
2022-08-31perf script: Skip dummy event attr checkJiri Olsa
2022-08-12perf script: Delete repeated word "from"shaomin Deng
2022-07-20perf script: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf script: Add --dump-unsorted-raw-trace optionAdrian Hunter
2022-06-23perf script: Add some missing event dumpsAdrian Hunter
2022-05-23perf script: Add guest_code supportAdrian Hunter
2022-05-17perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-03-22perf script: Add 'brstackinsnlen' for branch stacksKan Liang
2022-03-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-03-07perf script: Output branch sample typeJames Clark
2022-03-07perf script: Refactor branch stack printingJames Clark
2022-02-22perf script: Fix error when printing 'weight' fieldGerman Gomez
2022-02-15perf script: Display new D (Intr Disabled) and t (Intr Toggle) flagsAdrian Hunter