Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/
H A Dmemory.py1664 entry_indices['wired_mem'] = GetLedgerEntryIndex(ledger_template, 'wired_mem')
1666 entry_indices['phys_mem'] = GetLedgerEntryIndex(ledger_template, 'phys_mem')
1668 entry_indices['internal'] = GetLedgerEntryIndex(ledger_template, 'internal')
1670 entry_indices['external'] = GetLedgerEntryIndex(ledger_template, 'external')
1672 entry_indices['reusable'] = GetLedgerEntryIndex(ledger_template, 'reusable')
1674 … entry_indices['internal_compressed'] = GetLedgerEntryIndex(ledger_template, 'internal_compressed')
1786 idx = GetLedgerEntryIndex(ledger_template, "phys_mem")
H A Dprocess.py1677 def GetLedgerEntryIndex(template, name): function
1732 idx = GetLedgerEntryIndex(ledger_template, name)