Linux Perf
call-graph-from-sql.TreeItem Class Reference
Collaboration diagram for call-graph-from-sql.TreeItem:
Collaboration graph

Public Member Functions

def __init__ (self, db, row, parent_item)
 
def setUpRoot (self)
 
def setUpLevel1 (self, comm_id, comm)
 
def setUpLevel2 (self, comm_id, thread_id, pid, tid)
 
def getChildItem (self, row)
 
def getParentItem (self)
 
def getRow (self)
 
def timePercent (self, b)
 
def branchPercent (self, b)
 
def addChild (self, call_path_id, name, dso, count, time, branch_count)
 
def selectCalls (self)
 
def childCount (self)
 
def columnCount (self)
 
def columnHeader (self, column)
 
def getData (self, column)
 

Public Attributes

 db
 
 row
 
 parent_item
 
 query_done
 
 child_count
 
 child_items
 
 data
 
 comm_id
 
 thread_id
 
 call_path_id
 
 branch_count
 
 time
 

Detailed Description

Definition at line 63 of file call-graph-from-sql.py.

Constructor & Destructor Documentation

◆ __init__()

def call-graph-from-sql.TreeItem.__init__ (   self,
  db,
  row,
  parent_item 
)

Definition at line 65 of file call-graph-from-sql.py.

Member Function Documentation

◆ addChild()

def call-graph-from-sql.TreeItem.addChild (   self,
  call_path_id,
  name,
  dso,
  count,
  time,
  branch_count 
)

Definition at line 137 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ branchPercent()

def call-graph-from-sql.TreeItem.branchPercent (   self,
  b 
)

Definition at line 131 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ childCount()

def call-graph-from-sql.TreeItem.childCount (   self)

Definition at line 207 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ columnCount()

def call-graph-from-sql.TreeItem.columnCount (   self)

Definition at line 212 of file call-graph-from-sql.py.

◆ columnHeader()

def call-graph-from-sql.TreeItem.columnHeader (   self,
  column 
)

Definition at line 215 of file call-graph-from-sql.py.

◆ getChildItem()

def call-graph-from-sql.TreeItem.getChildItem (   self,
  row 
)

Definition at line 116 of file call-graph-from-sql.py.

◆ getData()

def call-graph-from-sql.TreeItem.getData (   self,
  column 
)

Definition at line 219 of file call-graph-from-sql.py.

◆ getParentItem()

def call-graph-from-sql.TreeItem.getParentItem (   self)

Definition at line 119 of file call-graph-from-sql.py.

◆ getRow()

def call-graph-from-sql.TreeItem.getRow (   self)

Definition at line 122 of file call-graph-from-sql.py.

◆ selectCalls()

def call-graph-from-sql.TreeItem.selectCalls (   self)

Definition at line 156 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ setUpLevel1()

def call-graph-from-sql.TreeItem.setUpLevel1 (   self,
  comm_id,
  comm 
)

Definition at line 95 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ setUpLevel2()

def call-graph-from-sql.TreeItem.setUpLevel2 (   self,
  comm_id,
  thread_id,
  pid,
  tid 
)

Definition at line 111 of file call-graph-from-sql.py.

Here is the call graph for this function:

◆ setUpRoot()

def call-graph-from-sql.TreeItem.setUpRoot (   self)

Definition at line 81 of file call-graph-from-sql.py.

◆ timePercent()

def call-graph-from-sql.TreeItem.timePercent (   self,
  b 
)

Definition at line 125 of file call-graph-from-sql.py.

Here is the call graph for this function:

Member Data Documentation

◆ branch_count

call-graph-from-sql.TreeItem.branch_count

Definition at line 76 of file call-graph-from-sql.py.

◆ call_path_id

call-graph-from-sql.TreeItem.call_path_id

Definition at line 75 of file call-graph-from-sql.py.

◆ child_count

call-graph-from-sql.TreeItem.child_count

Definition at line 70 of file call-graph-from-sql.py.

◆ child_items

call-graph-from-sql.TreeItem.child_items

Definition at line 71 of file call-graph-from-sql.py.

◆ comm_id

call-graph-from-sql.TreeItem.comm_id

Definition at line 73 of file call-graph-from-sql.py.

◆ data

call-graph-from-sql.TreeItem.data

Definition at line 72 of file call-graph-from-sql.py.

◆ db

call-graph-from-sql.TreeItem.db

Definition at line 66 of file call-graph-from-sql.py.

◆ parent_item

call-graph-from-sql.TreeItem.parent_item

Definition at line 68 of file call-graph-from-sql.py.

◆ query_done

call-graph-from-sql.TreeItem.query_done

Definition at line 69 of file call-graph-from-sql.py.

◆ row

call-graph-from-sql.TreeItem.row

Definition at line 67 of file call-graph-from-sql.py.

◆ thread_id

call-graph-from-sql.TreeItem.thread_id

Definition at line 74 of file call-graph-from-sql.py.

◆ time

call-graph-from-sql.TreeItem.time

Definition at line 77 of file call-graph-from-sql.py.


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