Home | History | Annotate | Download | only in daemon

Lines Matching refs:fetch

80  * This function converts IBS fetch event flags and values into
86 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
121 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
206 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
207 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
539 // "fetch:event1,event2,....:count:um|op:event1,event2,.....:count:um"
544 if (!strncmp("fetch:", tok1, strlen("fetch:"))) {
546 tok1 = tok1 + strlen("fetch:");
692 printf("Nr. IBS Fetch samples : %lu (%lu entries)\n",
694 printf("Nr. IBS Fetch incompletes : %lu\n", ibs_fetch_incomplete_stats);