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

#include <debug.h>

Data Fields

union {
   struct {
      unsigned long long   clock:52
 
      unsigned long long   exception:1
 
      unsigned long long   level:3
 
      unsigned long long   cpuid:8
 
   }   fields
 
   unsigned long long   stck
 
id
 
voidcaller
 

Detailed Description

Definition at line 17 of file debug.h.

Field Documentation

void* caller

Definition at line 28 of file debug.h.

unsigned long long clock

Definition at line 20 of file debug.h.

unsigned long long cpuid

Definition at line 23 of file debug.h.

unsigned long long exception

Definition at line 21 of file debug.h.

struct { ... } fields
union { ... } id
unsigned long long level

Definition at line 22 of file debug.h.

unsigned long long stck

Definition at line 26 of file debug.h.


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