Searched refs:trace (Results 51 - 64 of 64) sorted by relevance

123

/gem5/src/sim/
H A Deventq.cc42 #include "base/trace.hh"
384 Event::trace(const char *action) function in class:Event
392 // more informative message in the trace, override this method on
H A Deventq.hh133 /// enabling trace output), so we don't miss any action when
288 virtual void trace(const char *action); //!< trace event activity
/gem5/src/systemc/utils/
H A Dtracefile.hh214 virtual void trace(bool delta) = 0;
H A Dvcd.cc284 VcdTraceFile::trace(bool delta) function in class:sc_gem5::VcdTraceFile
/gem5/ext/testlib/
H A Dmain.py131 log.test_log.trace(string + filter_string)
157 Let's trace out the set as we go through the flags to clarify::
/gem5/src/cpu/o3/
H A Dfetch.hh388 TheISA::PCState nextPC, bool trace);
H A Dfetch_impl.hh1106 TheISA::PCState nextPC, bool trace)
1129 if (trace) {
1104 buildInst(ThreadID tid, StaticInstPtr staticInst, StaticInstPtr curMacroop, TheISA::PCState thisPC, TheISA::PCState nextPC, bool trace) argument
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h422 PyErr_NormalizeException(&scope.type, &scope.value, &scope.trace);
425 if (scope.trace != nullptr)
426 PyException_SetTraceback(scope.value, scope.trace);
430 if (scope.trace) {
431 PyTracebackObject *trace = (PyTracebackObject *) scope.trace; local
433 /* Get the deepest trace possible */
434 while (trace->tb_next)
435 trace = trace
[all...]
H A Dpytypes.h351 const object& trace() const { return m_trace; } function in class:error_already_set
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h715 PyObject *type, *value, *trace; member in struct:error_scope
716 error_scope() { PyErr_Fetch(&type, &value, &trace); }
717 ~error_scope() { PyErr_Restore(type, value, trace); }
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc183 // stack trace.
184 const char kStackTraceMarker[] = "\nStack trace:\n";
786 // Returns the current OS stack trace as an std::string.
795 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
2259 ""); // No stack trace, either.
3760 // arbitrarily long test failure message and stack trace.
3827 // trace stack maintained by Google Test.
3830 TraceInfo trace; variable
3831 trace.file = file;
3832 trace
3835 UnitTest::GetInstance()->PushGTestTrace(trace); variable
4123 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; local
[all...]
/gem5/src/mem/
H A Ddram_ctrl.hh905 * @param trace Is this an auto precharge then do not add to trace
908 Tick pre_at, bool trace = true);
H A Ddram_ctrl.cc51 #include "base/trace.hh"
1055 DRAMCtrl::prechargeBank(Rank& rank_ref, Bank& bank, Tick pre_at, bool trace)
1080 if (trace) {
1268 // DRAMPower trace command to be written
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h146 // The upper limit for valid stack trace depths.
1309 // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
1310 // Google Test trace stack.
1311 void PushGTestTrace(const internal::TraceInfo& trace)
1314 // Pops a trace from the per-thread Google Test trace stack.
2104 // Causes a trace (including the source file path, the current line

Completed in 78 milliseconds

123