Home
last modified time | relevance | path

Searched defs:event (Results 76 – 100 of 2536) sorted by relevance

12345678910>>...102

/openbmc/linux/drivers/isdn/mISDN/
H A Dtei.c90 da_activate(struct FsmInst *fi, int event, void *arg) in da_activate()
100 da_deactivate_ind(struct FsmInst *fi, int event, void *arg) in da_deactivate_ind()
106 da_deactivate(struct FsmInst *fi, int event, void *arg) in da_deactivate()
130 da_ui(struct FsmInst *fi, int event, void *arg) in da_ui()
143 da_timer(struct FsmInst *fi, int event, void *arg) in da_timer()
456 tei_id_request(struct FsmInst *fi, int event, void *arg) in tei_id_request()
477 tei_id_assign(struct FsmInst *fi, int event, void *arg) in tei_id_assign()
531 tei_id_denied(struct FsmInst *fi, int event, void *arg) in tei_id_denied()
547 tei_id_chk_req(struct FsmInst *fi, int event, void *arg) in tei_id_chk_req()
565 tei_id_remove(struct FsmInst *fi, int event, void *arg) in tei_id_remove()
[all …]
/openbmc/linux/drivers/perf/
H A Dthunderx2_pmu.c322 static void init_cntr_base_l3c(struct perf_event *event, in init_cntr_base_l3c()
338 static void init_cntr_base_dmc(struct perf_event *event, in init_cntr_base_dmc()
354 static void init_cntr_base_ccpi2(struct perf_event *event, in init_cntr_base_ccpi2()
383 static inline void uncore_stop_event_l3c(struct perf_event *event) in uncore_stop_event_l3c()
413 static void uncore_stop_event_dmc(struct perf_event *event) in uncore_stop_event_dmc()
455 static void uncore_stop_event_ccpi2(struct perf_event *event) in uncore_stop_event_ccpi2()
463 static void tx2_uncore_event_update(struct perf_event *event) in tx2_uncore_event_update()
528 struct perf_event *event, int *counters) in tx2_uncore_validate_event()
572 static int tx2_uncore_event_init(struct perf_event *event) in tx2_uncore_event_init()
698 static void tx2_uncore_event_read(struct perf_event *event) in tx2_uncore_event_read()
[all …]
H A Darm_dsu_pmu.c300 struct perf_event *event) in dsu_pmu_get_event_idx()
333 struct perf_event *event) in dsu_pmu_set_event()
349 static void dsu_pmu_event_update(struct perf_event *event) in dsu_pmu_event_update()
364 static void dsu_pmu_read(struct perf_event *event) in dsu_pmu_read()
381 static void dsu_pmu_set_event_period(struct perf_event *event) in dsu_pmu_set_event_period()
403 struct perf_event *event = hw_events->events[i]; in dsu_pmu_handle_irq() local
440 static int dsu_pmu_add(struct perf_event *event, int flags) in dsu_pmu_add()
466 static void dsu_pmu_del(struct perf_event *event, int flags) in dsu_pmu_del()
511 struct perf_event *event) in dsu_pmu_validate_event()
525 static bool dsu_pmu_validate_group(struct perf_event *event) in dsu_pmu_validate_group()
[all …]
H A Dalibaba_uncore_drw_pmu.c274 static int ali_drw_get_counter_idx(struct perf_event *event) in ali_drw_get_counter_idx()
288 static u64 ali_drw_pmu_read_counter(struct perf_event *event) in ali_drw_pmu_read_counter()
305 static void ali_drw_pmu_event_update(struct perf_event *event) in ali_drw_pmu_event_update()
324 static void ali_drw_pmu_event_set_period(struct perf_event *event) in ali_drw_pmu_event_set_period()
342 static void ali_drw_pmu_enable_counter(struct perf_event *event) in ali_drw_pmu_enable_counter()
360 static void ali_drw_pmu_disable_counter(struct perf_event *event) in ali_drw_pmu_disable_counter()
387 struct perf_event *event; in ali_drw_pmu_isr() local
533 static int ali_drw_pmu_event_init(struct perf_event *event) in ali_drw_pmu_event_init()
621 static int ali_drw_pmu_add(struct perf_event *event, int flags) in ali_drw_pmu_add()
650 static void ali_drw_pmu_del(struct perf_event *event, int flags) in ali_drw_pmu_del()
[all …]
H A Darm_spe_pmu.c51 static void set_spe_event_has_cx(struct perf_event *event) in set_spe_event_has_cx()
57 static bool get_spe_event_has_cx(struct perf_event *event) in get_spe_event_has_cx()
301 static u64 arm_spe_event_to_pmscr(struct perf_event *event) in arm_spe_event_to_pmscr()
338 static u64 arm_spe_event_to_pmsirr(struct perf_event *event) in arm_spe_event_to_pmsirr()
351 static u64 arm_spe_event_to_pmsfcr(struct perf_event *event) in arm_spe_event_to_pmsfcr()
375 static u64 arm_spe_event_to_pmsevfr(struct perf_event *event) in arm_spe_event_to_pmsevfr()
381 static u64 arm_spe_event_to_pmsnevfr(struct perf_event *event) in arm_spe_event_to_pmsnevfr()
522 struct perf_event *event) in arm_spe_perf_aux_output_begin()
654 struct perf_event *event = handle->event; in arm_spe_pmu_irq_handler() local
718 static int arm_spe_pmu_event_init(struct perf_event *event) in arm_spe_pmu_event_init()
[all …]
H A Darm-cci.c190 #define CCI400_PMU_EVENT_SOURCE(event) \ argument
193 #define CCI400_PMU_EVENT_CODE(event) \ argument
429 #define CCI5xx_PMU_EVENT_SOURCE(event) \ argument
431 #define CCI5xx_PMU_EVENT_CODE(event) \ argument
647 struct perf_event *event = cci_hw->events[i]; in cci_pmu_sync_counters() local
814 static int pmu_map_event(struct perf_event *event) in pmu_map_event()
899 struct perf_event *event = cci_hw->events[i]; in __pmu_write_counters() local
998 static void pmu_read(struct perf_event *event) in pmu_read()
1040 struct perf_event *event = events->events[idx]; in pmu_handle_irq() local
1227 struct perf_event *event) in validate_event()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcpim.c595 enum bfa_itnim_event event) in bfa_itnim_sm_fwcreate_qfull()
633 enum bfa_itnim_event event) in bfa_itnim_sm_delete_pending()
734 enum bfa_itnim_event event) in bfa_itnim_sm_cleanup_offline()
771 enum bfa_itnim_event event) in bfa_itnim_sm_cleanup_delete()
825 enum bfa_itnim_event event) in bfa_itnim_sm_fwdelete_qfull()
885 enum bfa_itnim_event event) in bfa_itnim_sm_iocdisable()
939 enum bfa_itnim_event event) in bfa_itnim_sm_deleting_qfull()
1747 bfa_ioim_sm_abort(struct bfa_ioim_s *ioim, enum bfa_ioim_event event) in bfa_ioim_sm_abort()
1870 bfa_ioim_sm_qfull(struct bfa_ioim_s *ioim, enum bfa_ioim_event event) in bfa_ioim_sm_qfull()
2015 bfa_ioim_sm_hcb(struct bfa_ioim_s *ioim, enum bfa_ioim_event event) in bfa_ioim_sm_hcb()
[all …]
/openbmc/linux/tools/virtio/ringtest/
H A Dring.c19 static inline bool need_event(unsigned short event, in need_event()
44 struct event { struct
57 struct event *event; argument
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dtpm1.c77 struct tcpa_event *event; in tpm1_bios_measurements_start() local
111 struct tcpa_event *event = v; in tpm1_bios_measurements_next() local
143 static int get_event_name(char *dest, struct tcpa_event *event, in get_event_name()
225 struct tcpa_event *event = v; in tpm1_binary_bios_measurements_show() local
255 struct tcpa_event *event = v; in tpm1_ascii_bios_measurements_show() local
H A Dtpm2.c36 static size_t calc_tpm2_event_size(struct tcg_pcr_event2_head *event, in calc_tpm2_event_size()
49 struct tcg_pcr_event2_head *event; in tpm2_bios_measurements_start() local
89 struct tcg_pcr_event2_head *event; in tpm2_bios_measurements_next() local
133 struct tcg_pcr_event2_head *event = v; in tpm2_binary_bios_measurements_show() local
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js184 Canvas_Asio.onmousemove = function(event) { argument
207 Canvas_Asio.onmousedown = function(event) { argument
213 Canvas_Asio.onmouseup = function(event) { argument
219 Canvas_Asio.onwheel = function(event) { argument
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-perf.c297 u32 event, u32 portid) in basic_read_event_counter()
314 u32 event, u32 portid) in cache_read_event_counter()
414 static void fabric_event_destroy(struct fme_perf_priv *priv, u32 event, in fabric_event_destroy()
786 static void fme_perf_event_destroy(struct perf_event *event) in fme_perf_event_destroy()
795 static int fme_perf_event_init(struct perf_event *event) in fme_perf_event_init()
842 static void fme_perf_event_update(struct perf_event *event) in fme_perf_event_update()
856 static void fme_perf_event_start(struct perf_event *event, int flags) in fme_perf_event_start()
867 static void fme_perf_event_stop(struct perf_event *event, int flags) in fme_perf_event_stop()
872 static int fme_perf_event_add(struct perf_event *event, int flags) in fme_perf_event_add()
880 static void fme_perf_event_del(struct perf_event *event, int flags) in fme_perf_event_del()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-uevent.c39 static void dm_uevent_free(struct dm_uevent *event) in dm_uevent_free()
46 struct dm_uevent *event; in dm_uevent_alloc() local
65 struct dm_uevent *event; in dm_build_path_uevent() local
124 struct dm_uevent *event, *next; in dm_send_uevents() local
174 struct dm_uevent *event; in dm_path_uevent() local
/openbmc/linux/arch/arm/kernel/
H A Dperf_event_v6.c236 static inline u64 armv6pmu_read_counter(struct perf_event *event) in armv6pmu_read_counter()
254 static inline void armv6pmu_write_counter(struct perf_event *event, u64 value) in armv6pmu_write_counter()
269 static void armv6pmu_enable_event(struct perf_event *event) in armv6pmu_enable_event()
327 struct perf_event *event = cpuc->events[idx]; in armv6pmu_handle_irq() local
389 struct perf_event *event) in armv6pmu_get_event_idx()
415 struct perf_event *event) in armv6pmu_clear_event_idx()
420 static void armv6pmu_disable_event(struct perf_event *event) in armv6pmu_disable_event()
455 static void armv6mpcore_pmu_disable_event(struct perf_event *event) in armv6mpcore_pmu_disable_event()
486 static int armv6_map_event(struct perf_event *event) in armv6_map_event()
536 static int armv6mpcore_map_event(struct perf_event *event) in armv6mpcore_map_event()
/openbmc/linux/arch/x86/events/intel/
H A Dp4.c508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
749 static int p4_validate_raw_event(struct perf_event *event) in p4_validate_raw_event()
802 static int p4_hw_config(struct perf_event *event) in p4_hw_config()
904 static inline void p4_pmu_disable_event(struct perf_event *event) in p4_pmu_disable_event()
923 struct perf_event *event = cpuc->events[idx]; in p4_pmu_disable_all() local
950 static void __p4_pmu_enable_event(struct perf_event *event) in __p4_pmu_enable_event()
988 static void p4_pmu_enable_event(struct perf_event *event) in p4_pmu_enable_event()
1002 struct perf_event *event = cpuc->events[idx]; in p4_pmu_enable_all() local
1009 static int p4_pmu_set_period(struct perf_event *event) in p4_pmu_set_period()
1036 struct perf_event *event; in p4_pmu_handle_irq() local
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c515 enum bna_ethport_event event) in bna_ethport_sm_stopped()
547 enum bna_ethport_event event) in bna_ethport_sm_down()
575 enum bna_ethport_event event) in bna_ethport_sm_up_resp_wait()
624 enum bna_ethport_event event) in bna_ethport_sm_down_resp_wait()
958 enum bna_enet_event event) in bna_enet_sm_pause_init_wait()
1002 enum bna_enet_event event) in bna_enet_sm_last_resp_wait()
1027 enum bna_enet_event event) in bna_enet_sm_started()
1061 enum bna_enet_event event) in bna_enet_sm_cfg_wait()
1114 enum bna_enet_event event) in bna_enet_sm_cfg_stop_wait()
1140 enum bna_enet_event event) in bna_enet_sm_chld_stop_wait()
[all …]
H A Dbfa_msgq.c69 cmdq_sm_stopped(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) in cmdq_sm_stopped()
97 cmdq_sm_init_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) in cmdq_sm_init_wait()
128 cmdq_sm_ready(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) in cmdq_sm_ready()
152 cmdq_sm_dbell_wait(struct bfa_msgq_cmdq *cmdq, enum cmdq_event event) in cmdq_sm_dbell_wait()
336 rspq_sm_stopped(struct bfa_msgq_rspq *rspq, enum rspq_event event) in rspq_sm_stopped()
360 rspq_sm_init_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event) in rspq_sm_init_wait()
383 rspq_sm_ready(struct bfa_msgq_rspq *rspq, enum rspq_event event) in rspq_sm_ready()
408 rspq_sm_dbell_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event) in rspq_sm_dbell_wait()
551 bfa_msgq_notify(void *cbarg, enum bfa_ioc_event event) in bfa_msgq_notify()
/openbmc/linux/arch/powerpc/perf/
H A Dmpc7450-pmu.c37 static int mpc7450_classify_event(u32 event) in mpc7450_classify_event()
77 static int mpc7450_threshold_use(u32 event) in mpc7450_threshold_use()
150 static int mpc7450_get_constraint(u64 event, unsigned long *maskp, in mpc7450_get_constraint()
208 static int find_alternative(u32 event) in find_alternative()
222 static int mpc7450_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in mpc7450_get_alternatives()
259 static int mpc7450_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], in mpc7450_compute_mmcr()
/openbmc/linux/tools/perf/tests/
H A Devent_update.c16 union perf_event *event, in process_event_unit()
29 union perf_event *event, in process_event_scale()
47 union perf_event *event, in process_event_name()
61 union perf_event *event, in process_event_cpus()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c49 union perf_event *event; member
134 union perf_event event[]; member
153 union perf_event *event) in perf_event__repipe_synth()
178 union perf_event *event) in perf_event__repipe_op2_synth()
184 union perf_event *event, in perf_event__repipe_op4_synth()
192 union perf_event *event, in perf_event__repipe_attr()
318 union perf_event *event, in perf_inject__cut_auxtrace_sample()
505 union perf_event *event, in perf_event__jit_repipe_mmap2()
1574 union perf_event *event, in host__repipe()
1647 union perf_event *event, in host__finished_round()
[all …]
/openbmc/qemu/replay/
H A Dreplay-net.c56 NetEvent *event = g_new(NetEvent, 1); in replay_net_packet_event() local
68 NetEvent *event = opaque; in replay_event_net_run() local
85 NetEvent *event = opaque; in replay_event_net_save() local
94 NetEvent *event = g_new(NetEvent, 1); in replay_event_net_load() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c39 static u8 engine_event_sample(struct perf_event *event) in engine_event_sample()
44 static u8 engine_event_class(struct perf_event *event) in engine_event_class()
49 static u8 engine_event_instance(struct perf_event *event) in engine_event_instance()
120 static bool is_engine_event(struct perf_event *event) in is_engine_event()
125 static unsigned int event_bit(struct perf_event *event) in event_bit()
573 static int engine_event_init(struct perf_event *event) in engine_event_init()
587 static int i915_pmu_event_init(struct perf_event *event) in i915_pmu_event_init()
629 static u64 __i915_pmu_event_read(struct perf_event *event) in __i915_pmu_event_read()
687 static void i915_pmu_event_read(struct perf_event *event) in i915_pmu_event_read()
709 static void i915_pmu_enable(struct perf_event *event) in i915_pmu_enable()
[all …]
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c180 static u32 hisi_pcie_get_real_event(struct perf_event *event) in hisi_pcie_get_real_event()
219 static void hisi_pcie_pmu_config_filter(struct perf_event *event) in hisi_pcie_pmu_config_filter()
262 static void hisi_pcie_pmu_clear_filter(struct perf_event *event) in hisi_pcie_pmu_clear_filter()
291 static bool hisi_pcie_pmu_valid_filter(struct perf_event *event, in hisi_pcie_pmu_valid_filter()
311 struct perf_event *event) in hisi_pcie_pmu_cmp_event()
363 static int hisi_pcie_pmu_event_init(struct perf_event *event) in hisi_pcie_pmu_event_init()
392 static u64 hisi_pcie_pmu_read_counter(struct perf_event *event) in hisi_pcie_pmu_read_counter()
401 struct perf_event *event) in hisi_pcie_pmu_find_related_event()
451 static void hisi_pcie_pmu_read(struct perf_event *event) in hisi_pcie_pmu_read()
456 static void hisi_pcie_pmu_set_period(struct perf_event *event) in hisi_pcie_pmu_set_period()
[all …]
H A Dhisi_uncore_uc_pmu.c54 static int hisi_uc_pmu_check_filter(struct perf_event *event) in hisi_uc_pmu_check_filter()
76 static void hisi_uc_pmu_config_req_tracetag(struct perf_event *event) in hisi_uc_pmu_config_req_tracetag()
97 static void hisi_uc_pmu_clear_req_tracetag(struct perf_event *event) in hisi_uc_pmu_clear_req_tracetag()
117 static void hisi_uc_pmu_config_srcid_tracetag(struct perf_event *event) in hisi_uc_pmu_config_srcid_tracetag()
144 static void hisi_uc_pmu_clear_srcid_tracetag(struct perf_event *event) in hisi_uc_pmu_clear_srcid_tracetag()
169 static void hisi_uc_pmu_config_uring_channel(struct perf_event *event) in hisi_uc_pmu_config_uring_channel()
190 static void hisi_uc_pmu_clear_uring_channel(struct perf_event *event) in hisi_uc_pmu_clear_uring_channel()
209 static void hisi_uc_pmu_enable_filter(struct perf_event *event) in hisi_uc_pmu_enable_filter()
219 static void hisi_uc_pmu_disable_filter(struct perf_event *event) in hisi_uc_pmu_disable_filter()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c95 struct perf_event *event; /* Scheduled perf event */ member
644 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
669 static u32 cpumsf_pid_type(struct perf_event *event, in cpumsf_pid_type()
699 static void cpumsf_output_event_pid(struct perf_event *event, in cpumsf_output_event_pid()
780 static int __hw_perf_event_init_rate(struct perf_event *event, in __hw_perf_event_init_rate()
807 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
923 static bool is_callchain_event(struct perf_event *event) in is_callchain_event()
931 static int cpumsf_pmu_event_init(struct perf_event *event) in cpumsf_pmu_event_init()
1111 static int perf_push_sample(struct perf_event *event, in perf_push_sample()
1849 static void cpumsf_pmu_read(struct perf_event *event) in cpumsf_pmu_read()
[all …]

12345678910>>...102