kernel_stats.tcl 486 Bytes
#
# Copyright (C) 1996-1998 by the Board of Trustees
#    of Leland Stanford Junior University.
# 
# This file is part of the SimOS distribution. 
# See LICENSE file for terms of the license. 
#

###
### Select proper IRIX version
###

if {$SIMOS(TargetOS) == "IRIX5.3"} {
    source "kernel_stats-irix5.3.tcl"
} elseif {$SIMOS(TargetOS) == "IRIX6.4"} {
    source "kernel_stats-irix6.x.tcl"
} else {
    assert( $SIMOS(TargetOS) == "IRIX6.2" )
    source "kernel_stats-irix6.x.tcl"
}