gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::TraceCPU::FixedRetryGen::TraceElement Struct Reference

This struct stores a line in the trace file. More...

Public Member Functions

bool isValid () const
 Check validity of this element. More...
 
void clear ()
 Make this element invalid. More...
 

Public Attributes

MemCmd cmd
 Specifies if the request is to be a read or a write. More...
 
Addr addr
 The address for the request. More...
 
Addr blocksize
 The size of the access for the request. More...
 
Tick tick
 The time at which the request should be sent. More...
 
Request::FlagsType flags
 Potential request flags to use. More...
 
Addr pc
 Instruction PC. More...
 

Detailed Description

This struct stores a line in the trace file.

Definition at line 335 of file trace_cpu.hh.

Member Function Documentation

◆ clear()

void gem5::TraceCPU::FixedRetryGen::TraceElement::clear ( )
inline

Make this element invalid.

Definition at line 366 of file trace_cpu.hh.

References cmd, and gem5::MemCmd::InvalidCmd.

Referenced by gem5::TraceCPU::FixedRetryGen::nextExecute().

◆ isValid()

bool gem5::TraceCPU::FixedRetryGen::TraceElement::isValid ( ) const
inline

Check validity of this element.

Returns
if this element is valid

Definition at line 361 of file trace_cpu.hh.

References cmd, and gem5::MemCmd::InvalidCmd.

Referenced by gem5::TraceCPU::FixedRetryGen::tryNext().

Member Data Documentation

◆ addr

Addr gem5::TraceCPU::FixedRetryGen::TraceElement::addr

◆ blocksize

Addr gem5::TraceCPU::FixedRetryGen::TraceElement::blocksize

◆ cmd

MemCmd gem5::TraceCPU::FixedRetryGen::TraceElement::cmd

Specifies if the request is to be a read or a write.

Definition at line 339 of file trace_cpu.hh.

Referenced by clear(), isValid(), gem5::TraceCPU::FixedRetryGen::nextExecute(), gem5::TraceCPU::FixedRetryGen::InputStream::read(), and gem5::TraceCPU::FixedRetryGen::tryNext().

◆ flags

Request::FlagsType gem5::TraceCPU::FixedRetryGen::TraceElement::flags

Potential request flags to use.

Definition at line 351 of file trace_cpu.hh.

Referenced by gem5::TraceCPU::FixedRetryGen::InputStream::read(), and gem5::TraceCPU::FixedRetryGen::tryNext().

◆ pc

Addr gem5::TraceCPU::FixedRetryGen::TraceElement::pc

◆ tick

Tick gem5::TraceCPU::FixedRetryGen::TraceElement::tick

The documentation for this struct was generated from the following file:

Generated on Wed Dec 21 2022 10:23:15 for gem5 by doxygen 1.9.1