Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dnet.py948 out_string += GetSourceInformationForAddress(kgm_pc)
959 out_string += GetSourceInformationForAddress(kgm_pc)
971 out_string += GetSourceInformationForAddress(kgm_pc)
985 out_string += GetSourceInformationForAddress(kgm_pc)
1002 out_string += GetSourceInformationForAddress(kgm_pc)
1016 out_string += GetSourceInformationForAddress(kgm_pc)
1047 out_string += GetSourceInformationForAddress(kgm_pc)
1060 out_string += GetSourceInformationForAddress(kgm_pc)
1090 out_string += GetSourceInformationForAddress(kgm_pc)
1103 out_string += GetSourceInformationForAddress(kgm_pc)
[all …]
H A Dwaitq.py271 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
273 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
275 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
281 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
283 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
285 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …
H A Dxnu.py618 def GetSourceInformationForAddress(addr): function
1422 print("\t" + GetSourceInformationForAddress(nextbt))
1497 GetSourceInformationForAddress(x[IDX_RINGENTRY].interrupted_pc))
H A Dprocess.py1730 out_string += prefix + GetSourceInformationForAddress(pc_val) + "\n"
1784 print(GetSourceInformationForAddress(ArgumentStringToInt(cmd_args[0])))
H A Dmbufs.py887 out_string = GetSourceInformationForAddress(unsigned(kgm_pc)) + "\n"
H A Dmemory.py234 print(" " + GetSourceInformationForAddress(pc))
239 print(" " + GetSourceInformationForAddress(pc))
/xnu-11215/tools/lldbmacros/kmemory/
H A Dbtlog.py13 from xnu import GetSourceInformationForAddress
80 return (prefix + GetSourceInformationForAddress(pc) for pc in self.frames)
H A Dzone.py15 GetSourceInformationForAddress,
443 print(" " + GetSourceInformationForAddress(pc))
450 print(" " + GetSourceInformationForAddress(pc))