gem5 v24.0.0.0
|
This file contains miscellaneous classes and functions for formatting general trace information and also MinorTrace information. More...
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::minor |
Functions | |
template<class ... Args> | |
void | gem5::minor::minorTrace (const char *fmt, Args ...args) |
DPRINTFN for MinorTrace reporting. | |
template<class ... Args> | |
void | gem5::minor::minorInst (const Named &named, const char *fmt, Args ...args) |
DPRINTFN for MinorTrace MinorInst line reporting. | |
template<class ... Args> | |
void | gem5::minor::minorLine (const Named &named, const char *fmt, Args ...args) |
DPRINTFN for MinorTrace MinorLine line reporting. | |
This file contains miscellaneous classes and functions for formatting general trace information and also MinorTrace information.
MinorTrace is this model's cycle-by-cycle trace information for use by minorview.
Definition in file trace.hh.