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)
811 … row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
812 super(CallTreeLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
857 …id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
858 …, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item)
861 insn_pcnt = PercentToOneDP(insn_cnt, parent_item.insn_cnt)
862 cyc_pcnt = PercentToOneDP(cyc_cnt, parent_item.cyc_cnt)
863 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
865 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(in…
867 …me), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_c…
874 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
875 …eeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, 0, parent_item)
902 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
903 super(CallTreeLevelOneItem, self).__init__(glb, params, row, parent_item)
2862 def __init__(self, row, col, text, parent_item): argument
2864 self.parent_item = parent_item
2870 return self.parent_item
2888 def __init__(self, glb, row, data, parent_item): argument
2891 self.parent_item = parent_item
2904 return self.parent_item