Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py1803 entry_indices['wired_mem'] = GetLedgerEntryIndex(ledger_template, 'wired_mem')
1805 entry_indices['phys_mem'] = GetLedgerEntryIndex(ledger_template, 'phys_mem')
1807 entry_indices['internal'] = GetLedgerEntryIndex(ledger_template, 'internal')
1809 entry_indices['external'] = GetLedgerEntryIndex(ledger_template, 'external')
1811 entry_indices['reusable'] = GetLedgerEntryIndex(ledger_template, 'reusable')
1813 … entry_indices['internal_compressed'] = GetLedgerEntryIndex(ledger_template, 'internal_compressed')
1909 idx = GetLedgerEntryIndex(ledger_template, "phys_mem")
H A Dprocess.py1617 def GetLedgerEntryIndex(template, name): function
1672 idx = GetLedgerEntryIndex(ledger_template, name)