diff options
| author | Ingo Molnar <mingo@kernel.org> | 2017-10-20 13:06:52 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2017-10-20 13:06:52 +0200 |
| commit | 967535223f9a8d95c187a8728480b569164cd4f4 (patch) | |
| tree | b68a403701555a747b25c903d8136d86a1a1c133 /tools/perf/scripts/python/bin/export-to-sqlite-record | |
| parent | mm, x86/mm: Fix performance regression in get_user_pages_fast() (diff) | |
| parent | x86/mm: Limit mmap() of /dev/mem to valid physical addresses (diff) | |
| download | linux-967535223f9a8d95c187a8728480b569164cd4f4.tar.gz linux-967535223f9a8d95c187a8728480b569164cd4f4.zip | |
Merge branch 'x86/urgent' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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 $@ |
