Searched refs:syscalls_mach (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dsyscalls.c36 psamp->syscalls_mach.now,
37 psamp->syscalls_mach.previous,
38 psamp->syscalls_mach.began)) {
H A Dtop.c212 return COMP(a_a->syscalls_mach.now, a_b->syscalls_mach.now);
H A Dlibtop.h283 libtop_i64_values_t syscalls_mach; member in struct:libtop_psamp_s
H A Dlibtop.c1474 pinfo->psamp.syscalls_mach.previous = pinfo->psamp.syscalls_mach.now;
1505 pinfo->psamp.syscalls_mach.i64 = libtop_i64_init(0, pinfo->psamp.events.syscalls_mach);
1515 libtop_i64_update(&pinfo->psamp.syscalls_mach.i64, pinfo->psamp.events.syscalls_mach);
1524 pinfo->psamp.syscalls_mach.now = libtop_i64_value(&pinfo->psamp.syscalls_mach.i64);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dbsd_kern.c644 uint32_t syscalls_mach = 0; local
691 syscalls_mach += thread->syscalls_mach;
707 ptinfo->pti_syscalls_mach = task->syscalls_mach + syscalls_mach;
H A Dtask.c765 new_task->syscalls_mach = 0;
2968 events_info->syscalls_mach = task->syscalls_mach;
2975 events_info->syscalls_mach += thread->syscalls_mach;
H A Dthread.c316 thread_template.syscalls_mach = 0;
602 task->syscalls_mach += thread->syscalls_mach;
H A Dtask.h250 integer_t syscalls_mach; /* mach system call counter */ member in struct:task
H A Dthread.h451 uint32_t syscalls_mach; member in struct:thread
H A Dkern_stackshot.c555 tsnap->total_syscalls = thread->syscalls_mach + thread->syscalls_unix;
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dtask_info.h164 integer_t syscalls_mach; /* number of mach system calls */ member in struct:task_events_info
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c175 DECLARE("TH_SYSCALLS_MACH", offsetof(struct thread, syscalls_mach));

Completed in 120 milliseconds