summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorLines
2022-05-23perf script: Add guest_code supportAdrian Hunter-1/+4
2022-05-17perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter-2/+30
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan-1/+1
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li-2/+2
2022-03-22perf script: Add 'brstackinsnlen' for branch stacksKan Liang-12/+32
2022-03-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-1/+1
2022-03-07perf script: Output branch sample typeJames Clark-2/+3
2022-03-07perf script: Refactor branch stack printingJames Clark-15/+12
2022-02-22perf script: Fix error when printing 'weight' fieldGerman Gomez-1/+1
2022-02-15perf script: Display new D (Intr Disabled) and t (Intr Toggle) flagsAdrian Hunter-8/+16
2022-02-15perf script: Display Intel PT iflag synthesized eventAdrian Hunter-0/+15
2022-02-15perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn...Adrian Hunter-0/+39
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin-1/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers-2/+3
2022-01-12perf script: Fix flipped index and cpuIan Rogers-1/+1
2022-01-12perf script: Use for each cpu to aid readabilityIan Rogers-4/+3
2022-01-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-1/+1
2021-12-28perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter-1/+1
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong-2/+2
2021-12-21perf script: Use callchain_param_setup() instead of open coded equivalentAlexandre Truong-10/+1
2021-12-16perf arch: Support register names from all archsGerman Gomez-8/+10
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark-0/+3
2021-11-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-5/+9
2021-10-31perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang-1/+1
2021-10-31perf script: Check session->header.env.arch before using itSong Liu-4/+8
2021-10-28perf script: Support instruction latencyKan Liang-2/+12
2021-09-18perf script: Fix ip display when type != attr->typeAdrian Hunter-11/+13
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan-0/+13
2021-08-11perf script: Fix unnecessary machine_resolve()Adrian Hunter-1/+1
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim-2/+2
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini-0/+7
2021-07-15perf script: Release zstd dataRiccardo Mancini-0/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa-4/+5
2021-07-01perf script: Add option to pass arguments to dlfiltersAdrian Hunter-1/+34
2021-07-01perf script: Add option to list dlfiltersAdrian Hunter-0/+2
2021-07-01perf script: Add dlfilter__filter_event_early()Adrian Hunter-8/+18
2021-07-01perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter-1/+24
2021-06-22perf script: Share addr_al between functionsAdrian Hunter-14/+24
2021-06-22perf script: Move filtering before scriptingAdrian Hunter-6/+6
2021-06-22perf script: Move filter_cpu() earlierAdrian Hunter-3/+3
2021-06-01perf script: Factor out script_fetch_insn()Adrian Hunter-2/+8
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter-1/+1
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter-0/+13
2021-05-25perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter-10/+18
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter-3/+12
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter-2/+41
2021-03-23perf tools: Fix various typos in commentsIngo Molnar-2/+2
2021-03-09perf script: Fixup 'struct evsel_script' method prefixArnaldo Carvalho de Melo-10/+8
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter-0/+2
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter-0/+14