OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncounters
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.sbin/tprof/
tprof.h
35
extern u_int
ncounters
;
tprof.c
89
u_int
ncounters
;
variable in typeref:typename:u_int
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) {
tprof_top.c
934
nevent >
ncounters
)
937
"counters can be used.",
ncounters
);
/src/sys/net/
net_stats.c
70
netstat_sysctl(percpu_t *stat, u_int
ncounters
, SYSCTLFN_ARGS)
78
countersize = sizeof(uint64_t) *
ncounters
;
82
ctx.ctx_ncounters =
ncounters
;
/src/sys/dev/tprof/
tprof_x86.c
59
int
ncounters
;
local in function:tprof_x86_init
74
ncounters
= ops->tbo_ncounters();
75
if (
ncounters
== 0)
tprof_armv7.c
297
int error,
ncounters
;
local in function:armv7_pmu_init
299
ncounters
= armv7_pmu_ncounters();
300
if (
ncounters
== 0)
tprof_armv8.c
279
int error,
ncounters
;
local in function:armv8_pmu_init
283
ncounters
= armv8_pmu_ncounters();
284
if (
ncounters
== 0)
tprof.c
300
tprof_getncounters(u_int *
ncounters
)
308
*
ncounters
= tb->tb_ops->tbo_ncounters();
/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 16 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025