Are you sure that is used for "dump statistics"? I guess you are talking about verbose messages (debug flags).
-- // Naderan *Mahmood; On Sat, Nov 26, 2011 at 9:19 PM, Dibakar Gope <[email protected]> wrote: > Since by default this flag is False, and caches.py does not set that to > true for L2, so u can use that in the regular cache function in order to > print particularly for L2 as follows: > > if (isTopLevel == false){ > DPRINTF (Cache, ""); > } > > This will just print when L2 will access the cache functions > > > On 11/26/11, Mahmood Naderan wrote: > > The default value is false and in the caches.py file, this variable is > set to true for L1. > > I don't understand how that could help. > > > > Can you please explain? > > > > > > > > > > > > -- > > // Naderan *Mahmood; > > > > > > > > > > > > On Sat, Nov 26, 2011 at 6:38 PM, Dibakar Gope <[email protected] < > [email protected]>> wrote: > > > > > > > > > > > > > > > I did that using isTopLevel variable of Cache/BaseCache class. Set > that to false for L2 and you can write your own DPRINTF inside that if > clause. > > > > > > > > > > > > > > > > On 11/26/11, Mahmood Naderan wrote: > > > > > > > > > Hi, > > > > > > > > > Is it possible to dump statistic for L2 only? not the cpu or icache > or dcache? > > > > > > > > > > > > > > > > > > -- > > > > > > > > > // Naderan *Mahmood; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > gem5-users mailing list > > > > > > > > > [email protected] <[email protected]> > > > > > > > > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > gem5-users mailing list > > > > > > > > [email protected] <[email protected]> > > > > > > > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > gem5-users mailing list > > [email protected] > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
