Home | History | Annotate | Download | only in utils

Lines Matching refs:KERNEL

156       "default" or "name:count:unitmask:kernel:user", where :
161 kernel: whether to profile kernel: 0 or 1
170 kernel: same as library, plus kernel profiles
181 --vmlinux=file vmlinux kernel image
182 --no-vmlinux no kernel image (vmlinux) available
183 --kernel-range=start,end kernel range vma address in hexadecimal
184 --buffer-size=num kernel buffer size in sample units.
190 --buffer-watershed kernel buffer watershed in sample units (2.6
191 kernel). Same rules as defined for
193 --cpu-buffer-size=num per-cpu buffer size in units (2.6 kernel)
195 --note-table-size kernel notes buffer size in notes units (2.4
196 kernel)
264 echo "Kernel doesn't support oprofile" >&2
296 # pick the appropriate device mount based on kernel
307 # pick the appropriate locations device for oprofile based on kernel
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"
558 kernel)
639 KERNEL=`echo $GOTEVENT | awk -F: '{print $4}'`
648 if test -z "$KERNEL"; then
649 KERNEL=1
655 set_event $f "$EVENT:$COUNT:$UNIT_MASK:$KERNEL:$USER"
788 echo "$arg unsupported for this kernel version"
798 echo "$arg unsupported for this kernel version"
830 echo "Call-graph profiling unsupported on this kernel/hardware" >&2
846 --kernel-range)
864 echo "\"$arg\" meaningless on this kernel" >&2
1026 # data from the kernel that never arrives. So we
1028 # the signal will bring oprofiled out of the kernel
1135 if test -e /proc/sys/kernel/nmi_watchdog; then
1138 echo "echo 0 > /proc/sys/kernel/nmi_watchdog"
1207 # Check if all user/kernel flags per-counter are matching.
1210 KERNEL_CK=$KERNEL
1213 -o $KERNEL_CK != $KERNEL ; then
1214 echo "ERROR: All kernel/user event flags must match."
1260 # Check to see that the kernel supports SPU event
1266 echo "Kernel does not support SPU event profiling"
1383 KERNEL=`echo $GOTEVENT | awk -F: '{print $4}'`
1391 echo "Ignoring --separate=kernel option with SPU_CYCLES"
1440 set_ctr_param $CTR kernel $KERNEL
1446 OPROFILED_EVENTS=${OPROFILED_EVENTS}$KERNEL:$USER,
1451 # enable_user flags for enabling/disabling user/kernel domain
1452 # profiling. All per-counter user/kernel flags must match.
1454 # This statement uses the last event's user/kernel flags to set
1458 set_param "enable_kernel" $KERNEL
1487 --separate-kernel=$SEPARATE_KERNEL \
1502 OPD_ARGS="$OPD_ARGS --vmlinux=$VMLINUX --kernel-range=$KERNEL_RANGE"
1530 echo "Check the log file \"$LOG_FILE\" and kernel syslog" >&2
1571 SEPARATE="$SEPARATE kernel";
1634 echo "You must be root to dump with this kernel version"
1856 echo "Kernel support not available, missing opcontrol --init as root ?"
1962 echo "ERROR: No kernel support for IBS profiling."
1968 echo "ERROR: No kernel support for IBS profiling."
2083 # kernel support, if we don't error out now the error message will be obscure