Searched refs:ElasticTrace (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc48 #include "debug/ElasticTrace.hh"
51 ElasticTrace::ElasticTrace(const ElasticTraceParams* params) function in class:ElasticTrace
95 Callback* cb = new MakeCallback<ElasticTrace,
96 &ElasticTrace::flushTraces>(this);
101 ElasticTrace::regProbeListeners()
118 ElasticTrace::regEtraceListeners()
125 listeners.push_back(new ProbeListenerArg<ElasticTrace, RequestPtr>(this,
126 "FetchRequest", &ElasticTrace::fetchReqTrace));
127 listeners.push_back(new ProbeListenerArg<ElasticTrace,
[all...]
H A DElasticTrace.py42 class ElasticTrace(ProbeListenerObject): class in inherits:ProbeListenerObject
43 type = 'ElasticTrace'
H A Delastic_trace.hh60 #include "params/ElasticTrace.hh"
88 class ElasticTrace : public ProbeListenerObject class in inherits:ProbeListenerObject
101 ElasticTrace(const ElasticTraceParams *params);
/gem5/configs/common/
H A DCpuConfig.py113 cpu.traceListener = m5.objects.ElasticTrace(

Completed in 9 milliseconds