summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter2019-03-011-1/+1
* perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter2019-03-011-4/+8
* perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones2019-02-251-10/+12
* perf script python: Add Python3 support to syscall-counts.pyTony Jones2019-02-251-8/+10
* perf script python: Add Python3 support to stat-cpi.pyTony Jones2019-02-251-4/+6
* perf script python: Add Python3 support to stackcollapse.pyTony Jones2019-02-251-3/+4
* perf script python: Add Python3 support to sctop.pyTony Jones2019-02-251-8/+16
* perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones2019-02-251-8/+10
* perf script python: Add Python3 support to net_dropmonitor.pyTony Jones2019-02-251-4/+6
* perf script python: Add Python3 support to mem-phys-addr.pyTony Jones2019-02-251-10/+14
* perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones2019-02-251-10/+11
* perf script python: Add Python3 support to netdev-times.pyTony Jones2019-02-251-40/+42
* perf scripts python: exported-sql-viewer.py: Add top calls reportAdrian Hunter2019-02-221-6/+135
* perf scripts python: exported-sql-viewer.py: Remove no selection errorAdrian Hunter2019-02-221-3/+0Star
* perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemAdrian Hunter2019-02-221-221/+0Star
* perf scripts python: exported-sql-viewer.py: Create new dialog data item classesAdrian Hunter2019-02-221-13/+272
* perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsAdrian Hunter2019-02-221-8/+8
* perf scripts python: exported-sql-viewer.py: Factor out ReportVarsAdrian Hunter2019-02-221-14/+23
* perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseAdrian Hunter2019-02-221-17/+30
* perf scripts python: exported-sql-viewer.py: Move column headersAdrian Hunter2019-02-221-12/+13
* perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...Adrian Hunter2019-02-221-1/+12
* perf scripts python: exported-sql-viewer.py: Remove leftover debugging printsAdrian Hunter2019-02-221-7/+0Star
* perf scripts python: exported-sql-viewer.py: Fix missing shebangAdrian Hunter2019-02-221-0/+1
* perf tools: Rename build libperf to perfJiri Olsa2019-02-143-4/+4
* perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter2019-02-062-2/+2
* perf script python: Remove explicit shebang from Python scriptsTony Jones2019-01-253-4/+0Star
* perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Adrian Hunter2018-11-051-1/+3
* perf scripts python: exported-sql-viewer.py: Add help windowAdrian Hunter2018-11-051-1/+154
* perf scripts python: exported-sql-viewer.py: Add Selected branches reportAdrian Hunter2018-11-051-0/+327
* perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Adrian Hunter2018-11-051-1/+6
* perf scripts python: exported-sql-viewer.py: Add All branches reportAdrian Hunter2018-10-231-0/+547
* perf scripts python: exported-sql-viewer.py: Add ability to display all the d...Adrian Hunter2018-10-231-0/+694
* perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ...Adrian Hunter2018-10-231-0/+24
* perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t...Adrian Hunter2018-10-231-1/+305
* perf scripts python: exported-sql-viewer.py: Add support for multiple sub-win...Adrian Hunter2018-10-231-9/+173
* perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter2018-10-233-5/+5
* perf scripts python: call-graph-from-sql.py: Refactor TreeItem classAdrian Hunter2018-10-231-140/+133Star
* perf scripts python: call-graph-from-sql.py: Add data helper functionsAdrian Hunter2018-10-231-25/+29
* perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from T...Adrian Hunter2018-10-231-29/+61
* perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()Adrian Hunter2018-10-231-1/+0Star
* perf scripts python: call-graph-from-sql.py: Add a class for global dataAdrian Hunter2018-10-231-5/+21
* perf scripts python: call-graph-from-sql.py: Separate the database details in...Adrian Hunter2018-10-231-25/+38
* perf scripts python: call-graph-from-sql.py: Make a "Main" functionAdrian Hunter2018-10-231-1/+6
* perf scripts python: call-graph-from-sql.py: Change iconAdrian Hunter2018-10-231-3/+1Star
* perf scripts python: call-graph-from-sql.py: Set a minimum window sizeAdrian Hunter2018-10-231-0/+1
* perf scripts python: call-graph-from-sql.py: Provide better default column sizesAdrian Hunter2018-10-231-0/+3
* perf scripts python: call-graph-from-sql.py: Use SPDX license identifierAdrian Hunter2018-10-221-11/+3Star
* perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter2018-09-251-1/+5
* perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-09-251-0/+9
* perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline2018-07-111-1/+3