Home
last modified time | relevance | path

Searched refs:GetLedgerEntryWithName (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/tools/lldbmacros/
H A Dmemory.py181 …task_physmem_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_…
182 …task_iokit_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'iokit_m…
183 …task_phys_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_foo…
5062 …task_phys_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_foo…
H A Dprocess.py1734 def GetLedgerEntryWithName(ledger_template, ledger, name): function