Lines Matching refs:parent_item

242 		parent_item = child_item.getParentItem()
243 return self.createIndex(parent_item.getRow(), 0, parent_item)
480 def __init__(self, glb, params, row, parent_item): argument
484 self.parent_item = parent_item
488 if parent_item:
489 self.level = parent_item.level + 1
497 return self.parent_item
521 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
522 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
565 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
566 … params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
569 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
570 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
571 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
573 …self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_c…
575 …nt), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
582 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
583 …GraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, parent_item)
610 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
611 super(CallGraphLevelOneItem, self).__init__(glb, params, row, parent_item)
801 … row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
802 super(CallTreeLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
847 …id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
848 …, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item)
851 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
852 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
853 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
855 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(in…
857 …me), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
864 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
865 …eeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, 0, parent_item)
892 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
893 super(CallTreeLevelOneItem, self).__init__(glb, params, row, parent_item)
2852 def __init__(self, row, col, text, parent_item): argument
2854 self.parent_item = parent_item
2860 return self.parent_item
2878 def __init__(self, glb, row, data, parent_item): argument
2881 self.parent_item = parent_item
2894 return self.parent_item