gem5  v20.0.0.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
X86ISA::ProcessInfo Class Reference

#include <stacktrace.hh>

Public Member Functions

 ProcessInfo (ThreadContext *_tc)
 
Addr task (Addr ksp) const
 
int pid (Addr ksp) const
 
std::string name (Addr ksp) const
 

Private Attributes

ThreadContexttc
 
int thread_info_size
 
int task_struct_size
 
int task_off
 
int pid_off
 
int name_off
 

Detailed Description

Definition at line 41 of file stacktrace.hh.

Constructor & Destructor Documentation

◆ ProcessInfo()

X86ISA::ProcessInfo::ProcessInfo ( ThreadContext _tc)

Member Function Documentation

◆ name()

std::string X86ISA::ProcessInfo::name ( Addr  ksp) const

Definition at line 96 of file stacktrace.cc.

References ThreadContext::getVirtProxy(), name_off, PortProxy::readString(), task(), and tc.

◆ pid()

int X86ISA::ProcessInfo::pid ( Addr  ksp) const

◆ task()

Addr X86ISA::ProcessInfo::task ( Addr  ksp) const

Definition at line 66 of file stacktrace.cc.

References X86ISA::base, ThreadContext::getVirtProxy(), X86ISA::GuestByteOrder, PortProxy::read(), task_off, tc, and ULL.

Referenced by name(), and pid().

Member Data Documentation

◆ name_off

int X86ISA::ProcessInfo::name_off
private

Definition at line 50 of file stacktrace.hh.

Referenced by name(), and ProcessInfo().

◆ pid_off

int X86ISA::ProcessInfo::pid_off
private

Definition at line 49 of file stacktrace.hh.

Referenced by pid(), and ProcessInfo().

◆ task_off

int X86ISA::ProcessInfo::task_off
private

Definition at line 48 of file stacktrace.hh.

Referenced by ProcessInfo(), and task().

◆ task_struct_size

int X86ISA::ProcessInfo::task_struct_size
private

Definition at line 47 of file stacktrace.hh.

Referenced by ProcessInfo().

◆ tc

ThreadContext* X86ISA::ProcessInfo::tc
private

Definition at line 44 of file stacktrace.hh.

Referenced by name(), pid(), ProcessInfo(), and task().

◆ thread_info_size

int X86ISA::ProcessInfo::thread_info_size
private

Definition at line 46 of file stacktrace.hh.

Referenced by ProcessInfo().


The documentation for this class was generated from the following files:

Generated on Mon Jun 8 2020 15:46:06 for gem5 by doxygen 1.8.13