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

#include <perf_event.h>

Data Fields

int(* is_in_guest )(void)
 
int(* is_user_mode )(void)
 
unsigned long(* get_guest_ip )(void)
 

Detailed Description

Definition at line 29 of file perf_event.h.

Field Documentation

unsigned long(* get_guest_ip)(void)

Definition at line 32 of file perf_event.h.

int(* is_in_guest)(void)

Definition at line 30 of file perf_event.h.

int(* is_user_mode)(void)

Definition at line 31 of file perf_event.h.


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