OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncounters
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/tprof/
tprof_x86.c
59
int
ncounters
;
local
74
ncounters
= ops->tbo_ncounters();
75
if (
ncounters
== 0)
tprof_armv7.c
297
int error,
ncounters
;
local
299
ncounters
= armv7_pmu_ncounters();
300
if (
ncounters
== 0)
tprof_armv8.c
279
int error,
ncounters
;
local
283
ncounters
= armv8_pmu_ncounters();
284
if (
ncounters
== 0)
/src/usr.sbin/tprof/
tprof.c
89
u_int
ncounters
;
variable
265
printf("%u events can be counted at the same time.\n",
ncounters
);
424
nevent >
ncounters
)
427
ncounters
);
582
ret = ioctl(devfd, TPROF_IOC_GETNCOUNTERS, &
ncounters
);
586
if (
ncounters
== 0) {
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
vc4_drm.h
418
__u32
ncounters
;
member in struct:drm_vc4_perfmon_create
428
* perfmon (as an array of
ncounters
u64 values).
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026