gem5 v24.0.0.0
|
#include "cpu/testers/traffic_gen/pygen.hh"
#include "base/trace.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.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
void | gem5::pybind_init_tracers (py::module_ &m_native) |
Variables | |
static EmbeddedPyBind | gem5::_py_tracers ("trace", pybind_init_tracers) |