Lines Matching refs:parent_item
249 parent_item = child_item.getParentItem()
250 return self.createIndex(parent_item.getRow(), 0, parent_item)
487 def __init__(self, glb, params, row, parent_item): argument
491 self.parent_item = parent_item
495 if parent_item:
496 self.level = parent_item.level + 1
504 return self.parent_item
528 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
572 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
573 … params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
576 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
577 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
578 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
580 …self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_c…
582 …nt), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
590 …GraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, parent_item)
617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
618 super(CallGraphLevelOneItem, self).__init__(glb, params, row, parent_item)
808 … row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
809 super(CallTreeLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
854 …id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
855 …, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item)
858 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
859 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
860 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
862 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(in…
864 …me), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
872 …eeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, 0, parent_item)
899 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
900 super(CallTreeLevelOneItem, self).__init__(glb, params, row, parent_item)
2859 def __init__(self, row, col, text, parent_item): argument
2861 self.parent_item = parent_item
2867 return self.parent_item
2885 def __init__(self, glb, row, data, parent_item): argument
2888 self.parent_item = parent_item
2901 return self.parent_item