Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 1493) sorted by relevance

12345678910>>...60

/Linux-v5.4/net/sctp/
Dulpevent.c38 static void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init()
51 struct sctp_ulpevent *event; in sctp_ulpevent_new() local
68 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) in sctp_ulpevent_is_notification()
76 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner()
95 static inline void sctp_ulpevent_release_owner(struct sctp_ulpevent *event) in sctp_ulpevent_release_owner()
119 struct sctp_ulpevent *event; in sctp_ulpevent_make_assoc_change() local
246 struct sctp_ulpevent *event; in sctp_ulpevent_make_peer_addr_change() local
360 struct sctp_ulpevent *event; in sctp_ulpevent_make_remote_error() local
415 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed() local
523 struct sctp_ulpevent *event; in sctp_ulpevent_make_shutdown_event() local
[all …]
/Linux-v5.4/tools/perf/util/
Devent.c121 struct perf_record_stat_config *event) in perf_event__read_stat_config()
144 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) in perf_event__fprintf_comm()
156 size_t perf_event__fprintf_namespaces(union perf_event *event, FILE *fp) in perf_event__fprintf_namespaces()
184 union perf_event *event, in perf_event__process_comm()
192 union perf_event *event, in perf_event__process_namespaces()
200 union perf_event *event, in perf_event__process_lost()
208 union perf_event *event, in perf_event__process_aux()
216 union perf_event *event, in perf_event__process_itrace_start()
224 union perf_event *event, in perf_event__process_lost_samples()
232 union perf_event *event, in perf_event__process_switch()
[all …]
Dsession.c40 union perf_event *event, u64 file_offset) in perf_session__process_compressed_event()
178 struct ordered_event *event) in ordered_events__deliver_event()
381 union perf_event *event) in process_event_auxtrace_stub()
431 union perf_event *event) in process_stat_stub()
441 union perf_event *event) in process_stat_round_stub()
534 static void swap_sample_id_all(union perf_event *event, void *data) in swap_sample_id_all()
543 static void perf_event__all64_swap(union perf_event *event, in perf_event__all64_swap()
550 static void perf_event__comm_swap(union perf_event *event, bool sample_id_all) in perf_event__comm_swap()
563 static void perf_event__mmap_swap(union perf_event *event, in perf_event__mmap_swap()
580 static void perf_event__mmap2_swap(union perf_event *event, in perf_event__mmap2_swap()
[all …]
/Linux-v5.4/kernel/events/
Dcore.c169 static bool is_kernel_event(struct perf_event *event) in is_kernel_event()
197 struct perf_event *event; member
205 struct perf_event *event = efs->event; in event_function() local
248 static void event_function_call(struct perf_event *event, event_f func, void *data) in event_function_call()
301 static void event_function_local(struct perf_event *event, event_f func, void *data) in event_function_local()
581 static inline u64 perf_event_clock(struct perf_event *event) in perf_event_clock()
609 __perf_effective_state(struct perf_event *event) in __perf_effective_state()
620 __perf_update_times(struct perf_event *event, u64 now, u64 *enabled, u64 *running) in __perf_update_times()
634 static void perf_event_update_time(struct perf_event *event) in perf_event_update_time()
652 perf_event_set_state(struct perf_event *event, enum perf_event_state state) in perf_event_set_state()
[all …]
/Linux-v5.4/drivers/s390/net/
Dctcm_fsms.c229 static void ctcm_action_nop(fsm_instance *fi, int event, void *arg) in ctcm_action_nop()
246 static void chx_txdone(fsm_instance *fi, int event, void *arg) in chx_txdone()
334 void ctcm_chx_txidle(fsm_instance *fi, int event, void *arg) in ctcm_chx_txidle()
355 static void chx_rx(fsm_instance *fi, int event, void *arg) in chx_rx()
431 static void chx_firstio(fsm_instance *fi, int event, void *arg) in chx_firstio()
509 static void chx_rxidle(fsm_instance *fi, int event, void *arg) in chx_rxidle()
548 static void ctcm_chx_setmode(fsm_instance *fi, int event, void *arg) in ctcm_chx_setmode()
588 static void ctcm_chx_start(fsm_instance *fi, int event, void *arg) in ctcm_chx_start()
651 static void ctcm_chx_haltio(fsm_instance *fi, int event, void *arg) in ctcm_chx_haltio()
739 static void ctcm_chx_stopped(fsm_instance *fi, int event, void *arg) in ctcm_chx_stopped()
[all …]
/Linux-v5.4/drivers/s390/cio/
Dvfio_ccw_fsm.c163 enum vfio_ccw_event event) in fsm_notoper()
182 enum vfio_ccw_event event) in fsm_nop()
187 enum vfio_ccw_event event) in fsm_io_error()
194 enum vfio_ccw_event event) in fsm_io_busy()
200 enum vfio_ccw_event event) in fsm_io_retry()
206 enum vfio_ccw_event event) in fsm_async_error()
218 enum vfio_ccw_event event) in fsm_async_retry()
224 enum vfio_ccw_event event) in fsm_disabled_irq()
243 enum vfio_ccw_event event) in fsm_io_request()
332 enum vfio_ccw_event event) in fsm_async_request()
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/
Devent.h15 struct event { struct
16 struct perf_event_attr attr; argument
27 void event_init(struct event *e, u64 config); argument
/Linux-v5.4/arch/powerpc/perf/
Disa207-common.c45 static inline bool event_is_fab_match(u64 event) in event_is_fab_match()
54 static bool is_event_valid(u64 event) in is_event_valid()
64 static inline bool is_event_marked(u64 event) in is_event_marked()
72 static void mmcra_sdar_mode(u64 event, unsigned long *mmcra) in mmcra_sdar_mode()
109 static unsigned long combine_from_event(u64 event) in combine_from_event()
125 static inline bool event_is_threshold(u64 event) in event_is_threshold()
130 static bool is_thresh_cmp_valid(u64 event) in is_thresh_cmp_valid()
147 static unsigned int dc_ic_rld_quad_l1_sel(u64 event) in dc_ic_rld_quad_l1_sel()
242 int isa207_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp) in isa207_get_constraint()
365 int isa207_compute_mmcr(u64 event[], int n_ev, in isa207_compute_mmcr()
[all …]
Dimc-pmu.c47 static struct imc_pmu *imc_event_to_pmu(struct perf_event *event) in imc_event_to_pmu()
142 u32 base, struct imc_events *event) in imc_parse_event()
435 static void nest_imc_counters_release(struct perf_event *event) in nest_imc_counters_release()
487 static int nest_imc_event_init(struct perf_event *event) in nest_imc_event_init()
713 static void core_imc_counters_release(struct perf_event *event) in core_imc_counters_release()
764 static int core_imc_event_init(struct perf_event *event) in core_imc_event_init()
892 static int thread_imc_event_init(struct perf_event *event) in thread_imc_event_init()
923 static bool is_thread_imc_pmu(struct perf_event *event) in is_thread_imc_pmu()
931 static u64 * get_event_base_addr(struct perf_event *event) in get_event_base_addr()
962 static u64 imc_read_counter(struct perf_event *event) in imc_read_counter()
[all …]
Dcore-fsl-emb.c23 struct perf_event *event[MAX_HWEVENTS]; member
175 static void fsl_emb_pmu_read(struct perf_event *event) in fsl_emb_pmu_read()
268 struct perf_event *event; in collect_events() local
289 static int fsl_emb_pmu_add(struct perf_event *event, int flags) in fsl_emb_pmu_add()
350 static void fsl_emb_pmu_del(struct perf_event *event, int flags) in fsl_emb_pmu_del()
387 static void fsl_emb_pmu_start(struct perf_event *event, int ef_flags) in fsl_emb_pmu_start()
417 static void fsl_emb_pmu_stop(struct perf_event *event, int ef_flags) in fsl_emb_pmu_stop()
442 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
482 static int fsl_emb_pmu_event_init(struct perf_event *event) in fsl_emb_pmu_event_init()
602 static void record_and_restart(struct perf_event *event, unsigned long val, in record_and_restart()
[all …]
/Linux-v5.4/fs/fscache/
Dobject.c173 int event = -1; in fscache_object_sm_dispatcher() local
356 int event) in fscache_abort_initialisation()
373 int event) in fscache_initialise_object()
428 int event) in fscache_parent_ready()
452 int event) in fscache_look_up_object()
576 int event) in fscache_object_available()
610 int event) in fscache_jumpstart_dependents()
623 int event) in fscache_lookup_failure()
651 int event) in fscache_kill_object()
687 int event) in fscache_kill_dependents()
[all …]
/Linux-v5.4/arch/arm64/kernel/
Dperf_event.c323 static inline bool armv8pmu_event_is_64bit(struct perf_event *event) in armv8pmu_event_is_64bit()
353 static inline bool armv8pmu_event_is_chained(struct perf_event *event) in armv8pmu_event_is_chained()
413 static inline u64 armv8pmu_read_hw_counter(struct perf_event *event) in armv8pmu_read_hw_counter()
424 static u64 armv8pmu_read_counter(struct perf_event *event) in armv8pmu_read_counter()
448 static inline void armv8pmu_write_hw_counter(struct perf_event *event, in armv8pmu_write_hw_counter()
461 static void armv8pmu_write_counter(struct perf_event *event, u64 value) in armv8pmu_write_counter()
491 static inline void armv8pmu_write_event_type(struct perf_event *event) in armv8pmu_write_event_type()
519 static inline void armv8pmu_enable_event_counter(struct perf_event *event) in armv8pmu_enable_event_counter()
545 static inline void armv8pmu_disable_event_counter(struct perf_event *event) in armv8pmu_disable_event_counter()
572 static inline int armv8pmu_enable_event_irq(struct perf_event *event) in armv8pmu_enable_event_irq()
[all …]
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_cf.c19 static enum cpumf_ctr_set get_counter_set(u64 event) in get_counter_set()
171 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
202 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
295 static int cpumf_pmu_event_init(struct perf_event *event) in cpumf_pmu_event_init()
315 static int hw_perf_event_reset(struct perf_event *event) in hw_perf_event_reset()
338 static void hw_perf_event_update(struct perf_event *event) in hw_perf_event_update()
355 static void cpumf_pmu_read(struct perf_event *event) in cpumf_pmu_read()
363 static void cpumf_pmu_start(struct perf_event *event, int flags) in cpumf_pmu_start()
394 static void cpumf_pmu_stop(struct perf_event *event, int flags) in cpumf_pmu_stop()
415 static int cpumf_pmu_add(struct perf_event *event, int flags) in cpumf_pmu_add()
[all …]
/Linux-v5.4/drivers/isdn/mISDN/
Dlayer2.c278 l2_timeout(struct FsmInst *fi, int event, void *arg) in l2_timeout()
714 l2_mdl_error_ua(struct FsmInst *fi, int event, void *arg) in l2_mdl_error_ua()
727 l2_mdl_error_dm(struct FsmInst *fi, int event, void *arg) in l2_mdl_error_dm()
742 l2_st8_mdl_error_dm(struct FsmInst *fi, int event, void *arg) in l2_st8_mdl_error_dm()
756 l2_go_st3(struct FsmInst *fi, int event, void *arg) in l2_go_st3()
763 l2_mdl_assign(struct FsmInst *fi, int event, void *arg) in l2_mdl_assign()
773 l2_queue_ui_assign(struct FsmInst *fi, int event, void *arg) in l2_queue_ui_assign()
784 l2_queue_ui(struct FsmInst *fi, int event, void *arg) in l2_queue_ui()
810 l2_send_ui(struct FsmInst *fi, int event, void *arg) in l2_send_ui()
820 l2_got_ui(struct FsmInst *fi, int event, void *arg) in l2_got_ui()
[all …]
Dlayer1.c109 l1_reset(struct FsmInst *fi, int event, void *arg) in l1_reset()
115 l1_deact_cnf(struct FsmInst *fi, int event, void *arg) in l1_deact_cnf()
125 l1_deact_req_s(struct FsmInst *fi, int event, void *arg) in l1_deact_req_s()
135 l1_power_up_s(struct FsmInst *fi, int event, void *arg) in l1_power_up_s()
147 l1_go_F5(struct FsmInst *fi, int event, void *arg) in l1_go_F5()
153 l1_go_F8(struct FsmInst *fi, int event, void *arg) in l1_go_F8()
159 l1_info2_ind(struct FsmInst *fi, int event, void *arg) in l1_info2_ind()
168 l1_info4_ind(struct FsmInst *fi, int event, void *arg) in l1_info4_ind()
185 l1_timer3(struct FsmInst *fi, int event, void *arg) in l1_timer3()
202 l1_timer_act(struct FsmInst *fi, int event, void *arg) in l1_timer_act()
[all …]
/Linux-v5.4/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c62 static bool hisi_validate_event_group(struct perf_event *event) in hisi_validate_event_group()
100 int hisi_uncore_pmu_get_event_idx(struct perf_event *event) in hisi_uncore_pmu_get_event_idx()
126 int hisi_uncore_pmu_event_init(struct perf_event *event) in hisi_uncore_pmu_event_init()
180 static void hisi_uncore_pmu_enable_event(struct perf_event *event) in hisi_uncore_pmu_enable_event()
195 static void hisi_uncore_pmu_disable_event(struct perf_event *event) in hisi_uncore_pmu_disable_event()
204 void hisi_uncore_pmu_set_event_period(struct perf_event *event) in hisi_uncore_pmu_set_event_period()
223 void hisi_uncore_pmu_event_update(struct perf_event *event) in hisi_uncore_pmu_event_update()
243 void hisi_uncore_pmu_start(struct perf_event *event, int flags) in hisi_uncore_pmu_start()
265 void hisi_uncore_pmu_stop(struct perf_event *event, int flags) in hisi_uncore_pmu_stop()
281 int hisi_uncore_pmu_add(struct perf_event *event, int flags) in hisi_uncore_pmu_add()
[all …]
/Linux-v5.4/arch/x86/events/amd/
Dpower.c47 static void event_update(struct perf_event *event) in event_update()
75 static void __pmu_event_start(struct perf_event *event) in __pmu_event_start()
86 static void pmu_event_start(struct perf_event *event, int mode) in pmu_event_start()
91 static void pmu_event_stop(struct perf_event *event, int mode) in pmu_event_stop()
110 static int pmu_event_add(struct perf_event *event, int mode) in pmu_event_add()
122 static void pmu_event_del(struct perf_event *event, int flags) in pmu_event_del()
127 static int pmu_event_init(struct perf_event *event) in pmu_event_init()
145 static void pmu_event_read(struct perf_event *event) in pmu_event_read()
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_fcs_rport.c171 bfa_fcs_rport_sm_uninit(struct bfa_fcs_rport_s *rport, enum rport_event event) in bfa_fcs_rport_sm_uninit()
210 enum rport_event event) in bfa_fcs_rport_sm_plogi_sending()
271 enum rport_event event) in bfa_fcs_rport_sm_plogiacc_sending()
337 enum rport_event event) in bfa_fcs_rport_sm_plogi_retry()
407 bfa_fcs_rport_sm_plogi(struct bfa_fcs_rport_s *rport, enum rport_event event) in bfa_fcs_rport_sm_plogi()
513 enum rport_event event) in bfa_fcs_rport_sm_fc4_fcs_online()
579 enum rport_event event) in bfa_fcs_rport_sm_hal_online()
628 bfa_fcs_rport_sm_online(struct bfa_fcs_rport_s *rport, enum rport_event event) in bfa_fcs_rport_sm_online()
682 enum rport_event event) in bfa_fcs_rport_sm_nsquery_sending()
731 bfa_fcs_rport_sm_nsquery(struct bfa_fcs_rport_s *rport, enum rport_event event) in bfa_fcs_rport_sm_nsquery()
[all …]
/Linux-v5.4/arch/sh/kernel/
Dperf_event.c81 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
118 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
176 static void sh_perf_event_update(struct perf_event *event, in sh_perf_event_update()
217 static void sh_pmu_stop(struct perf_event *event, int flags) in sh_pmu_stop()
235 static void sh_pmu_start(struct perf_event *event, int flags) in sh_pmu_start()
252 static void sh_pmu_del(struct perf_event *event, int flags) in sh_pmu_del()
262 static int sh_pmu_add(struct perf_event *event, int flags) in sh_pmu_add()
293 static void sh_pmu_read(struct perf_event *event) in sh_pmu_read()
298 static int sh_pmu_event_init(struct perf_event *event) in sh_pmu_event_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put()
39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get()
52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send()
75 nvkm_event_fini(struct nvkm_event *event) in nvkm_event_fini()
85 struct nvkm_event *event) in nvkm_event_init()
/Linux-v5.4/fs/notify/
Dnotification.c58 struct fsnotify_event *event) in fsnotify_destroy_event()
85 struct fsnotify_event *event, in fsnotify_add_event()
132 struct fsnotify_event *event) in fsnotify_remove_queued_event()
149 struct fsnotify_event *event; in fsnotify_remove_first_event() local
179 struct fsnotify_event *event; in fsnotify_flush_notify() local
/Linux-v5.4/kernel/trace/
Dtrace_output.c280 struct trace_event_call *event; in trace_raw_output_prep() local
648 struct trace_event *event; in ftrace_find_event() local
716 int register_trace_event(struct trace_event *event) in register_trace_event()
785 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
796 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
811 struct trace_event *event) in trace_nop_print()
820 struct trace_event *event) in trace_fn_trace()
840 struct trace_event *event) in trace_fn_raw()
854 struct trace_event *event) in trace_fn_hex()
868 struct trace_event *event) in trace_fn_bin()
[all …]
/Linux-v5.4/drivers/perf/
Dqcom_l3_pmu.c136 static inline u32 get_event_type(struct perf_event *event) in get_event_type()
141 static inline bool event_uses_long_counter(struct perf_event *event) in event_uses_long_counter()
146 static inline int event_num_counters(struct perf_event *event) in event_num_counters()
193 static void qcom_l3_cache__64bit_counter_start(struct perf_event *event) in qcom_l3_cache__64bit_counter_start()
224 static void qcom_l3_cache__64bit_counter_stop(struct perf_event *event, in qcom_l3_cache__64bit_counter_stop()
239 static void qcom_l3_cache__64bit_counter_update(struct perf_event *event) in qcom_l3_cache__64bit_counter_update()
274 static void qcom_l3_cache__32bit_counter_start(struct perf_event *event) in qcom_l3_cache__32bit_counter_start()
299 static void qcom_l3_cache__32bit_counter_stop(struct perf_event *event, in qcom_l3_cache__32bit_counter_stop()
316 static void qcom_l3_cache__32bit_counter_update(struct perf_event *event) in qcom_l3_cache__32bit_counter_update()
338 const struct l3cache_event_ops *l3cache_event_get_ops(struct perf_event *event) in l3cache_event_get_ops()
[all …]
/Linux-v5.4/arch/x86/events/intel/
Dcore.c1977 struct perf_event *event = in __intel_pmu_enable_all() local
2015 struct perf_event *event; in intel_pmu_nhm_workaround() local
2144 static inline bool event_is_checkpointed(struct perf_event *event) in event_is_checkpointed()
2149 static void intel_pmu_disable_event(struct perf_event *event) in intel_pmu_disable_event()
2177 static void intel_pmu_del_event(struct perf_event *event) in intel_pmu_del_event()
2185 static void intel_pmu_read_event(struct perf_event *event) in intel_pmu_read_event()
2193 static void intel_pmu_enable_fixed(struct perf_event *event) in intel_pmu_enable_fixed()
2231 static void intel_pmu_enable_event(struct perf_event *event) in intel_pmu_enable_event()
2263 static void intel_pmu_add_event(struct perf_event *event) in intel_pmu_add_event()
2275 int intel_pmu_save_and_restart(struct perf_event *event) in intel_pmu_save_and_restart()
[all …]
/Linux-v5.4/scripts/dtc/
Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
34 yaml_event_t event; in yaml_propval_int() local
97 yaml_event_t event; in yaml_propval_string() local
114 yaml_event_t event; in yaml_propval() local
180 yaml_event_t event; in yaml_tree() local
208 yaml_event_t event; in dt_to_yaml() local

12345678910>>...60