HomeSort by: relevance | last modified time | path
    Searched refs:tprof_info (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/tprof/
tprof.h 32 extern struct tprof_info tprof_info;
tprof.h 32 extern struct tprof_info tprof_info;
tprof.c 88 struct tprof_info tprof_info; variable in typeref:struct:tprof_info
369 switch (tprof_info.ti_ident) {
570 ret = ioctl(devfd, TPROF_IOC_GETINFO, &tprof_info);
574 if (tprof_info.ti_version != TPROF_VERSION) {
576 tprof_info.ti_version, TPROF_VERSION);
578 if (tprof_event_init(tprof_info.ti_ident) == -1) {
tprof.c 88 struct tprof_info tprof_info; variable in typeref:struct:tprof_info
369 switch (tprof_info.ti_ident) {
570 ret = ioctl(devfd, TPROF_IOC_GETINFO, &tprof_info);
574 if (tprof_info.ti_version != TPROF_VERSION) {
576 tprof_info.ti_version, TPROF_VERSION);
578 if (tprof_event_init(tprof_info.ti_ident) == -1) {
  /src/sys/dev/tprof/
tprof_ioctl.h 42 struct tprof_info { struct
56 #define TPROF_IOC_GETINFO _IOR('T', 1, struct tprof_info)
tprof_ioctl.h 42 struct tprof_info { struct
56 #define TPROF_IOC_GETINFO _IOR('T', 1, struct tprof_info)
tprof.c 287 tprof_getinfo(struct tprof_info *info)
tprof.c 287 tprof_getinfo(struct tprof_info *info)

Completed in 24 milliseconds