summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang2021-10-311-1/+1
| * perf script: Check session->header.env.arch before using itSong Liu2021-10-311-4/+8
* | perf script: Support instruction latencyKan Liang2021-10-281-2/+12
|/
* perf script: Fix ip display when type != attr->typeAdrian Hunter2021-09-181-11/+13
* perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan2021-09-031-0/+13
* perf script: Fix unnecessary machine_resolve()Adrian Hunter2021-08-111-1/+1
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-2/+2
* perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-151-0/+7
* perf script: Release zstd dataRiccardo Mancini2021-07-151-0/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-4/+5
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-011-1/+34
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-011-0/+2
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-011-8/+18
* perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-011-1/+24
* perf script: Share addr_al between functionsAdrian Hunter2021-06-221-14/+24
* perf script: Move filtering before scriptingAdrian Hunter2021-06-221-6/+6
* perf script: Move filter_cpu() earlierAdrian Hunter2021-06-221-3/+3
* perf script: Factor out script_fetch_insn()Adrian Hunter2021-06-011-2/+8
* perf scripting: Add perf_session to scripting_contextAdrian Hunter2021-06-011-1/+1
* perf scripting python: Add auxtrace errorAdrian Hunter2021-05-251-0/+13
* perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter2021-05-251-10/+18
* perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-251-3/+12
* perf script: Find script file relative to exec pathAdrian Hunter2021-05-251-2/+41