Home
last modified time | relevance | path

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

/xnu-10002.81.5/tools/lldbmacros/
H A Dmemory.py190 …task_physmem_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_…
191 …task_iokit_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'iokit_m…
192 …task_phys_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_foo…
5072 …task_phys_footprint_ledger_entry = GetLedgerEntryWithName(ledger_template, task_ledgerp, 'phys_foo…
H A Dprocess.py1739 def GetLedgerEntryWithName(ledger_template, ledger, name): function