Searched refs:event_id (Results 26 - 50 of 85) sorted by relevance

1234

/linux-master/arch/loongarch/kernel/
H A Dperf_event.c110 unsigned int event_id; member in struct:loongarch_perf_event
597 return M_PERFCTL_EVENT(pev->event_id);
606 if (pev->event_id == HW_OP_UNSUPPORTED)
634 if (pev->event_id == CACHE_OP_UNSUPPORTED)
852 raw_event.event_id = M_PERFCTL_EVENT(config);
/linux-master/drivers/pci/switch/
H A Dswitchtec.c992 int event_id, int index)
996 if (event_id < 0 || event_id >= SWITCHTEC_IOCTL_MAX_EVENTS)
999 off = event_regs[event_id].offset;
1001 if (event_regs[event_id].map_reg == part_ev_reg) {
1006 } else if (event_regs[event_id].map_reg == pff_ev_reg) {
1011 return event_regs[event_id].map_reg(stdev, off, index);
1021 reg = event_hdr_addr(stdev, ctl->event_id, ctl->index);
1081 if (ctl.event_id >= SWITCHTEC_IOCTL_MAX_EVENTS)
1088 if (event_regs[ctl.event_id]
991 event_hdr_addr(struct switchtec_dev *stdev, int event_id, int index) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dperf_event.c215 static const struct perf_event_map *ultra3_event_map(int event_id) argument
217 return &ultra3_perfmon_event_map[event_id];
353 static const struct perf_event_map *niagara1_event_map(int event_id) argument
355 return &niagara1_perfmon_event_map[event_id];
488 static const struct perf_event_map *niagara2_event_map(int event_id) argument
490 return &niagara2_perfmon_event_map[event_id];
625 static const struct perf_event_map *niagara4_event_map(int event_id) argument
627 return &niagara4_perfmon_event_map[event_id];
806 static u64 event_encoding(u64 event_id, int idx) argument
809 event_id <<
[all...]
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h722 __be16 event_id; member in struct:vidtv_psi_table_eit_event
805 *vidtv_psi_eit_event_init(struct vidtv_psi_table_eit_event *head, u16 event_id);
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c682 u16 event_id; local
687 event_id = le16_to_cpu(event->event_id);
698 switch (event_id) {
749 pr_warn("unknown event type: %x\n", event_id);
773 le16_to_cpu(event->event_id), le16_to_cpu(event->mhdr.len),
/linux-master/drivers/perf/
H A Darm_smmuv3_pmu.c402 u16 event_id; local
418 event_id = get_event(event);
419 if (event_id < SMMU_PMCG_ARCH_MAX_EVENTS &&
420 (!test_bit(event_id, smmu_pmu->supported_events))) {
421 dev_dbg(dev, "Invalid event %d for this PMU\n", event_id);
H A Darm-ccn.c635 u32 node_xp, type, event_id; local
641 event_id = CCN_CONFIG_EVENT(event->attr.config);
670 if (type == CCN_TYPE_XP && event_id == CCN_EVENT_WATCHPOINT)
717 u32 node_xp, type, event_id; local
754 event_id = CCN_CONFIG_EVENT(event->attr.config);
794 if (event_id != e->event)
810 event_id, node_xp);
815 if (event_id == CCN_EVENT_WATCHPOINT && type != CCN_TYPE_XP) {
H A Dthunderx2_pmu.c393 int idx, event_id; local
400 event_id = GET_EVENTID(event, emask);
407 val |= DMC_EVENT_CFG(idx, event_id);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h1245 uint32_t event_id; member in struct:kfd_criu_event_priv_data
1445 int kfd_set_event(struct kfd_process *p, uint32_t event_id);
1446 int kfd_reset_event(struct kfd_process *p, uint32_t event_id);
1451 uint32_t *event_id, uint32_t *event_trigger_data,
1455 int kfd_event_destroy(struct kfd_process *p, uint32_t event_id);
/linux-master/include/linux/
H A Dperf_event.h1446 perf_sw_event(u32 event_id, u64 nr, struct pt_regs *regs, u64 addr) argument
1448 if (static_key_false(&perf_swevent_enabled[event_id]))
1449 __perf_sw_event(event_id, nr, regs, addr);
1459 static __always_inline void __perf_sw_event_sched(u32 event_id, u64 nr, u64 addr) argument
1464 ___perf_sw_event(event_id, nr, regs, addr);
1782 perf_sw_event(u32 event_id, u64 nr, struct pt_regs *regs, u64 addr) { } argument
H A Dtpm_eventlog.h56 u32 event_id; member in struct:tcpa_pc_event
/linux-master/kernel/trace/
H A Dtrace_event_perf.c218 u64 event_id = p_event->attr.config; local
223 if (tp_event->event.type == event_id &&
/linux-master/drivers/input/touchscreen/
H A Ds6sy761.c203 u8 event_id = event[0] & S6SY761_MASK_EID; local
208 switch (event_id) {
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_display.c71 u32 event_id; member in struct:dp_event
213 todo->event_id = event;
237 if (todo->event_id == event) {
238 todo->event_id = EV_NO_EVENT; /* deleted */
1067 todo_next->event_id = todo->event_id;
1072 todo->event_id = EV_NO_EVENT;
1092 switch (todo->event_id) {
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.h50 u32 event_id; member in struct:hfi_msg_event_notify_pkt
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h238 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id);
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c967 * The feasible set is returned in event_id[].
970 u64 event_id[], unsigned int cflags[],
988 && !ppmu->limited_pmc_event(event_id[i])) {
989 ppmu->get_alternatives(event_id[i], cflags[i],
991 event_id[i] = cpuhw->alternatives[i][0];
993 if (ppmu->get_constraint(event_id[i], &cpuhw->amasks[i][0],
1024 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i],
1045 * See if any alternative k for event_id i,
1059 * to event_id i-1 and continue enumerating its
1066 * Found a feasible alternative for event_id
969 power_check_constraints(struct cpu_hw_events *cpuhw, u64 event_id[], unsigned int cflags[], int n_ev, struct perf_event **event) argument
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c827 u32 event_id, event_data; local
855 event_id = *location;
858 event_id = *location;
867 switch (event_id) {
959 pr_info("Unknown event_id - %d - 0x%x\n", event_id, event_data);
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c54 unsigned int event_id; member in struct:mips_perf_event
704 * event_id.
710 (pev->event_id & 0xff);
716 (pev->event_id & 0x3ff);
719 (pev->event_id & 0xff);
1849 raw_event.event_id = base_id;
1861 raw_event.event_id = base_id;
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c215 u32 event_id; member in struct:__anon78
306 .tagged_event.tagged_event_id = events[event].event_id,
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.c118 int type = le32_to_cpu(body->event_id);
/linux-master/tools/lib/perf/include/perf/
H A Devent.h276 __u64 event_id; member in struct:perf_trace_event_type
/linux-master/include/sound/sof/ipc4/
H A Dheader.h545 * @event_id: module specific event id
552 uint32_t event_id; member in struct:sof_ipc4_notify_module_data
560 * The event_id of struct sof_ipc4_notify_module_data is divided into two u16:
/linux-master/drivers/accel/habanalabs/common/
H A Ddevice.c2740 static void hl_capture_hw_err(struct hl_device *hdev, u16 event_id) argument
2749 info->event.event_id = event_id;
2754 void hl_handle_critical_hw_err(struct hl_device *hdev, u16 event_id, u64 *event_mask) argument
2756 hl_capture_hw_err(hdev, event_id);
2773 info->event.event_id = fw_info->event_id;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h796 __le16 event_id; member in struct:hwrm_async_event_cmpl
862 __le16 event_id; member in struct:hwrm_async_event_cmpl_link_status_change
892 __le16 event_id; member in struct:hwrm_async_event_cmpl_port_conn_not_allowed
921 __le16 event_id; member in struct:hwrm_async_event_cmpl_link_speed_cfg_change
945 __le16 event_id; member in struct:hwrm_async_event_cmpl_reset_notify
982 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_recovery
1006 __le16 event_id; member in struct:hwrm_async_event_cmpl_ring_monitor_msg
1032 __le16 event_id; member in struct:hwrm_async_event_cmpl_vf_cfg_change
1062 __le16 event_id; member in struct:hwrm_async_event_cmpl_default_vnic_change
1091 __le16 event_id; member in struct:hwrm_async_event_cmpl_hw_flow_aged
1117 __le16 event_id; member in struct:hwrm_async_event_cmpl_eem_cache_flush_req
1137 __le16 event_id; member in struct:hwrm_async_event_cmpl_eem_cache_flush_done
1159 __le16 event_id; member in struct:hwrm_async_event_cmpl_deferred_response
1181 __le16 event_id; member in struct:hwrm_async_event_cmpl_echo_request
1201 __le16 event_id; member in struct:hwrm_async_event_cmpl_phc_update
1234 __le16 event_id; member in struct:hwrm_async_event_cmpl_pps_timestamp
1264 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report
1286 __le16 event_id; member in struct:hwrm_async_event_cmpl_hwrm_error
1313 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_base
1342 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_pause_storm
1366 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_invalid_signal
1392 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_nvm
1423 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_doorbell_drop_threshold
1449 __le16 event_id; member in struct:hwrm_async_event_cmpl_error_report_thermal
[all...]

Completed in 710 milliseconds

1234