Searched refs:fth_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 341 bucket = &fasttrap_provs.fth_table[i]; in fasttrap_pid_cleanup_providers() 433 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_cleanup() 664 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork() 777 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_enable() 954 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_disable() 1465 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_lookup() 1552 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_release() 1601 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(pid, name)]; in fasttrap_provider_lookup() 1774 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(proc_getpid(p), name)]; in fasttrap_provider_retire() 2563 lck_mtx_lock(&fasttrap_tpoints.fth_table[index].ftb_mtx); in fasttrap_ioctl() [all …]
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | fasttrap_impl.h | 160 fasttrap_bucket_t *fth_table; /* array of buckets */ member
|
| /xnu-8792.41.9/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 198 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; 970 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
|
| /xnu-8792.41.9/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 687 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_return_common() 994 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe32() 1558 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe64()
|