Searched refs:sc_trace_file (Results 76 - 88 of 88) sorted by relevance

1234

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.h88 // These are all virtual functions in sc_trace_file and
204 virtual void trace( sc_trace_file* ) const { sc_assert(false); }
H A Dsc_wif_trace.h84 // These are all virtual functions in sc_trace_file and
199 virtual void trace( sc_trace_file* ) const { sc_assert(false); }
H A Dsc_wif_trace.cpp1896 sc_trace_file*
1899 sc_trace_file *tf = new wif_trace_file(name);
1905 sc_close_wif_trace_file( sc_trace_file* tf )
H A Dsc_vcd_trace.cpp2161 sc_trace_file*
2164 sc_trace_file * tf = new vcd_trace_file(name);
2169 sc_close_vcd_trace_file( sc_trace_file* tf )
/gem5/src/systemc/tests/systemc/misc/sim_tests/popc/
H A Dpopc.cpp220 sc_trace_file *tf = sc_create_vcd_trace_file("tracefile");
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp359 sc_object::trace( sc_trace_file * /* unused */) const
H A Dsc_simcontext.cpp1230 sc_simcontext::add_trace_file( sc_trace_file* tf )
1237 sc_simcontext::remove_trace_file( sc_trace_file* tf )
1512 sc_trace_file** l_trace_files = &m_trace_files[0];
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dglobal.h142 sc_trace( sc_trace_file*, const Coeff8x8&, const std::string& ) argument
/gem5/src/systemc/utils/
H A Dtracefile.hh41 #include "systemc/ext/utils/sc_trace_file.hh"
192 class TraceFile : public sc_core::sc_trace_file
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h943 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1221 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
H A Dscx_signal_uint.h999 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1279 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
H A Dscx_signal_signed.h1125 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1403 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
H A Dscx_signal_unsigned.h1121 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1399 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const

Completed in 63 milliseconds

1234