Lines Matching refs:parent_item

239 		parent_item = child_item.getParentItem()
240 return self.createIndex(parent_item.getRow(), 0, parent_item)
468 def __init__(self, glb, params, row, parent_item): argument
472 self.parent_item = parent_item
476 if parent_item:
477 self.level = parent_item.level + 1
485 return self.parent_item
509 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
510 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
553 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
554 … params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
557 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
558 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
559 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
561 …self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_c…
563 …nt), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
570 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
571 …GraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, parent_item)
598 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
599 super(CallGraphLevelOneItem, self).__init__(glb, params, row, parent_item)
788 …lb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
789 super(CallTreeLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
833 …omm_id, thread_id, calls_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
834 …glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
837 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
838 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
839 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
841 …self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_c…
843 …nt), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
850 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
851 …lTreeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, parent_item)
878 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
879 super(CallTreeLevelOneItem, self).__init__(glb, params, row, parent_item)
1474 def __init__(self, row, col, text, parent_item): argument
1476 self.parent_item = parent_item
1482 return self.parent_item
1500 def __init__(self, glb, row, data, parent_item): argument
1503 self.parent_item = parent_item
1516 return self.parent_item