Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
machine Struct Reference

#include <map.h>

Data Fields

struct rb_node rb_node
 
pid_t pid
 
u16 id_hdr_size
 
charroot_dir
 
struct rb_root threads
 
struct list_head dead_threads
 
struct threadlast_match
 
struct list_head user_dsos
 
struct list_head kernel_dsos
 
struct map_groups kmaps
 
struct mapvmlinux_maps [MAP__NR_TYPES]
 

Detailed Description

Definition at line 64 of file map.h.

Field Documentation

struct list_head dead_threads

Definition at line 70 of file map.h.

u16 id_hdr_size

Definition at line 67 of file map.h.

struct list_head kernel_dsos

Definition at line 73 of file map.h.

Definition at line 74 of file map.h.

struct thread* last_match

Definition at line 71 of file map.h.

Definition at line 66 of file map.h.

Definition at line 65 of file map.h.

char* root_dir

Definition at line 68 of file map.h.

struct rb_root threads

Definition at line 69 of file map.h.

struct list_head user_dsos

Definition at line 72 of file map.h.

struct map* vmlinux_maps[MAP__NR_TYPES]

Definition at line 75 of file map.h.


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