Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c398 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated() local
399 if (probe_id != 0) in malloc_type_zone_allocated()
400 (dtrace_malloc_probe)(probe_id, in malloc_type_zone_allocated()
437 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed() local
438 if (probe_id != 0) in malloc_type_freed()
439 (dtrace_malloc_probe)(probe_id, in malloc_type_freed()