Home | History | Annotate | Download | only in utils

Lines Matching refs:user

156       "default" or "name:count:unitmask:kernel:user", where :
162 user: whether to profile userspace: 0 or 1
640 USER=`echo $GOTEVENT | awk -F: '{print $5}'`
651 if test -z "$USER"; then
652 USER=1
655 set_event $f "$EVENT:$COUNT:$UNIT_MASK:$KERNEL:$USER"
1207 # Check if all user/kernel flags per-counter are matching.
1209 USER_CK=$USER
1212 if test $USER_CK != $USER \
1214 echo "ERROR: All kernel/user event flags must match."
1384 USER=`echo $GOTEVENT | awk -F: '{print $5}'`
1441 set_ctr_param $CTR user $USER
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
1459 set_param "enable_user" $USER