xref: /linux/tools/perf/scripts/python/bin/export-to-sqlite-record (revision cf40a76e7d5874bb25f4404eecc58a2e033af885)
1#!/bin/bash
2
3#
4# export perf data to a sqlite3 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