| Commit message (Expand) | Author | Age | Files | Lines |
* | perf scripts python: intel-pt-events.py: Fix printing of switch events | Adrian Hunter | 2021-12-28 | 1 | -10/+13 |
* | perf scripts python: Fix passing arguments to stackcollapse report | Michael Petlan | 2021-09-10 | 1 | -1/+1 |
* | perf flamegraph: flamegraph.py script improvements | Andreas Gerstmayr | 2021-08-30 | 1 | -27/+81 |
* | perf scripting python: intel-pt-events.py: Add --insn-trace and --src-trace | Adrian Hunter | 2021-06-01 | 1 | -18/+158 |
* | perf scripting python: exported-sql-viewer.py: Factor out libxed.py | Adrian Hunter | 2021-06-01 | 2 | -88/+108 |
* | perf scripting python: Add perf_sample_srcline() and perf_sample_srccode() | Adrian Hunter | 2021-06-01 | 1 | -0/+56 |
* | perf scripting python: Add perf_set_itrace_options() | Adrian Hunter | 2021-06-01 | 1 | -2/+42 |
* | perf scripting python: Add perf_sample_insn() | Adrian Hunter | 2021-06-01 | 1 | -0/+27 |
* | perf scripting python: Assign perf_script_context | Adrian Hunter | 2021-06-01 | 1 | -1/+7 |
* | perf scripting python: Simplify perf-trace-context module functions | Adrian Hunter | 2021-06-01 | 1 | -22/+17 |
* | perf scripting python: Remove unnecessary 'static' | Adrian Hunter | 2021-06-01 | 1 | -3/+3 |
* | perf scripts python: intel-pt-events.py: Add branches to script | Adrian Hunter | 2021-05-25 | 3 | -35/+116 |
* | perf scripts python: exported-sql-viewer.py: Fix warning display | Adrian Hunter | 2021-05-21 | 1 | -0/+5 |
* | perf scripts python: exported-sql-viewer.py: Fix Array TypeError | Adrian Hunter | 2021-05-21 | 1 | -2/+3 |
* | perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C... | Adrian Hunter | 2021-05-21 | 1 | -1/+1 |
* | perf tools: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 1 | -1/+1 |
* | perf script: Add min, max to futex-contention output, in addition to avg | Hagen Paul Pfeifer | 2020-09-23 | 1 | -2/+2 |
* | perf script: Autopep8 futex-contention | Hagen Paul Pfeifer | 2020-09-23 | 1 | -23/+28 |
* | perf scripts python: exported-sql-viewer.py: Fix time chart call tree | Adrian Hunter | 2020-07-03 | 1 | -0/+4 |
* | perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ... | Adrian Hunter | 2020-07-03 | 1 | -1/+2 |
* | perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'... | Adrian Hunter | 2020-07-03 | 1 | -1/+2 |
* | perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result | Adrian Hunter | 2020-07-03 | 1 | -0/+1 |
* | perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument | Adrian Hunter | 2020-07-03 | 1 | -1/+1 |
* | perf flamegraph: Explicitly set utf-8 encoding | Andreas Gerstmayr | 2020-06-22 | 1 | -3/+5 |
* | perf flamegraph: Use /bin/bash for report and record scripts | Arnaldo Carvalho de Melo | 2020-05-05 | 2 | -2/+2 |
* | perf script: Add flamegraph.py script | Andreas Gerstmayr | 2020-04-16 | 3 | -0/+129 |
* | perf scripting perl: Add common_callchain to fix argument order | Michael Petlan | 2020-03-11 | 6 | -20/+20 |
* | perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite | Adrian Hunter | 2019-11-13 | 1 | -3/+9 |
* | perf scripts python: exported-sql-viewer.py: Add Time chart by CPU | Adrian Hunter | 2019-10-07 | 1 | -2/+1331 |
* | perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope... | Adrian Hunter | 2019-10-07 | 1 | -1/+43 |
* | perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time | Adrian Hunter | 2019-10-07 | 1 | -7/+8 |
* | perf scripts python: exported-sql-viewer.py: Add global time range calculations | Adrian Hunter | 2019-10-07 | 1 | -4/+109 |
* | perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout | Adrian Hunter | 2019-10-07 | 1 | -10/+31 |
* | perf scripts python: exported-sql-viewer.py: Add LookupModel() | Adrian Hunter | 2019-10-07 | 1 | -0/+9 |
* | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 | 2 | -2/+0 |
* | perf scripts python: export-to-postgresql.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+51 |
* | perf scripts python: export-to-sqlite.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+41 |
* | perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column | Adrian Hunter | 2019-07-10 | 1 | -2/+8 |
* | perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons | Adrian Hunter | 2019-07-10 | 1 | -12/+12 |
* | perf scripts python: export-to-postgresql.py: Add has_calls column to comms t... | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
* | perf scripts python: export-to-sqlite.py: Add has_calls column to comms table | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
* | perf scripts python: export-to-postgresql.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -5/+10 |
* | perf scripts python: export-to-sqlite.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -4/+7 |
* | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 |
* | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 |
* | perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri... | Adrian Hunter | 2019-06-25 | 1 | -0/+251 |
* | perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e... | Adrian Hunter | 2019-06-25 | 1 | -0/+239 |
* | perf scripts python: exported-sql-viewer.py: Select find text when find bar i... | Adrian Hunter | 2019-06-05 | 1 | -0/+1 |
* | perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree | Adrian Hunter | 2019-06-05 | 1 | -13/+56 |
* | perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap... | Adrian Hunter | 2019-06-05 | 1 | -13/+56 |