FreeBSD kernel kern code
|
#include "opt_kdtrace.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kdb.h>
#include <sys/sdt.h>
Go to the source code of this file.
Functions | |
SDT_PROVIDER_DEFINE (sdt) | |
void | sdt_probe_stub (uint32_t id, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) |
Variables | |
sdt_probe_func_t | sdt_probe_func = sdt_probe_stub |
void sdt_probe_stub | ( | uint32_t | id, |
uintptr_t | arg0, | ||
uintptr_t | arg1, | ||
uintptr_t | arg2, | ||
uintptr_t | arg3, | ||
uintptr_t | arg4 | ||
) |
Definition at line 49 of file kern_sdt.c.
References kdb_backtrace(), and printf().
SDT_PROVIDER_DEFINE | ( | sdt | ) |
sdt_probe_func_t sdt_probe_func = sdt_probe_stub |
Definition at line 41 of file kern_sdt.c.