diff options
author | 2017-10-03 11:09:16 +0200 | |
---|---|---|
committer | 2017-10-03 11:09:16 +0200 | |
commit | 0d3c24e936feefeca854073ccb40613cd6eba9a9 (patch) | |
tree | 1f675397b924846740b0931b066ddce6f3d7eb3d /tools/perf/scripts/python/bin/export-to-sqlite-record | |
parent | drm/virtio: Replace instances of reference/unreference with get/put (diff) | |
parent | BackMerge tag 'v4.14-rc3' into drm-next (diff) | |
download | wireguard-linux-0d3c24e936feefeca854073ccb40613cd6eba9a9.tar.xz wireguard-linux-0d3c24e936feefeca854073ccb40613cd6eba9a9.zip |
Merge airlied/drm-next into drm-misc-next
Just catching up with upstream.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 $@ |