export-to-postgresql-record 205 B

123456789
  1. #!/bin/bash
  2. #
  3. # export perf data to a postgresql database. Can cover
  4. # perf ip samples (excluding the tracepoints). No special
  5. # record requirements, just record what you want to export.
  6. #
  7. perf record $@