Searched refs:txt (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h330 std::ostringstream txt; member in class:tlm_utils::tlm2_base_protocol_checker
352 txt << "Transaction passed to b_transport with memory manager and reference count of 0";
360 txt << "b_transport called from method process";
367 txt << "b_transport called during a sequence of nb_transport calls";
389 txt << "Transaction passed to nb_transport_fw with no memory manager set";
394 txt << "Transaction passed to nb_transport_fw with reference count of 0";
405 txt << "Phase " << phase << " sent out-of-sequence on forward path, detected in nb_transport_fw";
411 txt << "Transaction violates BEGIN_REQ exclusion rule, detected in nb_transport_fw";
418 txt << "nb_transport_fw called during a b_transport call";
426 txt << "Phas
475 std::ostringstream txt; local
554 std::ostringstream txt; local
[all...]
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp156 char txt[100]; local
157 sprintf(txt, "Transaction returned with error, response status = %s",
159 SC_REPORT_ERROR("TLM-2", txt);
/gem5/ext/googletest/googlemock/
H A DMakefile.am126 test/gmock_output_test_golden.txt \
167 CMakeLists.txt
/gem5/ext/googletest/googletest/
H A DMakefile.am107 test/gtest_output_test_golden_lin.txt \
118 CMakeLists.txt \
/gem5/util/streamline/
H A Dm5stats2streamline.py55 # stats.txt[.gz], and system.tasks.txt.)
93 stats.txt[.gz], and system.tasks.txt.)")
709 txt = ET.tostring(xml)
710 f.write(minidom.parseString(txt).toprettyxml())
1220 parseProcessInfo(input_path + "/system.tasks.txt")
1231 # Check if both stats.txt and stats.txt.gz exist and warn if both exist
1232 if os.path.exists(input_path + "/stats.txt") an
[all...]

Completed in 13 milliseconds