mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Provide SDT_PROBES_ENABLED for kernels without KDTRACE.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0741ca101c
commit
832cb4ca2b
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ extern volatile bool sdt_probes_enabled;
|
|||
#define SDT_PROVIDER_DECLARE(prov)
|
||||
#define SDT_PROBE_DEFINE(prov, mod, func, name)
|
||||
#define SDT_PROBE_DECLARE(prov, mod, func, name)
|
||||
#define SDT_PROBES_ENABLED() 0
|
||||
#define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)
|
||||
#define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue