aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-03-01perf scripts python: exported-sql-viewer.py: Add call treeGravatar Adrian Hunter 1-9/+186
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseGravatar Adrian Hunter 1-45/+55
2019-03-01perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionGravatar Adrian Hunter 1-6/+11
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseGravatar Adrian Hunter 1-19/+31
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idGravatar Adrian Hunter 1-5/+9
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Gravatar Adrian Hunter 1-1/+1
2019-03-01perf scripts python: export-to-sqlite.py: Export calls parent_idGravatar Adrian Hunter 1-4/+8
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyGravatar Tony Jones 1-10/+12
2019-02-25perf script python: Add Python3 support to syscall-counts.pyGravatar Tony Jones 1-8/+10
2019-02-25perf script python: Add Python3 support to stat-cpi.pyGravatar Tony Jones 1-4/+6
2019-02-25perf script python: Add Python3 support to stackcollapse.pyGravatar Tony Jones 1-3/+4
2019-02-25perf script python: Add Python3 support to sctop.pyGravatar Tony Jones 1-8/+16
2019-02-25perf script python: Add Python3 support to powerpc-hcalls.pyGravatar Tony Jones 1-8/+10
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyGravatar Tony Jones 1-4/+6
2019-02-25perf script python: Add Python3 support to mem-phys-addr.pyGravatar Tony Jones 1-10/+14
2019-02-25perf script python: Add Python3 support to failed-syscalls-by-pid.pyGravatar Tony Jones 1-10/+11
2019-02-25perf script python: Add Python3 support to netdev-times.pyGravatar Tony Jones 1-40/+42
2019-02-22perf scripts python: exported-sql-viewer.py: Add top calls reportGravatar Adrian Hunter 1-6/+135
2019-02-22perf scripts python: exported-sql-viewer.py: Remove no selection errorGravatar Adrian Hunter 1-3/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemGravatar Adrian Hunter 1-221/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Create new dialog data item classesGravatar Adrian Hunter 1-13/+272
2019-02-22perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsGravatar Adrian Hunter 1-8/+8
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportVarsGravatar Adrian Hunter 1-14/+23
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseGravatar Adrian Hunter 1-17/+30
2019-02-22perf scripts python: exported-sql-viewer.py: Move column headersGravatar Adrian Hunter 1-12/+13
2019-02-22perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...Gravatar Adrian Hunter 1-1/+12
2019-02-22perf scripts python: exported-sql-viewer.py: Remove leftover debugging printsGravatar Adrian Hunter 1-7/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Fix missing shebangGravatar Adrian Hunter 1-0/+1
2019-02-14perf tools: Rename build libperf to perfGravatar Jiri Olsa 3-4/+4
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolGravatar Adrian Hunter 2-2/+2
2019-01-25perf script python: Remove explicit shebang from Python scriptsGravatar Tony Jones 3-4/+0
2018-11-05perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Gravatar Adrian Hunter 1-1/+3
2018-11-05perf scripts python: exported-sql-viewer.py: Add help windowGravatar Adrian Hunter 1-1/+154
2018-11-05perf scripts python: exported-sql-viewer.py: Add Selected branches reportGravatar Adrian Hunter 1-0/+327
2018-11-05perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Gravatar Adrian Hunter 1-1/+6
2018-10-23perf scripts python: exported-sql-viewer.py: Add All branches reportGravatar Adrian Hunter 1-0/+547
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to display all the d...Gravatar Adrian Hunter 1-0/+694
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ...Gravatar Adrian Hunter 1-0/+24
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t...Gravatar Adrian Hunter 1-1/+305
2018-10-23perf scripts python: exported-sql-viewer.py: Add support for multiple sub-win...Gravatar Adrian Hunter 1-9/+173
2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyGravatar Adrian Hunter 3-5/+5
2018-10-23perf scripts python: call-graph-from-sql.py: Refactor TreeItem classGravatar Adrian Hunter 1-140/+133
2018-10-23perf scripts python: call-graph-from-sql.py: Add data helper functionsGravatar Adrian Hunter 1-25/+29
2018-10-23perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from T...Gravatar Adrian Hunter 1-29/+61
2018-10-23perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()Gravatar Adrian Hunter 1-1/+0
2018-10-23perf scripts python: call-graph-from-sql.py: Add a class for global dataGravatar Adrian Hunter 1-5/+21
2018-10-23perf scripts python: call-graph-from-sql.py: Separate the database details in...Gravatar Adrian Hunter 1-25/+38
2018-10-23perf scripts python: call-graph-from-sql.py: Make a "Main" functionGravatar Adrian Hunter 1-1/+6
2018-10-23perf scripts python: call-graph-from-sql.py: Change iconGravatar Adrian Hunter 1-3/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Set a minimum window sizeGravatar Adrian Hunter 1-0/+1