|
gem5
v19.0.0.0
|
#include "cpu/testers/traffic_gen/pygen.hh"#include "config/have_protobuf.hh"#include "debug/TrafficGen.hh"#include "params/PyTrafficGen.hh"#include "sim/init.hh"Go to the source code of this file.
Functions | |
| void | pybind_init_tracers (py::module &m_native) |
Variables | |
| static EmbeddedPyBind | _py_tracers ("trace", pybind_init_tracers) |
| void pybind_init_tracers | ( | py::module & | m_native | ) |
Definition at line 83 of file pygen.cc.
References _py_tracers, ArmISA::m, and PyTrafficGen::PyTrafficGen().
|
static |
Referenced by pybind_init_tracers().