summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf script: Display Intel PT iflag synthesized eventAdrian Hunter2022-02-151-0/+15
* | perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn...Adrian Hunter2022-02-151-0/+39
|/
* perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-2/+3
* perf script: Fix flipped index and cpuIan Rogers2022-01-121-1/+1
* perf script: Use for each cpu to aid readabilityIan Rogers2022-01-121-4/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-031-1/+1
|\
| * perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2021-12-281-1/+1
* | perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong2021-12-211-2/+2
* | perf script: Use callchain_param_setup() instead of open coded equivalentAlexandre Truong2021-12-211-10/+1
* | perf arch: Support register names from all archsGerman Gomez2021-12-161-8/+10
|/
* perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-071-0/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-011-5/+9
|\