Searched refs:getName (Results 1 - 19 of 19) sorted by relevance

/gem5/src/sim/probe/
H A Dprobe.cc90 if ((*p)->getName() == pointName) {
107 if ((*p)->getName() == pointName) {
121 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s.\n", point.getName(), object->name());
124 if ((*p)->getName() == point.getName()) {
125 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s failed, already added.\n", point.getName(), object->name());
H A Dprobe.hh145 std::string getName() const { return name; } function in class:ProbePoint
/gem5/ext/dsent/util/
H A DResult.cc89 const String& Result::getName() const function in class:DSENT::Result
96 throw LibUtil::Exception("[Error] " + getName() + " -> Cannot set the value of a non-atomic result!");
102 throw LibUtil::Exception("[Error] " + getName() +
109 throw LibUtil::Exception("[Error] " + getName() + " -> Cannot get the value of a non-atomic result!");
186 const String& temp_result_name = temp_result->getName();
214 const String& temp_result_name = temp_result->getName();
H A DResult.h73 const String& getName() const;
/gem5/src/mem/cache/compressors/
H A Dcpack.cc217 patternStats.subname(i, Pattern::getName(i));
219 Pattern::getName(i));
H A Dbdi.hh240 std::string getName() const;
H A Dcpack.hh314 static std::string getName(int number) function in class:CPack::Pattern
352 getName(patternNumber), getCode(), getSizeBits());
H A Dbdi.cc65 BDI::BDICompData::getName() const function in class:BDI::BDICompData
451 bdi_data->getName(), bdi_data->getSizeBits());
/gem5/ext/sst/
H A Dgem5.cc76 dbg.init("@t:gem5:@p():@l " + getName() + ": ", 0, 0,
78 info.init("gem5:" + getName() + ": ", 0, 0, Output::STDOUT);
93 getName().c_str());
/gem5/ext/dsent/model/
H A DModel.cc331 const String& area_name = area_->getName();
363 const String& ndd_power_name = ndd_power_->getName();
395 const String& event_name = event_->getName();
663 ost_ << prepend_str_ << getInstanceName() << "->" << result->getName() << endl;
670 ost_ << prepend_str_ << getInstanceName() << "->" << result->getName() << endl;
/gem5/src/sim/
H A Dcxx_config.hh144 virtual const std::string &getName() { return invalidName; } function in class:CxxConfigParams
H A Dcxx_manager.cc669 params->getName());
/gem5/src/cpu/minor/
H A Ddyn_inst.cc128 os << inst.staticInst->getName();
/gem5/src/cpu/
H A Dstatic_inst.hh336 std::string getName() { return mnemonic; } function in class:StaticInst
/gem5/src/gpu-compute/
H A Dlds_state.hh401 getName() function in class:LdsState
/gem5/src/cpu/checker/
H A Dcpu_impl.hh474 curStaticInst->getName(), inst->staticInst->getName());
/gem5/ext/mcpat/
H A DxmlParser.h348 XMLCSTR getName() const; ///< name of the node
H A DxmlParser.cc1989 XMLCSTR name = xnode.getName();
2939 XMLCSTR XMLNode::getName() const { function in class:XMLNode
/gem5/src/cpu/simple/
H A Dbase.cc560 curStaticInst->getName(), curStaticInst->machInst);

Completed in 55 milliseconds