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

  /src/usr.sbin/tprof/
tprof_top.c 474 uint32_t eventid, cpuid; local
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;
  /src/sys/arch/arm/cortex/
gicv3_its.c 205 gits_command_mapti(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid, uint32_t pintid, uint16_t icid)
210 * Map the event defined by EventID and DeviceID to its associated ITE, defined by ICID and pINTID
215 cmd.dw[1] = eventid | ((uint64_t)pintid << 32);
218 DPRINTF(("ITS #%u: MAPTI deviceid 0x%x eventid 0x%x pintid 0x%x icid 0x%x\n",
219 its->its_id, deviceid, eventid, pintid, icid));
225 gits_command_movi(struct gicv3_its *its, uint32_t deviceid, uint32_t eventid, uint16_t icid)
231 * EventID.
235 cmd.dw[1] = eventid;
238 DPRINTF(("ITS #%u: MOVI deviceid 0x%x eventid 0x%x icid 0x%x\n",
239 its->its_id, deviceid, eventid, icid))
390 uint32_t eventid = ITS_INVALID_EVENTID; local
654 uint32_t eventid; local
722 uint32_t eventid; local
800 const uint32_t eventid = __SHIFTOUT(ih, ARM_PCI_INTR_MSI_VEC); local
825 const uint32_t eventid = __SHIFTOUT(pih[n], ARM_PCI_INTR_MSI_VEC); local
1104 const uint32_t eventid = its->its_eventid[irq]; local
1146 const uint32_t eventid = its->its_eventid[irq]; local
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 3345 uint32_t eventid; member in struct:xcb_input_barrier_release_pointer_info_t
4043 uint32_t eventid; member in struct:xcb_input_barrier_hit_event_t

Completed in 20 milliseconds