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

1234

/gem5/src/systemc/tests/systemc/tracing/wif_trace/test15/
H A Dtest15.cpp87 sc_trace_file* tf = sc_create_wif_trace_file("test15");
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h44 class sc_trace_file;
79 virtual void trace( sc_trace_file* tf ) const;
/gem5/src/systemc/tests/systemc/misc/stars/vcd_trace/star126273/
H A Dtest.cpp88 sc_trace_file *tf = sc_create_vcd_trace_file("test");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Dmain.cpp120 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test01/
H A Dtest01.cpp94 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test02/
H A Dtest02.cpp86 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test03/
H A Dtest03.cpp92 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test04/
H A Dtest04.cpp91 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test05/
H A Dtest05.cpp92 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test07/
H A Dtest07.cpp89 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test08/
H A Dtest08.cpp90 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test09/
H A Dtest09.cpp90 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test12/
H A Dtest12.cpp89 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test01/
H A Dtest01.cpp94 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test02/
H A Dtest02.cpp86 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test03/
H A Dtest03.cpp92 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test04/
H A Dtest04.cpp91 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test05/
H A Dtest05.cpp92 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test07/
H A Dtest07.cpp89 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test08/
H A Dtest08.cpp90 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test09/
H A Dtest09.cpp90 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test11/
H A Dtest11.cpp87 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test12/
H A Dtest12.cpp89 sc_trace_file *tf;
/gem5/src/systemc/ext/channel/
H A Dsc_in.hh38 #include "../utils/sc_trace_file.hh"
46 class sc_trace_file;
141 add_trace(sc_trace_file *tf, const std::string &name) const
158 sc_trace(sc_trace_file *tf, const sc_in<T> &i, const std::string &name)
301 add_trace(sc_trace_file *tf, const std::string &name) const
320 sc_trace<bool>(sc_trace_file *tf, const sc_in<bool> &i,
461 add_trace(sc_trace_file *tf, const std::string &name) const
481 sc_trace<sc_dt::sc_logic>(sc_trace_file *tf, const sc_in<sc_dt::sc_logic> &i,
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h58 sc_trace_file* tf;
61 sc_trace_params( sc_trace_file* tf_, const std::string& name_ )
242 void add_trace( sc_trace_file*, const std::string& ) const;
245 void add_trace_internal( sc_trace_file*, const std::string& ) const;
318 sc_in<T>::add_trace_internal( sc_trace_file* tf_, const std::string& name_ )
332 sc_in<T>::add_trace( sc_trace_file* tf_, const std::string& name_ )
609 void add_trace( sc_trace_file*, const std::string& ) const;
612 void add_trace_internal( sc_trace_file*, const std::string& ) const;
876 void add_trace( sc_trace_file*, const std::string& ) const;
879 void add_trace_internal( sc_trace_file*, cons
[all...]

Completed in 26 milliseconds

1234