gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
ArmLinux64::rusage Struct Reference

For getrusage(). More...

#include <linux.hh>

Public Attributes

struct timeval ru_utime
 user time used More...
 
struct timeval ru_stime
 system time used More...
 
int64_t ru_maxrss
 max rss More...
 
int64_t ru_ixrss
 integral shared memory size More...
 
int64_t ru_idrss
 integral unshared data " More...
 
int64_t ru_isrss
 integral unshared stack " More...
 
int64_t ru_minflt
 page reclaims - total vmfaults More...
 
int64_t ru_majflt
 page faults More...
 
int64_t ru_nswap
 swaps More...
 
int64_t ru_inblock
 block input operations More...
 
int64_t ru_oublock
 block output operations More...
 
int64_t ru_msgsnd
 messages sent More...
 
int64_t ru_msgrcv
 messages received More...
 
int64_t ru_nsignals
 signals received More...
 
int64_t ru_nvcsw
 voluntary context switches More...
 
int64_t ru_nivcsw
 involuntary " More...
 

Detailed Description

For getrusage().

Definition at line 476 of file linux.hh.

Member Data Documentation

int64_t ArmLinux64::rusage::ru_idrss

integral unshared data "

Definition at line 481 of file linux.hh.

int64_t ArmLinux64::rusage::ru_inblock

block input operations

Definition at line 486 of file linux.hh.

int64_t ArmLinux64::rusage::ru_isrss

integral unshared stack "

Definition at line 482 of file linux.hh.

int64_t ArmLinux64::rusage::ru_ixrss

integral shared memory size

Definition at line 480 of file linux.hh.

int64_t ArmLinux64::rusage::ru_majflt

page faults

Definition at line 484 of file linux.hh.

int64_t ArmLinux64::rusage::ru_maxrss

max rss

Definition at line 479 of file linux.hh.

int64_t ArmLinux64::rusage::ru_minflt

page reclaims - total vmfaults

Definition at line 483 of file linux.hh.

int64_t ArmLinux64::rusage::ru_msgrcv

messages received

Definition at line 489 of file linux.hh.

int64_t ArmLinux64::rusage::ru_msgsnd

messages sent

Definition at line 488 of file linux.hh.

int64_t ArmLinux64::rusage::ru_nivcsw

involuntary "

Definition at line 492 of file linux.hh.

int64_t ArmLinux64::rusage::ru_nsignals

signals received

Definition at line 490 of file linux.hh.

int64_t ArmLinux64::rusage::ru_nswap

swaps

Definition at line 485 of file linux.hh.

int64_t ArmLinux64::rusage::ru_nvcsw

voluntary context switches

Definition at line 491 of file linux.hh.

int64_t ArmLinux64::rusage::ru_oublock

block output operations

Definition at line 487 of file linux.hh.

struct timeval ArmLinux64::rusage::ru_stime

system time used

Definition at line 478 of file linux.hh.

struct timeval ArmLinux64::rusage::ru_utime

user time used

Definition at line 477 of file linux.hh.


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

Generated on Fri Jun 9 2017 13:04:01 for gem5 by doxygen 1.8.6