RE: [Gems-users] Some simple debug questions


Date: Tue, 16 Aug 2005 22:53:31 -0500
From: "Mike Marty" <mikem@xxxxxxxxxxx>
Subject: RE: [Gems-users] Some simple debug questions
The information in your email message is a protocol debug trace.  It is
enabled by the PROTOCOL_DEBUG_TRACE setting.  You can turn this off at
run-time by issuing the following command, but it must be issued before
initializing ruby:

run_sim_command('ruby0.setparam_str PROTOCOL_DEBUG_TRACE "false" ')

Debugging output is not activated unless the following command is issued and
the given cycle is reached:

ruby0.debug-start-time <cycle>

Other debugging information is controlled by the flags and the debug
verbosity:

This command will enable network debugging 'n' and message queue debugging
'q'

ruby0.debug-filter nq

This command controls the level of verbosity:

ruby0.debug-verb high


You can add your own debugging flags and statements.  See
ruby/common/Debug.C and Debug.h

--Mike

> -----Original Message-----
> From: gems-users-bounces@xxxxxxxxxxx [mailto:gems-users-
> bounces@xxxxxxxxxxx] On Behalf Of May Zhao
> Sent: Tuesday, August 16, 2005 9:47 PM
> To: gems-users@xxxxxxxxxxx
> Subject: [Gems-users] Some simple debug questions
> 
>      Hello,
> 
>              I tried to debug a modified MOSI_SMP_bcast protocol. In the
> debugging information,
> I cannot find how to disable the following information. Is anyone kind to
> tell me?
> 
>      321   1   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x49c0,
> line
> 0x49c0]
>      321   1   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x49c0,
> line
> 0x49c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   2   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x10c0,
> line
> 0x10c0]
>      321   0   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x17c0,
> line
> 0x17c0]
>      321   0   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x17c0,
> line
> 0x17c0]
>      321   0   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x17c0,
> line
> 0x17c0]
>      321   0   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x17c0,
> line
> 0x17c0]
>      321   0   0    L1Cache            L1_to_L2   IM_D>IM_D   [0x17c0,
> line
> 0x17c0]
> 
>       Can I set different verbosity level using DEBUG_EXPR in
> MOSI_SMP_bcast_cache.sm?
>       Another question is what is the function of  MOSI_SMP_bcast_dir.sm?
> 
> Thanks,
> May
> 
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users


[← Prev in Thread] Current Thread [Next in Thread→]