summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
blob: 4b16a8cc40a0eebfebea640166c166519566b16c (plain)
1
2
3
#!/bin/bash
# description: analyze timings of tasks
perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
nel/commit/tools/perf/scripts/python/exported-sql-viewer.py?id=f56299a9c998e0bfbd4ab07cafe9eb8444512448'>perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter 2021-05-21perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter 2021-05-21perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter 2019-11-13perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Add Time chart by CPUAdrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Adrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeAdrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Add global time range calculationsAdrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutAdrian Hunter 2019-10-07perf scripts python: exported-sql-viewer.py: Add LookupModel()Adrian Hunter 2019-07-10perf scripts python: exported-sql-viewer.py: Use new 'has_calls' columnAdrian Hunter 2019-07-10perf scripts python: exported-sql-viewer.py: Remove redundant semi-colonsAdrian Hunter 2019-06-05perf scripts python: exported-sql-viewer.py: Select find text when find bar i...Adrian Hunter 2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call TreeAdrian Hunter 2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap...Adrian Hunter 2019-06-05perf scripts python: exported-sql-viewer.py: Add CallGraphModelParamsAdrian Hunter 2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc...Adrian Hunter 2019-05-28perf scripts python: exported-sql-viewer.py: Add support for pyside2Adrian Hunter 2019-05-28perf scripts python: exported-sql-viewer.py: Use argparse module for argument...Adrian Hunter 2019-05-28perf scripts python: exported-sql-viewer.py: Change python2 to pythonAdrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Add 'About' dialog boxAdrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Add context menuAdrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Add copy to clipboardAdrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Add tree levelAdrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar...Adrian Hunter 2019-05-15perf scripts python: exported-sql-viewer.py: Move view creationAdrian Hunter