summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
>I/OAT: fixups from code commentsShannon Nelson 2007-11-14I/OAT: Add support for version 2 of ioatdma deviceShannon Nelson 2007-10-18I/OAT: Tighten descriptor setup performanceShannon Nelson 2007-10-18I/OAT: clean up error handling and some print messagesShannon Nelson 2007-10-16I/OAT: Add DCA servicesShannon Nelson 2007-10-16I/OAT: Add support for MSI and MSI-XShannon Nelson 2007-10-16I/OAT: Split PCI startup from DMA handling codeShannon Nelson