Linux Perf
attr Namespace Reference

Classes

class  Event
 
class  Fail
 
class  Notest
 
class  Test
 
class  Unsup
 

Functions

def data_equal (a, b)
 
def run_tests (options)
 
def setup_log (verbose)
 
def main ()
 

Variables

string USAGE
 

Function Documentation

◆ data_equal()

def attr.data_equal (   a,
  b 
)

Definition at line 13 of file attr.py.

◆ main()

def attr.main ( void  )

Definition at line 356 of file attr.py.

Here is the call graph for this function:

◆ run_tests()

def attr.run_tests (   options)

Definition at line 321 of file attr.py.

◆ setup_log()

def attr.setup_log (   verbose)

Definition at line 330 of file attr.py.

Variable Documentation

◆ USAGE

string attr.USAGE
Initial value:
1 = '''%s [OPTIONS]
2  -d dir # tests dir
3  -p path # perf binary
4  -t test # single test
5  -v # verbose level
6 ''' % sys.argv[0]

Definition at line 349 of file attr.py.