OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fasttrap
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pid.h
35
#include <sys/
fasttrap
.h>
/src/external/cddl/osnet/dist/uts/common/sys/
fasttrap_impl.h
36
#include <sys/
fasttrap
.h>
44
*
Fasttrap
Providers, Probes and Tracepoints
73
* On FreeBSD,
fasttrap
providers also maintain per-thread scratch space for use
74
* by the ISA-specific
fasttrap
code. The fasttrap_scrblock_t type stores the
185
*
fasttrap
provider doesn't trigger probes during internal operations.
/src/external/cddl/osnet/dist/uts/common/dtrace/
fasttrap.c
23
* $FreeBSD: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/
fasttrap
.c 313758 2017-02-15 06:07:01Z markj $
50
#include <sys/
fasttrap
.h>
84
* The
fasttrap
provider allows DTrace consumers to instrument any user-level
164
.d_name = "
fasttrap
",
179
* When the
fasttrap
provider is loaded, fasttrap_max is set to either
180
* FASTTRAP_MAX_DEFAULT, or the value for
fasttrap
-max-probes in the
181
*
fasttrap
.conf file (Illumos), or the value provied in the loader.conf (FreeBSD).
239
SYSCTL_NODE(_kern_dtrace, OID_AUTO,
fasttrap
, CTLFLAG_RD, 0, "DTrace
fasttrap
parameters");
241
FASTTRAP_MAX_DEFAULT, "Maximum number of
fasttrap
probes")
[
all
...]
/src/sys/arch/sparc/sparc/
cpu.c
730
int
fasttrap
;
local
792
fasttrap
= trap != NULL ? 1 : 0;
814
raise_ipi(cpi,13+
fasttrap
);/*xcall_cookie->pil*/
834
cpu_number(),
fasttrap
? trap : func,
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026