Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
debug.h File Reference
#include <linux/fs.h>

Go to the source code of this file.

Data Structures

struct  __debug_entry
 

Macros

#define __DEBUG_FEATURE_VERSION   2 /* version of debug feature */
 

Functions

struct __debug_entry __attribute__ ((packed))
 

Variables

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
 

Macro Definition Documentation

#define __DEBUG_FEATURE_VERSION   2 /* version of debug feature */

Definition at line 32 of file debug.h.

Function Documentation

struct __debug_entry __attribute__ ( (packed)  )
read

Definition at line 171 of file esd_usb2.c.

Variable Documentation

void* caller

Definition at line 40 of file debug.h.

u16 clock

Definition at line 32 of file debug.h.

unsigned long long cpuid

Definition at line 35 of file debug.h.

unsigned long long exception

Definition at line 33 of file debug.h.

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

Definition at line 34 of file debug.h.

unsigned long long stck

Definition at line 38 of file debug.h.