Searched refs:os (Results 201 - 225 of 356) sorted by relevance

1234567891011>>

/gem5/src/cpu/minor/
H A Dfetch1.cc211 operator <<(std::ostream &os, Fetch1::IcacheState state) argument
215 os << "IcacheRunning";
218 os << "IcacheNeedsRetry";
221 os << "IcacheState-" << static_cast<int>(state);
224 return os;
469 operator <<(std::ostream &os, Fetch1::FetchState state) argument
473 os << "FetchHalted";
476 os << "FetchWaitingForPC";
479 os << "FetchRunning";
482 os << "FetchStat
[all...]
H A Dfetch1.hh146 void reportData(std::ostream &os) const;
321 friend std::ostream &operator <<(std::ostream &os,
336 friend std::ostream &operator <<(std::ostream &os,
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc245 AMD64TraceChild::outputStartState(ostream & os) argument
252 os << obuf;
254 os << obuf;
259 os << obuf;
272 os << obuf;
283 os << obuf;
294 os << obuf;
310 os << obuf;
318 return os;
/gem5/ext/pybind11/tools/
H A Dmkdoc.py8 import os
195 os.path.samefile(d(node.location.file.name), filename)):
249 if os.path.exists(libclang):
250 cindex.Config.set_library_path(os.path.dirname(libclang))
252 if os.path.exists(sdk_dir):
253 sysroot_dir = os.path.join(sdk_dir, next(os.walk(sdk_dir))[1][0])
266 if os.path.isdir(path)
366 os.unlink(out_path)
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h260 void print( ::std::ostream& os = ::std::cout ) const
261 { os << to_bool(); }
388 operator << ( ::std::ostream& os, const sc_bit& a ) argument
390 a.print( os );
391 return os;
H A Dsc_logic.h274 void print( ::std::ostream& os = ::std::cout ) const
275 { os << to_char(); }
355 operator << ( ::std::ostream& os, const sc_logic& a ) argument
357 a.print( os );
358 return os;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp93 sc_object::print(::std::ostream& os) const
95 os << name();
99 sc_object::dump(::std::ostream& os) const
101 os << "name = " << name() << "\n";
102 os << "kind = " << kind() << "\n";
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh245 void print(::std::ostream &os=::std::cout) const { os << to_bool(); }
366 operator << (::std::ostream &os, const sc_bit &a) argument
368 a.print(os);
369 return os;
H A Dsc_logic.hh251 void print(::std::ostream &os=::std::cout) const { os << to_char(); }
353 operator << (::std::ostream &os, const sc_logic &a) argument
355 a.print(os);
356 return os;
/gem5/src/python/m5/
H A Dsimulate.py46 import os
96 ini_file = open(os.path.join(options.outdir, options.dump_config), 'w')
106 os.path.join(options.outdir, options.json_config), 'w')
353 pid = os.fork()
366 "pid" : os.getpid(),
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h231 void print( ::std::ostream& os = ::std::cout ) const
232 { os << to_bool(); }
424 void print( ::std::ostream& os = ::std::cout ) const
425 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
864 void print( ::std::ostream& os = ::std::cout ) const
865 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
920 operator <<( ::std::ostream& os, const sc_int_bitref_r& a ) argument
1180 operator <<( ::std::ostream& os, const sc_int_subref_r& a ) argument
1363 operator <<( ::std::ostream& os, const sc_int_base& a ) argument
[all...]
H A Dsc_uint_base.h224 void print( ::std::ostream& os = ::std::cout ) const
225 { os << to_bool(); }
408 void print( ::std::ostream& os = ::std::cout ) const
409 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
843 void print( ::std::ostream& os = ::std::cout ) const
844 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
899 operator <<( ::std::ostream& os, const sc_uint_bitref_r& a ) argument
1150 operator <<( ::std::ostream& os, const sc_uint_subref_r& a ) argument
1333 operator <<( ::std::ostream& os, const sc_uint_base& a ) argument
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh222 void print(::std::ostream& os=::std::cout) const { os << to_bool(); }
369 print(::std::ostream &os=::std::cout) const
371 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
929 print(::std::ostream &os=::std::cout) const
931 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
973 operator <<(::std::ostream &os, const sc_int_bitref_r &a) argument
1206 operator <<(::std::ostream &os, const sc_int_subref_r &a) argument
1371 operator <<(::std::ostream &os, const sc_int_base &a) argument
[all...]
H A Dsc_uint_base.hh210 void print(::std::ostream &os=::std::cout) const { os << to_bool(); }
350 print(::std::ostream &os=::std::cout) const
352 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
852 print(::std::ostream &os=::std::cout) const
854 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
895 operator <<(::std::ostream &os, const sc_uint_bitref_r &a) argument
1094 operator <<(::std::ostream &os, const sc_uint_subref_r &a) argument
1243 operator <<(::std::ostream &os, const sc_uint_base &a) argument
[all...]
/gem5/util/
H A Dcheckpoint_aggregator.py35 import sys, re, os
49 if not os.path.isdir(output_path):
50 os.system("mkdir -p " + output_path)
H A Dhgstyle.py46 import os
47 from os.path import join as joinpath
49 current_dir = os.path.dirname(__file__)
H A Do3-pipeview.py43 import os
313 default=os.path.join(os.getcwd(), 'o3-pipeview.out'),
374 sys.path.append(os.path.join(
375 os.path.dirname(os.path.abspath(__file__)),
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc373 SparcTraceChild::outputStartState(ostream & os) argument
378 os << "Detected a 64 bit executable.\n";
381 os << "Detected a 32 bit executable.\n";
387 os << obuf;
389 os << obuf;
400 os << obuf;
407 os << obuf;
417 os << obuf;
428 os << obuf;
441 os << obu
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp44 inline ostream& time_stamp( ostream& os )
46 os << dec << sc_time_stamp() << "[" << sc_delta_count() << "]: ";
47 return os;
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp45 inline ostream& time_stamp( ostream& os )
47 os << dec << sc_time_stamp() << "[" << sc_delta_count() << "]: ";
48 return os;
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp54 inline ostream& time_stamp( ostream& os )
56 os << dec << sc_time_stamp() << "[" << sc_delta_count() << "]: ";
57 return os;
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp58 inline ostream& time_stamp( ostream& os )
60 os << dec << sc_time_stamp() << "[" << sc_delta_count() << "]: ";
61 return os;
/gem5/ext/testlib/
H A Dconfig.py71 import os
206 defaults.base_dir = os.path.abspath(os.path.join(absdirpath(__file__),
207 os.pardir,
208 os.pardir))
209 defaults.result_path = os.path.join(os.getcwd(), '.testing-results')
281 constants.testing_base = absdirpath(os.path.join(absdirpath(__file__),
282 os.pardir))
304 build_dir = (os
[all...]
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py23 import os
28 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/gem5/src/cpu/
H A Dsimple_thread.cc164 OutputStream *os(simout.create(csprintf("profile.%s.dat", baseCpu->name())));
165 profile->dump(this, *os->stream());
166 simout.close(os);

Completed in 50 milliseconds

1234567891011>>