xref: /linux/tools/perf/scripts/python/bin/export-to-postgresql-record (revision fcbd8037f7df694aa7bfb7ce82c0c7f5e53e7b7b) !
1#!/bin/bash
2
3#
4# export perf data to a postgresql database. Can cover
5# perf ip samples (excluding the tracepoints). No special
6# record requirements, just record what you want to export.
7#
8perf record $@
9