Yea, that's helpful. I guess I am looking for a more fine-grained control of things in terms of "show me all flags that have to do with me running O3CPU".
You would think "O3CPUAll" would be enough, but there are some base flags that are relevant (e.g. TLB or Cache) that I would want to include. I could understand if most people thought the functionality present is enough though... On Fri, Apr 17, 2009 at 9:32 AM, Lisa Hsu <[email protected]> wrote: > m5.opt --trace-help > that will list all available trace flags, including composite ones. m5.opt > -h will give a big usage blurb too, so that you can see if you want is > available. > Lisa > > On Fri, Apr 17, 2009 at 2:56 AM, Korey Sewell <[email protected]> wrote: >> >> I'm wondering if anybody would find this useful or not. >> >> Basically, when debugging, I often find myself going through >> SConscript files trying to remember or find out what trace-flag is >> available for a particular object. >> >> For instance, just now, I wanted to view the Exec trace but didnt want >> the symbols. And a little earlier, I wanted to figure out if I could >> just print out the branch prediction info but none of the other >> information. >> >> So it's slightly annoying for me to have to do that all the time. >> >> One solution might for me to just remember all the trace flags for >> things I care about :) >> >> But it might be nice to novice and expert users if you could view >> trace-flags for a particular object or set of objects from the command >> line. >> >> I imagine I want something like: ./m5.debug --view-flags=O3CPU >> >> So does anybody else think that would be a useful thing? >> >> -- >> ---------- >> Korey L Sewell >> Graduate Student - PhD Candidate >> Computer Science & Engineering >> University of Michigan >> _______________________________________________ >> m5-dev mailing list >> [email protected] >> http://m5sim.org/mailman/listinfo/m5-dev >> > > > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > > -- ---------- Korey L Sewell Graduate Student - PhD Candidate Computer Science & Engineering University of Michigan _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
