Searched refs:profile (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/
H A Dthread_state.cc35 #include "cpu/profile.hh"
50 profile(NULL), profileNode(NULL), profilePC(0), quiesceEvent(NULL),
144 if (profile)
145 profile->clear();
151 if (profile)
152 profile->sample(profileNode, profilePC);
H A Dsimple_thread.cc60 #include "cpu/profile.hh"
98 if (baseCpu->params()->profile) {
99 profile = new FunctionProfile(system->kernelSymtab);
164 OutputStream *os(simout.create(csprintf("profile.%s.dat", baseCpu->name())));
165 profile->dump(this, *os->stream());
H A Dthread_state.hh37 #include "cpu/profile.hh"
182 FunctionProfile *profile; member in struct:ThreadState
H A Dbase.cc62 #include "cpu/profile.hh"
254 if (params()->profile)
709 schedule(profileEvent, curTick() + params()->profile);
H A DBaseCPU.py175 profile = Param.Latency('0ns', "trace the kernel stack") variable in class:BaseCPU
/gem5/src/cpu/o3/
H A Dthread_state.hh99 if (cpu->params()->profile) {
100 profile = new FunctionProfile(
151 simout.create(csprintf("profile.%s.dat", cpu->name())));
152 profile->dump(tc, *os->stream());
H A Dcommit_impl.hh1284 if (thread[tid]->profile) {
1286 ProfileNode *node = thread[tid]->profile->consume(
/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh88 * to profile block if end of block.
90 void profile(const std::pair<SimpleThread*, StaticInstPtr>&);
H A Dsimpoint.cc74 &SimPoint::profile));
78 SimPoint::profile(const std::pair<SimpleThread*, StaticInstPtr>& p) function in class:SimPoint
/gem5/util/stats/
H A Dprofile.py252 label_ex = re.compile(r'profile\.(.*).dat')
467 profile = FuncProfile()
469 profile = PCProfile()
472 profile.categorize = None
473 profile.inputdir(jobfile.rootdir)
477 profile.cpu = cpu
482 output = StatOutput(jobfile, info=profile)
490 profile.cpu = cpu
491 profile.write_dot(jobfile=jobfile, threshold=threshold)
495 profile
[all...]
/gem5/ext/ply/example/ansic/
H A Dcparse.py854 import profile
859 #profile.run("yacc.yacc(method='LALR')")
/gem5/src/cpu/simple/
H A Dbase.cc63 #include "cpu/profile.hh"
589 if (FullSystem && thread->profile) {
592 ProfileNode *node = thread->profile->consume(threadContexts[curThread],
/gem5/src/arch/hsail/
H A DBrig_new.hpp1312 BrigProfile8_t profile; member in struct:BrigDirectiveModule

Completed in 40 milliseconds