diff options
| author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-23 19:37:08 +0530 |
|---|---|---|
| committer | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-23 19:37:08 +0530 |
| commit | e5451c8f8330e03ad3cfa16048b4daf961af434f (patch) | |
| tree | deefeea7e4ab036a05ccbf4c35b98536720565e5 /tools/perf/scripts/python/bin/export-to-postgresql-record | |
| parent | Share upstreaming patches (diff) | |
| parent | Merge branch 'devel' into for-next (diff) | |
| download | linux-e5451c8f8330e03ad3cfa16048b4daf961af434f.tar.gz linux-e5451c8f8330e03ad3cfa16048b4daf961af434f.zip | |
Merge remote-tracking branch 'linusw-gpio/for-next' into devm_gpiochip
Base for demv_gpiochip_add_data() and devm_gpiochip_remove().
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/export-to-postgresql-record | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/export-to-postgresql-record b/tools/perf/scripts/python/bin/export-to-postgresql-record new file mode 100644 index 000000000000..221d66e05713 --- /dev/null +++ b/tools/perf/scripts/python/bin/export-to-postgresql-record @@ -0,0 +1,8 @@ +#!/bin/bash + +# +# export perf data to a postgresql database. Can cover +# perf ip samples (excluding the tracepoints). No special +# record requirements, just record what you want to export. +# +perf record $@ |
