Searched refs:sdt_probe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cddl/dev/sdt/ |
H A D | sdt.c | 74 static void sdt_create_probe(struct sdt_probe *); 138 sdt_create_probe(struct sdt_probe *probe) in sdt_create_probe() 218 struct sdt_probe *probe; 253 sdt_probe_update(struct sdt_probe *probe, bool enable) in sdt_probe_update() 270 struct sdt_probe *probe; in sdt_enable() 291 struct sdt_probe *probe; in sdt_disable() 314 struct sdt_probe *probe = parg; in sdt_getargdesc() 375 struct sdt_probe **p_begin, **p_end; in sdt_kld_load_probes() 381 for (struct sdt_probe **probe = p_begin; probe < p_end; in sdt_kld_load_probes() 470 struct sdt_probe **p_begin, **p_end; in sdt_kld_unload_probes() [all …]
|
/freebsd/sys/sys/ |
H A D | sdt.h | 140 void sdt_probe(uint32_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t, 155 SET_DECLARE(sdt_probes_set, struct sdt_probe); 173 struct sdt_probe _SDT_PROBE_NAME(_prov, _mod, _func, _name) = { \ 174 .version = sizeof(struct sdt_probe), \ 183 extern struct sdt_probe _SDT_PROBE_NAME(prov, mod, func, name) 205 struct sdt_probe *probe; 236 _SDT_PROBE(prov, mod, func, name, __COUNTER__, sdt_probe, \ 427 struct sdt_probe; 437 struct sdt_probe *probe; /* Ptr to the probe structure. */ 440 struct sdt_probe { struct [all …]
|
/freebsd/sys/kern/ |
H A D | kern_sdt.c | 58 sdt_probe(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe() function
|