]> Git Repo - linux.git/blob - tools/perf/scripts/python/bin/export-to-sqlite-record
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux.git] / tools / perf / scripts / python / bin / export-to-sqlite-record
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 #
8 perf record $@
This page took 0.03936 seconds and 4 git commands to generate.