Home | History | Annotate | Download | only in utils

Lines Matching refs:opcontrol

3 # opcontrol is a script to control OProfile
4 # opcontrol --help and opcontrol --list-events have info
135 opcontrol: usage:
463 echo "opcontrol --vmlinux=/path/to/vmlinux" >&2
465 echo "opcontrol --no-vmlinux" >&2
466 echo "Enter opcontrol --help for full options" >&2
516 echo "objdump is not installed on this system, use opcontrol --kernel-range=start,end or opcontrol --xen-range= or install objdump"
896 echo "Unknown option \"$arg\". See opcontrol --help" >&2
1137 echo "opcontrol --deinit"
1202 echo " Use 'opcontrol --list-events' to see event groupings."
1289 echo " Use 'opcontrol --list-events' to see event groupings." >&2
1354 # opcontrol ctr0-on ctr1-on then opcontrol ctr0-on
1718 echo "opcontrol:do_reset() SAMPLES_DIR is empty!"
1856 echo "Kernel support not available, missing opcontrol --init as root ?"
2059 # determine the location of opcontrol and related programs
2062 OPCONTROL=`$BINDIR/which $0`
2063 OPDIR=`$BINDIR/dirname $OPCONTROL`