Searched refs:name (Results 451 - 475 of 1016) sorted by relevance

<<11121314151617181920>>

/gem5/src/cpu/o3/
H A Dcommit_impl.hh25 * neither the name of the copyright holders nor the names of its
134 DefaultCommit<Impl>::name() const function in class:DefaultCommit
136 return cpu->name() + ".commit";
154 .name(name() + ".commitSquashedInsts")
159 .name(name() + ".commitNonSpecStalls")
165 .name(name() + ".branchMispredicts")
171 .name(nam
[all...]
/gem5/util/stats/
H A Doutput.py11 # neither the name of the copyright holders nor the names of its
39 def display(self, name, printmode = 'G'):
63 print '%-50s %s' % (job.name + ':', valstring)
65 def graph(self, name, graphdir, proxy=None):
102 html = file(joinpath(directory, '%s.html' % name), 'w')
104 print >>html, '<title>Graphs for %s</title>' % name
191 names = [ opt.name for opt in options ]
198 basename = '%s-%s' % (name, ':'.join(names))
/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator2_DMI.h57 SimpleLTInitiator2_dmi(sc_core::sc_module_name name, argument
60 sc_core::sc_module(name),
107 std::cout << name() << ": Send write request: A = 0x"
113 std::cout << name() << ": Send read request: A = 0x"
122 std::cout << name() << ": Received error response @ "
126 std::cout << name() << ": Received ok response";
237 std::cout << name() << ", <<SimpleLTInitiator1>>:" << std::endl
/gem5/src/mem/qos/
H A Dmem_sink.cc21 * neither the name of the copyright holders nor the names of its
52 writeBufferSize(p->write_buffer_size), port(name() + ".port", *this),
102 pkt->pushLabel(name());
339 numReadRetries.name(name() + ".numReadRetries")
341 numWriteRetries.name(name() + ".numWriteRetries")
367 pkt->pushLabel(memory.name());
/gem5/ext/testlib/
H A Dmain.py11 # neither the name of the copyright holders nor the names of its
99 def _append_inc_tag_filter(name):
100 if hasattr(cfg, name):
101 tag_opts = getattr(cfg, name)
105 def _append_rem_tag_filter(name):
106 if hasattr(cfg, name):
107 tag_opts = getattr(cfg, name)
108 for tag in cfg.constants.supported_tags[name]:
H A Duid.py11 # neither the name of the copyright holders nor the names of its
63 return SuiteUID(filepath, suite.name)
67 return TestUID(filepath, test.name, test.parent_suite.name)
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp16 sc_assert(strcmp(h.name(), "") == 0);
71 sc_assert(strcmp(h2.name(), "top.m.T") == 0);
87 sc_assert(strcmp(h3.name(), "top.m.T.dyn_thread") == 0);
117 sc_assert(strcmp(h3.name(), "top.m.stat_thread") == 0);
141 sc_assert(strcmp(h3.name(), "top.m.stat_method") == 0);
165 sc_assert(strcmp(h3.name(), "top.m.T.dyn_thread") == 0);
187 sc_assert(strcmp(h3.name(), "top.m.T.dyn_method") == 0);
209 sc_assert(strcmp(h2.name(), "top.m.CT") == 0);
228 sc_assert(strcmp(h2.name(), "top.m.ME") == 0);
/gem5/util/
H A Dgem5img.py171 def __init__(self, name, description, posArgs):
172 self.name = name
176 commands[self.name] = self
177 commandOrder.append(self.name)
199 exit('Unimplemented command %s!' % self.name)
362 for name in commandOrder:
363 command = commands[name]
364 print ' %s: %s' % (command.name, command.description)
/gem5/src/systemc/core/
H A Dmodule.cc11 * neither the name of the copyright holders nor the names of its
53 Module::Module(const char *name) : argument
54 _name(name), _sc_mod(nullptr), _obj(nullptr), _ended(false),
146 std::string msg = csprintf("module '%s'", name());
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh11 * neither the name of the copyright holders nor the names of its
123 sc_process_b(const char *name) : sc_object(name), file(nullptr), lineno(0) argument
181 const char *name() const;
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp33 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
111 std::cout << name()
128 std::cout << name()
210 << sc_get_current_process_handle().name()
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dstar111004.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
42 # File name : io_controller.cpp
168 flog << sc_time_stamp()<<": "<<name()<<"::control_write - Attention Request" << endl;
181 flog << sc_time_stamp()<<": "<<name()<<"::control_write - writing mii_frame into out_fifo" << endl;
229 flog << sc_time_stamp()<<": "<<name()<<"::control_read " << endl;
/gem5/src/arch/arm/
H A Dstacktrace.cc12 * neither the name of the copyright holders nor the names of its
48 readSymbol(ThreadContext *tc, const std::string name) argument
54 if (!symtab->findAddress(name, addr))
100 ProcessInfo::name(Addr ksp) const function in class:ArmISA::ProcessInfo
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc21 * neither the name of the copyright holders nor the names of its
232 .name(name() + ".pfIdentified")
236 .name(name() + ".pfBufferHit")
240 .name(name() + ".pfInCache")
244 .name(name() + ".pfRemovedFull")
248 .name(nam
[all...]
H A Dbase.hh24 * neither the name of the copyright holders nor the names of its
73 const std::string &name, bool _isFill = false,
75 : ProbeListenerArgBase(pm, name),
373 * Add a SimObject and a probe name to listen events from
375 * @param name The probe name
377 void addEventProbe(SimObject *obj, const char *name);
72 PrefetchListener(BasePrefetcher &_parent, ProbeManager *pm, const std::string &name, bool _isFill = false, bool _miss = false) argument
/gem5/src/dev/arm/
H A Dsmmu_v3.cc21 * neither the name of the copyright holders nor the names of its
60 masterPort(name() + ".master", *this),
61 masterTableWalkPort(name() + ".master_walker", *this),
62 controlPort(name() + ".control", *this, params->reg_map),
97 commandExecutor(name() + ".cmd_exec", *this),
748 csprintf("%s.utlb%d", name(), i));
750 csprintf("%s.maintlb%d", name(), i));
753 tlb.regStats(name() + ".tlb");
754 configCache.regStats(name() + ".cfg");
755 ipaCache.regStats(name()
818 getPort(const std::string &name, PortID id) argument
[all...]
H A Dsmmu_v3_caches.cc21 * neither the name of the copyright holders nor the names of its
86 SMMUv3BaseCache::regStats(const std::string &name) argument
92 .name(name + ".averageLookups")
97 .name(name + ".totalLookups")
105 .name(name + ".averageMisses")
110 .name(name
1228 regStats(const std::string &name) argument
[all...]
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc12 * neither the name of the copyright holders nor the names of its
37 instPort(params->name + ".inst_port", this),
38 dataPort(params->name + ".data_port", this),
39 memPort(params->name + ".mem_side", this),
49 // This is the name from the Python SimObject declaration (SimpleMemobj.py)
/gem5/src/base/stats/
H A Dinfo.hh12 * neither the name of the copyright holders nor the names of its
74 /** The name of the stat. */
75 std::string name; member in class:Stats::Info
100 /** Set the name of this statistic */
101 void setName(const std::string &name);
102 void setName(const Group *parent, const std::string &name);
140 * Checks if the first stat's name is alphabetically less than the second.
145 * @return stat1's name is alphabetically before stat2's
/gem5/src/cpu/
H A Dbase.cc27 * neither the name of the copyright holders nor the names of its
111 "%lli, IPC: %0.8d\n", cpu->name(), temp, temp - lastNumInst,
116 "committed: %lli\n", curTick(), cpu->name(), temp,
143 enterPwrGatingEvent([this]{ enterPwrGating(); }, name())
227 const string fname = csprintf("ftrace.%s", name());
237 [this]{ enableFunctionTrace(); }, name(), true);
248 name(), interrupts.size(), numThreads);
257 name());
379 BaseCPU::pmuProbePoint(const char *name)
382 ptr.reset(new ProbePoints::PMU(getProbeManager(), name));
[all...]
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc17 * 3. Neither the name of the copyright holder nor the names of its contributors
65 cleanupEvent([this]{ cleanup(); }, name(), false,
67 exitEvent([this]{ exitCallback(); }, name())
117 name(), i), this, i));
123 name(), i), this, i));
950 .name(name() + ".local_TLB_accesses")
955 .name(name() + ".local_TLB_hits")
960 .name(nam
[all...]
/gem5/ext/libfdt/
H A Dfdt.h68 char name[0]; member in struct:fdt_node_header
83 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */
85 #define FDT_PROP 0x3 /* Property: name off,
/gem5/ext/ply/ply/
H A Dlex.py17 # * Neither the name of the David Beazley or Dabeaz LLC may be used to
95 def __getattribute__(self,name):
451 for f,name in zip(funclist,namelist):
453 result.append((name, f[1]))
515 # Given a declaration name s of the form "t_" and a dictionary whose keys are
517 # is a tuple of state names and tokenname is the name of the token. For example,
598 self.log.error("Bad token name '%s'",n)
634 name, statetype = s
635 if not isinstance(name,StringTypes):
636 self.log.error("State name
[all...]
/gem5/src/arch/alpha/
H A Dosfpal.hh12 * neither the name of the copyright holders nor the names of its
79 static const char *name(int index);
/gem5/src/sim/
H A Dcxx_manager.hh21 * neither the name of the copyright holders nor the names of its
82 std::string name; member in class:CxxConfigManager::Exception
87 name(name_), message(message_)
95 /** Name substitution when instantiating any object whose name starts
97 * in the code, `object' as part of a name usually refers to the
98 * unrenamed name (the name as it appears in the config file) and
99 * `instance' is part of the renamed name */
113 /** SimObject indexed by name */
142 /** Apply the first matching renaming in renamings to the given name */
166 resolveSimObject(const std::string &name) argument
[all...]

Completed in 26 milliseconds

<<11121314151617181920>>