Linux Perf
attr.Event Class Reference
Inheritance diagram for attr.Event:
Inheritance graph
Collaboration diagram for attr.Event:
Collaboration graph

Public Member Functions

def add (self, data)
 
def __init__ (self, name, data, base)
 
def equal (self, other)
 
def optional (self)
 
def diff (self, other)
 

Public Attributes

 name
 
 group
 

Static Public Attributes

list terms
 

Detailed Description

Definition at line 47 of file attr.py.

Constructor & Destructor Documentation

◆ __init__()

def attr.Event.__init__ (   self,
  name,
  data,
  base 
)

Definition at line 93 of file attr.py.

Member Function Documentation

◆ add()

def attr.Event.add (   self,
  data 
)

Definition at line 88 of file attr.py.

◆ diff()

def attr.Event.diff (   self,
  other 
)

Definition at line 114 of file attr.py.

Here is the call graph for this function:

◆ equal()

def attr.Event.equal (   self,
  other 
)

Definition at line 100 of file attr.py.

Here is the call graph for this function:

◆ optional()

def attr.Event.optional (   self)

Definition at line 109 of file attr.py.

Member Data Documentation

◆ group

attr.Event.group

Definition at line 96 of file attr.py.

◆ name

attr.Event.name

Definition at line 95 of file attr.py.

◆ terms

list attr.Event.terms
static

Definition at line 48 of file attr.py.


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