ATLAS Offline Software
|
#include <procmaps.h>
Public Member Functions | |
Entry (const char *line) | |
Public Attributes | |
unsigned long | begAddress |
unsigned long | endAddress |
bool | readable |
bool | writable |
bool | executable |
bool | isPrivate |
unsigned int | offset |
=true page is private(COW), =false page is shared More... | |
unsigned int | dev [2] |
ino_t | inode |
dev[0] major, dev[1] minor More... | |
std::string | pathname |
Definition at line 20 of file procmaps.h.
procmaps::Entry::Entry | ( | const char * | line | ) |
Definition at line 11 of file procmaps.cxx.
unsigned long procmaps::Entry::begAddress |
Definition at line 22 of file procmaps.h.
unsigned int procmaps::Entry::dev[2] |
Definition at line 29 of file procmaps.h.
unsigned long procmaps::Entry::endAddress |
Definition at line 23 of file procmaps.h.
bool procmaps::Entry::executable |
Definition at line 26 of file procmaps.h.
ino_t procmaps::Entry::inode |
dev[0] major, dev[1] minor
Definition at line 30 of file procmaps.h.
bool procmaps::Entry::isPrivate |
Definition at line 27 of file procmaps.h.
unsigned int procmaps::Entry::offset |
=true page is private(COW), =false page is shared
Definition at line 28 of file procmaps.h.
std::string procmaps::Entry::pathname |
Definition at line 31 of file procmaps.h.
bool procmaps::Entry::readable |
Definition at line 24 of file procmaps.h.
bool procmaps::Entry::writable |
Definition at line 25 of file procmaps.h.