blob: a9baf2d4cfac52b8039f254678c131dafd91e5a7 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# options '-D' and '-L' are mutually exclusive
#
#-D Run in background. This requires '-o' option.
#-L Load module and start probes, then detach.
staprun -L -D fake_module
|