OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPROF_PARAM_USER
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/tprof/
tprof_types.h
63
#define
TPROF_PARAM_USER
0x2
tprof_armv7.c
177
if (!ISSET(param->p_flags,
TPROF_PARAM_USER
))
tprof_armv8.c
150
if (!ISSET(param->p_flags,
TPROF_PARAM_USER
))
tprof_x86_amd.c
148
((param->p_flags &
TPROF_PARAM_USER
) ? PESR_USR : 0) |
tprof_x86_intel.c
143
((param->p_flags &
TPROF_PARAM_USER
) ? PERFEVTSEL_USR : 0) |
tprof.c
485
if ((param->p_flags & (
TPROF_PARAM_USER
| TPROF_PARAM_KERN)) == 0) {
/src/usr.sbin/tprof/
tprof.c
307
param->p_flags |=
TPROF_PARAM_USER
;
321
param->p_flags |=
TPROF_PARAM_USER
;
tprof_top.c
975
params[i].p_flags |=
TPROF_PARAM_USER
;
Completed in 33 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025