Searched refs:verbosity (Results 1 - 22 of 22) sorted by relevance

/gem5/src/base/
H A Dprintable.hh51 int verbosity = 0,
/gem5/src/arch/arm/tracers/
H A Dtarmac_record_v8.hh84 int verbosity = 0,
101 int verbosity = 0,
124 int verbosity = 0,
H A Dtarmac_record_v8.cc184 int verbosity,
214 int verbosity,
233 int verbosity,
182 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
212 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
231 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
H A Dtarmac_record.hh100 int verbosity = 0,
135 int verbosity = 0,
171 int verbosity = 0,
H A Dtarmac_record.cc405 int verbosity,
428 int verbosity,
445 int verbosity,
403 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
426 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
443 print( std::ostream& outs, int verbosity, const std::string &prefix) const argument
/gem5/src/mem/cache/
H A Dcache_blk.cc77 CacheBlkPrintWrapper::print(std::ostream &os, int verbosity, argument
H A Dwrite_queue_entry.cc81 WriteQueueEntry::TargetList::print(std::ostream &os, int verbosity, argument
86 t.pkt->print(os, verbosity, "");
169 WriteQueueEntry::print(std::ostream &os, int verbosity, argument
179 targets.print(os, verbosity, prefix + " ");
H A Dwrite_queue_entry.hh86 void print(std::ostream &os, int verbosity,
173 int verbosity = 0,
H A Dmshr.cc226 MSHR::TargetList::print(std::ostream &os, int verbosity, argument
246 t.pkt->print(os, verbosity, "");
659 MSHR::print(std::ostream &os, int verbosity, const std::string &prefix) const argument
676 targets.print(os, verbosity, prefix + " ");
680 deferredTargets.print(os, verbosity, prefix + " ");
H A Dmshr.hh288 void print(std::ostream &os, int verbosity,
525 int verbosity = 0,
H A Dcache_blk.hh513 void print(std::ostream &o, int verbosity = 0,
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh72 int verbosity, const char *file, int line);
117 #define SC_REPORT_INFO_VERB(msg_type, msg, verbosity) \
119 ::sc_core::SC_INFO, msg_type, msg, verbosity, __FILE__, __LINE__)
/gem5/ext/testlib/
H A Dhandlers.py261 def __init__(self, verbosity=log.LogLevel.Info, machine_only=False):
262 self.stream = verbosity >= log.LogLevel.Trace
263 self.verbosity = verbosity
329 if record.data.get('level', self.verbosity) > self.verbosity:
333 def set_verbosity(self, verbosity):
334 self.verbosity = verbosity
H A Dmain.py53 verbosity=config.config.verbose+log.LogLevel.Info
213 verbosity=config.config.verbose+log.LogLevel.Info,
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h61 // Enumeration of message verbosity.
206 #define SC_REPORT_INFO_VERB( msg_type, msg, verbosity ) \
208 ::sc_core::SC_INFO, msg_type, msg, verbosity, \
279 // Andy Goodrich: finish message verbosity support.
H A Dsc_report_handler.h71 int verbosity,
179 // Andy Goodrich: finish message verbosity support.
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc63 const char *msg, int verbosity, const char *file,
69 if (severity == SC_INFO && verbosity > sc_gem5::reportVerbosityLevel)
94 sc_report report(severity, msg_type, msg, verbosity, file, line,
62 report(sc_severity severity, const char *msg_type, const char *msg, int verbosity, const char *file, int line) argument
/gem5/src/mem/
H A Dpacket.cc379 Packet::print(std::ostream &o, const int verbosity, argument
426 : curPrefixPtr(new std::string("")), os(_os), verbosity(_verbosity)
484 obj->print(os, verbosity, curPrefix());
H A Dpacket.hh437 const int verbosity; member in class:Packet::PrintReqState
439 PrintReqState(std::ostream &os, int verbosity = 0);
1361 void print(std::ostream &o, int verbosity = 0,
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc403 // Verifies that Log() behaves correctly for the given verbosity level
405 void TestLogWithSeverity(const string& verbosity, LogSeverity severity, argument
408 GMOCK_FLAG(verbose) = verbosity;
547 // Verifies that Log() behaves correctly for the given verbosity level
549 std::string GrabOutput(void(*logger)(), const char* verbosity) { argument
551 GMOCK_FLAG(verbose) = verbosity;
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py54 # The logging verbosity:
59 verbosity = 1 variable
100 If 'verbosity' is greater than 0, print the message.
105 if verbosity > 0:
1267 global verbosity
1268 verbosity = options.verbose
1269 if verbosity >= 3:
1271 elif verbosity >= 2:
1288 if verbosity >= 1:
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py54 # The logging verbosity:
59 verbosity = 1 variable
100 If 'verbosity' is greater than 0, print the message.
105 if verbosity > 0:
1267 global verbosity
1268 verbosity = options.verbose
1269 if verbosity >= 3:
1271 elif verbosity >= 2:
1288 if verbosity >= 1:

Completed in 46 milliseconds