summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
Commit message (Expand)AuthorAgeFilesLines
* perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma2023-08-241-7/+63
* perf scripts python: Add support for input args in gecko scriptAnup Sharma2023-08-241-1/+5
* perf scripts python: Update audit-libs package name for python3Wei Li2023-08-151-3/+3
* perf scripts python: Support syscall name parsing on arm64Wei Li2023-08-151-0/+1
* perf script python: Cope with declarations after statements found in Python.hArnaldo Carvalho de Melo2023-08-031-1/+2
* perf scripts python: Add command execution for gecko scriptAnup Sharma2023-07-282-0/+5
* perf scripts python: Implement add sample function and thread processingAnup Sharma2023-07-281-2/+50
* perf scripts python: Implement add sample function and thread processingAnup Sharma2023-07-281-0/+54
* perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma2023-07-281-1/+64
* perf scripts python: Add classes and conversion functionsAnup Sharma2023-07-281-1/+132
* perf scripts python: Extact necessary information from process eventAnup Sharma2023-07-281-1/+13
* perf scripts python: Add initial script file with usage informationAnup Sharma2023-07-281-0/+31
* perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain2023-06-131-1/+0
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-2/+2
* perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2023-05-022-5/+5
* perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King2023-04-171-1/+1
* perf scripts python intel-pt-events: Delete unused 'event_attr variableAlexander Pantyukhin2023-04-121-3/+3
* perf map: Add accessor for dsoIan Rogers2023-04-041-2/+4
* perf maps: Add functions to access mapsIan Rogers2023-04-041-3/+4
* perf script: Fix Python support when no libtraceeventAdrian Hunter2023-03-153-2/+8
* perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko2023-03-141-1/+1
* perf script flamegraph: Avoid d3-flame-graph package dependencyIan Rogers2023-01-191-22/+85
* perf script: task-analyzer add csv supportPetar Gligoric2022-12-141-89/+185
* perf script: Introduce task analyzer python scriptHagen Paul Pfeifer2022-12-143-0/+843
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+1
* perf scripts python: intel-pt-events.py: Add ability interleave outputAdrian Hunter2022-10-271-1/+64
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-08-011-16/+18
|\
| * perf scripts python: Let script to be python2 compliantLeo Yan2022-07-271-16/+18
* | perf python: Ignore unused command line arguments when building with clangArnaldo Carvalho de Melo2022-07-201-0/+4
* | perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo2022-07-201-1/+1
* | perf script python: intel-pt-events: Add machine_pid and vcpuAdrian Hunter2022-07-201-5/+27
|/
* perf scripts python: Support Arm CoreSight trace data disassemblyLeo Yan2022-05-271-0/+272
* perf scripts python: intel-pt-events.py: Print ptwrite value as a string if i...Adrian Hunter2022-05-171-1/+7
* perf scripts python: export-to-postgresql.py: Export all sample flagsAdrian Hunter2022-02-151-7/+10
* perf scripts python: export-to-sqlite.py: Export all sample flagsAdrian Hunter2022-02-151-8/+11
* perf scripts python: intel-pt-events.py: Add Event TraceAdrian Hunter2022-02-151-5/+50
* perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2021-12-281-10/+13
* perf scripts python: Fix passing arguments to stackcollapse reportMichael Petlan2021-09-101-1/+1
* perf flamegraph: flamegraph.py script improvementsAndreas Gerstmayr2021-08-301-27/+81
* perf scripting python: intel-pt-events.py: Add --insn-trace and --src-traceAdrian Hunter2021-06-011-18/+158
* perf scripting python: exported-sql-viewer.py: Factor out libxed.pyAdrian Hunter2021-06-012-88/+108
* perf scripting python: Add perf_sample_srcline() and perf_sample_srccode()Adrian Hunter2021-06-011-0/+56
* perf scripting python: Add perf_set_itrace_options()Adrian Hunter2021-06-011-2/+42
* perf scripting python: Add perf_sample_insn()Adrian Hunter2021-06-011-0/+27
* perf scripting python: Assign perf_script_contextAdrian Hunter2021-06-011-1/+7
* perf scripting python: Simplify perf-trace-context module functionsAdrian Hunter2021-06-011-22/+17
* perf scripting python: Remove unnecessary 'static'Adrian Hunter2021-06-011-3/+3
* perf scripts python: intel-pt-events.py: Add branches to scriptAdrian Hunter2021-05-253-35/+116
* perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-05-211-0/+5
* perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-05-211-2/+3