diff options
| author | 2017-10-12 16:35:36 +0200 | |
|---|---|---|
| committer | 2017-10-12 16:35:36 +0200 | |
| commit | 36452b8ba02a62445847a29779dc581eb4cfeddd (patch) | |
| tree | 06a25eb6c561cde1f469913a334a828aeb5e5e14 /tools/perf/scripts/python/bin/export-to-sqlite-record | |
| parent | video/console: Update BIOS dates list for GPD win console rotation DMI quirk (diff) | |
| parent | Linux 4.14-rc4 (diff) | |
Merge tag 'v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next
Linux 4.14-rc4
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/export-to-sqlite-record | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/export-to-sqlite-record b/tools/perf/scripts/python/bin/export-to-sqlite-record new file mode 100644 index 000000000000..070204fd6d00 --- /dev/null +++ b/tools/perf/scripts/python/bin/export-to-sqlite-record @@ -0,0 +1,8 @@ +#!/bin/bash + +# +# export perf data to a sqlite3 database. Can cover +# perf ip samples (excluding the tracepoints). No special +# record requirements, just record what you want to export. +# +perf record $@ |
