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