9 lines
205 B
Text
9 lines
205 B
Text
|
#!/bin/bash
|
||
|
|
||
|
#
|
||
|
# export perf data to a postgresql database. Can cover
|
||
|
# perf ip samples (excluding the tracepoints). No special
|
||
|
# record requirements, just record what you want to export.
|
||
|
#
|
||
|
perf record $@
|