HomeSort by: relevance | last modified time | path
    Searched defs:eventid (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/tprof/
tprof_top.c 474 uint32_t eventid, cpuid; local in function:sample_collect
477 eventid = __SHIFTOUT(s->s_flags, TPROF_SAMPLE_COUNTER_MASK);
480 if (eventid >= nevent) /* unknown event from tprof? */
484 sample_n_per_event[mode][eventid]++;
485 sample_n_per_event_cpu[mode][nevent * cpuid + eventid]++;
  /src/lib/libedit/
history.c 170 int eventid; /* For generation of unique event id */ member in struct:history_t
515 c->ev.num = ++h->eventid;
570 h->eventid = 0;
594 h->eventid = 0;

Completed in 39 milliseconds