Lines Matching refs:START
142 --start-daemon start daemon without starting profiling
143 -s/--start start data collection
183 --kernel-range=start,end kernel range vma address in hexadecimal
186 a '--shutdown/start' sequence. A value of
495 # get start and end points of a file image (linux kernel or xen)
516 echo "objdump is not installed on this system, use opcontrol --kernel-range=start,end or opcontrol --xen-range= or install objdump"
520 # start at the start of .text, and end at _etext
528 vecho "found start as \"$tmp1\", end as \"$tmp2\"" >&2
702 --start-daemon)
704 echo "$arg unsupported. use \"--start\"" >&2
712 -s|--start)
713 START=yes
917 if test "$START" != "yes" -a "$START_DAEMON" != "yes"; then
918 echo "Option --verbose may only be used with --start or --start-daemon" >&2
928 if test "$EXCLUSIVE_ARGV" != "--start-daemon" -a "$EXCLUSIVE_ARGV" != "--start"; then
1095 # setup and start module
1529 echo "Couldn't start oprofiled." >&2
1769 if test "$START" = "yes"; then