Update of /cvsroot/oprofile/oprofile/dae
In directory usw-pr-cvs1:/tmp/cvs-serv4158/dae
Modified Files:
op_start
Log Message:
s/CPU_TYPE/CPUTYPE in op_start
Index: op_start
===================================================================
RCS file: /cvsroot/oprofile/oprofile/dae/op_start,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- op_start 2001/09/01 02:03:34 1.37
+++ op_start 2001/09/04 17:30:12 1.38
@@ -272,7 +272,7 @@
f=0
while (( $f < $OP_MAX_COUNTERS )); do
if [[ ${#CTR_EVENT[$f]} != 0 ]]; then
- CTR_EVENT_VAL[$f]=`op_help --cpu-type=$CPU_TYPE ${CTR_EVENT[$f]}`
+ CTR_EVENT_VAL[$f]=`op_help --cpu-type=$CPUTYPE ${CTR_EVENT[$f]}`
if [ -z "${CTR_EVENT_VAL[$f]}" -a ! -z "${CTR_EVENT[$f]}" ]; then
echo "Unknown event \"${CTR_EVENT[$f]}\""
exit 1
|