Searched refs:assembly_probes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dlockstat.c145 lockstat_assembly_probe_t assembly_probes[] = variable
192 for (i = 0; assembly_probes[i].lsap_patch_point; i++) {
193 if (ls_probe == assembly_probes[i].lsap_probe)
198 (void) ml_nofault_copy( (vm_offset_t)&instr, *(assembly_probes[i].lsap_patch_point),

Completed in 110 milliseconds