Searched refs:description (Results 26 - 50 of 68) sorted by relevance

123

/gem5/tests/
H A Dtests.py97 description="List available tests",
139 description="Run one or more tests.",
213 description='Display pickled test results',
314 description="""gem5 testing multi tool.""",
/gem5/src/cpu/simple/
H A Dtiming.hh179 const char *description() const { return "Timing CPU tick"; } function in struct:TimingSimpleCPU::TimingCPUPort::TickEvent
207 const char *description() const { return "Timing CPU icache tick"; } function in struct:TimingSimpleCPU::IcachePort::ITickEvent
247 const char *description() const { return "Timing CPU dcache tick"; } function in struct:TimingSimpleCPU::DcachePort::DTickEvent
334 virtual const char *description() const;
/gem5/src/sim/
H A Dglobal_event.cc163 GlobalSyncEvent::description() const function in class:GlobalSyncEvent
H A Deventq.cc378 Event::description() const function in class:Event
395 DPRINTFN("%s event %s @ %d\n", description(), action, when());
401 cprintf("Event %s (%s)\n", name(), description());
H A Deventq.hh366 virtual const char *description() const;
816 const char *description() const { return "EventWrapped"; } function in class:EventWrapper
844 const char *description() const { return "EventFunctionWrapped"; } function in class:EventFunctionWrapper
H A Dstat_control.cc244 const char *description() const { return "GlobalStatEvent"; } function in class:Stats::StatEvent
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py62 parser = argparse.ArgumentParser(description='run RISC-V assembly tests')
/gem5/util/
H A Dgit-pre-commit.py52 description="gem5 git style checker hook") variable
H A Dminorview.py57 parser = argparse.ArgumentParser(description='Minor visualiser')
H A Dstyle.py96 description="Check a file for gem5 style violations", variable
/gem5/util/maint/
H A Dshow_changes_by_file.py87 description="List all changes between an upstream branch and a " \
H A Dlist_changes.py163 description="List incoming and outgoing changes in a feature branch")
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh105 std::string description, Profiler *profiler);
/gem5/src/mem/slicc/
H A Dmain.py63 description=brief_copyright)
/gem5/src/dev/
H A Dintel_8254_timer.hh97 /** Event description */
98 virtual const char *description() const;
H A Dmc146818.cc333 MC146818::RTCEvent::description() const function in class:MC146818::RTCEvent
347 MC146818::RTCTickEvent::description() const function in class:MC146818::RTCTickEvent
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py125 description="Generic ARM big.LITTLE configuration with "\
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh108 const char *description() const;
/gem5/configs/example/
H A Dhmctest.py98 parser = argparse.ArgumentParser(description="Simple system using HMC as\
/gem5/configs/topologies/
H A DMesh_westfirst.py49 description='Mesh_westfirst' variable in class:Mesh_westfirst
H A DMesh_XY.py47 description='Mesh_XY' variable in class:Mesh_XY
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1181 // The description string documents what the matcher does, and is used
1184 // C++ source files, we require the description to be a C-string
1187 // description.
1209 // where the description "is even" is automatically calculated from the
1247 // Note that both the matcher description and its parameter are
1264 // false, the expression should evaluate to the matcher's description;
1265 // otherwise it should evaluate to the description of the negation of
1285 // If you specify "" as the description, the failure message will
1333 // Sometimes the matcher description alone isn't enough to explain why
1381 #define MATCHER(name, description)\
[all...]
/gem5/util/streamline/
H A Dm5stats2streamline.py74 description="""
735 self.description = ""
975 if stat.description == "":
976 stat.description = m.group(2)
986 if stat.description == "":
987 stat.description = m.group(2)
1045 s.set("description", stat.description)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py423 group.add_option("-d", "--description", action="store", dest="description",
425 help="Optional description when creating an issue.")
430 "the description when creating an issue.")
1315 description = options.description
1317 if options.description:
1318 ErrorExit("Can't specify description and description_file")
1320 description = file.read()
1322 if description
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py423 group.add_option("-d", "--description", action="store", dest="description",
425 help="Optional description when creating an issue.")
430 "the description when creating an issue.")
1315 description = options.description
1317 if options.description:
1318 ErrorExit("Can't specify description and description_file")
1320 description = file.read()
1322 if description
[all...]

Completed in 46 milliseconds

123