Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/CoreEntitlements/
H A Dder_vm.h36 bool sorted; member
/xnu-11215.1.10/tools/
H A Dformat_vm_parameter_validation.py119 for code in sorted(codes.keys()):
509 for config in sorted(all_configurations):
/xnu-11215.1.10/tools/lldbmacros/
H A Dmacho.py339 sorted_blocks = sorted(blocks, key=lambda b: b.vmaddr)
H A Drecount.py440 return sorted(processors, key=lambda p: p.cpu_id)
H A Dmemory.py1073 btidx = sorted(btlog.index())
1106 btidx = sorted(btlog.index(), key=itemgetter(2), reverse=True)
1158 btidx = sorted(btlog.index(), key=itemgetter(2), reverse=True)
1561 btidx = sorted(btlog.index(), key=itemgetter(2), reverse=True)
2010 …sorted_blobs = sorted(iterate_all_cs_blobs(onlyUmanaged="unmanaged" in cmd_args), key=lambda blob:…
2039 …sorted_blobs = sorted(iterate_all_cs_blobs(onlyUmanaged="all" not in cmd_args), key=lambda blob: i…
H A Dprocess.py1594 call_chains[call_chain] = sorted(
1601 for call_chain, threads in sorted(
H A Dkcdata.py2134 for pid,piddata in sorted(ssplist.items()):
2205 for tid,thdata in sorted(thlist.items()):
H A Dipc.py1515 …for task, port_summary in sorted(p_bytask.items(), key=lambda item: item[1]['table'], reverse=True…
/xnu-11215.1.10/doc/observability/
H A Dmt_stackshot.md45 there are two, and tasks are sorted between the queues based on their
/xnu-11215.1.10/tools/trace/
H A Dparse_ipc_trace.py602 for k, v in sorted(self.msgs.iteritems()):