Searched refs:ps_proc_activity_event (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dtrace-147/libproc/
H A Dlibproc_apple.h45 struct ps_proc_activity_event { struct
47 struct ps_proc_activity_event* next;
59 struct ps_proc_activity_event* proc_activity_queue;
H A Dlibproc.c460 struct ps_proc_activity_event* temp = P->proc_activity_queue;
462 struct ps_proc_activity_event* next = temp->next;
1085 void Penqueue_proc_activity(struct ps_prochandle* P, struct ps_proc_activity_event* activity)
1092 struct ps_proc_activity_event* temp = P->proc_activity_queue;
1111 struct ps_proc_activity_event* activity = malloc(sizeof(struct ps_proc_activity_event));
1125 struct ps_proc_activity_event activity;
1153 struct ps_proc_activity_event* ret = NULL;
1181 struct ps_proc_activity_event* activity = (struct ps_proc_activity_event*)opaqu
[all...]

Completed in 106 milliseconds