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

Data Fields

struct filter_opops
 
struct list_head opstack
 
struct list_head postfix
 
int lasterr
 
int lasterr_pos
 
struct {
   char *   string
 
   unsigned int   cnt
 
   unsigned int   tail
 
infix
 
struct {
   char   string [MAX_FILTER_STR_VAL]
 
   int   pos
 
   unsigned int   tail
 
operand
 

Detailed Description

Definition at line 114 of file trace_events_filter.c.

Field Documentation

unsigned int cnt

Definition at line 123 of file trace_events_filter.c.

struct { ... } infix
int lasterr

Definition at line 118 of file trace_events_filter.c.

int lasterr_pos

Definition at line 119 of file trace_events_filter.c.

struct { ... } operand

Definition at line 115 of file trace_events_filter.c.

struct list_head opstack

Definition at line 116 of file trace_events_filter.c.

int pos

Definition at line 129 of file trace_events_filter.c.

struct list_head postfix

Definition at line 117 of file trace_events_filter.c.

Definition at line 122 of file trace_events_filter.c.

Definition at line 128 of file trace_events_filter.c.

unsigned int tail

Definition at line 124 of file trace_events_filter.c.


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