File: tracecore

package info (click to toggle)
ltt 0.9.5pre6-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,256 kB
  • ctags: 1,630
  • sloc: ansic: 17,284; sh: 8,010; makefile: 252
file content (4 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
#!/bin/sh
# Script to run the trace daemon while only tracing the core events

tracedaemon -eSTART -eSYS_ENTRY -eSYS_EXIT -eTRAP_ENTRY -eTRAP_EXIT -eIRQ_ENTRY -eIRQ_EXIT -eSCHED -eKTIMER -eSIRQ -ts$1 /dev/tracer $2.trace $2.proc &