Home | Sort by: relevance | last modified time | path |
/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) |
/src/usr.sbin/tprof/ | |
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) { |
/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). |