Home
last modified time | relevance | path

Searched refs:child_item (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py245 child_item = child.internalPointer()
246 if child_item is self.root:
248 parent_item = child_item.getParentItem()
252 child_item = self.Item(parent).getChildItem(row)
253 return self.createIndex(row, column, child_item)
563 child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0), query.value(1), query.value(2), query.value(3), int(query.value(4)), insn_cnt, cyc_cnt, branch_count, self)
564 self.child_items.append(child_item)
598 for child_item in self.child_items:
599 self.time += child_item.time
600 self.insn_cnt += child_item
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py246 child_item = child.internalPointer()
247 if child_item is self.root:
249 parent_item = child_item.getParentItem()
253 child_item = self.Item(parent).getChildItem(row)
254 return self.createIndex(row, column, child_item)
564 child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.thread_id, query.value(0), query.value(1), query.value(2), query.value(3), int(query.value(4)), insn_cnt, cyc_cnt, branch_count, self)
565 self.child_items.append(child_item)
599 for child_item in self.child_items:
600 self.time += child_item.time
601 self.insn_cnt += child_item
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dsnap.c132 INIT_LIST_HEAD(&realm->child_item); in ceph_create_snap_realm()
199 list_del_init(&realm->child_item); in __destroy_snap_realm()
309 list_del_init(&realm->child_item); in adjust_snap_realm_parent()
314 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent()
459 list_for_each_entry(child, &_realm->children, child_item) { in rebuild_snap_realms()
467 list_for_each_entry(child, &_realm->children, child_item) in rebuild_snap_realms()
H A Dsuper.h930 struct list_head child_item; member
/kernel/linux/linux-5.10/fs/ceph/
H A Dsnap.c127 INIT_LIST_HEAD(&realm->child_item); in ceph_create_snap_realm()
193 list_del_init(&realm->child_item); in __destroy_snap_realm()
299 list_del_init(&realm->child_item); in adjust_snap_realm_parent()
304 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent()
428 list_for_each_entry(child, &realm->children, child_item) in rebuild_snap_realms()
H A Dsuper.h871 struct list_head child_item; member

Completed in 15 milliseconds