Linux Perf
parse_events_state Struct Reference

#include <parse-events.h>

Collaboration diagram for parse_events_state:
Collaboration graph

Public Attributes

struct list_head list
 
int idx
 
int nr_groups
 
struct parse_events_errorerror
 
struct perf_evlistevlist
 
struct list_head * terms
 

Detailed Description

Definition at line 115 of file parse-events.h.

Member Data Documentation

◆ error

struct parse_events_error* parse_events_state::error

Definition at line 119 of file parse-events.h.

◆ evlist

struct perf_evlist* parse_events_state::evlist

Definition at line 120 of file parse-events.h.

◆ idx

int parse_events_state::idx

Definition at line 117 of file parse-events.h.

◆ list

struct list_head parse_events_state::list

Definition at line 116 of file parse-events.h.

◆ nr_groups

int parse_events_state::nr_groups

Definition at line 118 of file parse-events.h.

◆ terms

struct list_head* parse_events_state::terms

Definition at line 121 of file parse-events.h.


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