Home
last modified time | relevance | path

Searched defs:event (Results 26 – 50 of 1920) sorted by relevance

12345678910>>...77

/Linux-v6.6/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 …]
Driscv_pmu_sbi.c315 static uint8_t pmu_sbi_csr_index(struct perf_event *event) in pmu_sbi_csr_index()
320 static unsigned long pmu_sbi_get_filter_flags(struct perf_event *event) in pmu_sbi_get_filter_flags()
341 static int pmu_sbi_ctr_get_idx(struct perf_event *event) in pmu_sbi_ctr_get_idx()
399 static void pmu_sbi_ctr_clear_idx(struct perf_event *event) in pmu_sbi_ctr_clear_idx()
434 static bool pmu_sbi_is_fw_event(struct perf_event *event) in pmu_sbi_is_fw_event()
445 static int pmu_sbi_event_map(struct perf_event *event, u64 *econfig) in pmu_sbi_event_map()
486 static u64 pmu_sbi_ctr_read(struct perf_event *event) in pmu_sbi_ctr_read()
511 struct perf_event *event = (struct perf_event *)arg; in pmu_sbi_set_scounteren() local
520 struct perf_event *event = (struct perf_event *)arg; in pmu_sbi_reset_scounteren() local
527 static void pmu_sbi_ctr_start(struct perf_event *event, u64 ival) in pmu_sbi_ctr_start()
[all …]
/Linux-v6.6/fs/notify/fanotify/
Dfanotify.h266 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event()
291 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
303 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
319 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE()
324 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
337 struct fanotify_event *event) in fanotify_event_object_fh()
350 struct fanotify_event *event) in fanotify_event_info()
358 static inline int fanotify_event_object_fh_len(struct fanotify_event *event) in fanotify_event_object_fh_len()
369 static inline int fanotify_event_dir_fh_len(struct fanotify_event *event) in fanotify_event_dir_fh_len()
376 static inline int fanotify_event_dir2_fh_len(struct fanotify_event *event) in fanotify_event_dir2_fh_len()
[all …]
/Linux-v6.6/arch/x86/events/amd/
Dcore.c335 static int amd_core_hw_config(struct perf_event *event) in amd_core_hw_config()
371 static int amd_pmu_hw_config(struct perf_event *event) in amd_pmu_hw_config()
393 struct perf_event *event) in __amd_put_nb_event_constraints()
449 __amd_get_nb_event_constraints(struct cpu_hw_events *cpuc, struct perf_event *event, in __amd_get_nb_event_constraints()
718 static void amd_pmu_enable_event(struct perf_event *event) in amd_pmu_enable_event()
739 static void amd_pmu_v2_enable_event(struct perf_event *event) in amd_pmu_v2_enable_event()
765 static void amd_pmu_disable_event(struct perf_event *event) in amd_pmu_disable_event()
803 static void amd_pmu_add_event(struct perf_event *event) in amd_pmu_add_event()
811 static void amd_pmu_del_event(struct perf_event *event) in amd_pmu_del_event()
887 struct perf_event *event; in amd_pmu_v2_handle_irq() local
[all …]
Diommu.c84 const char *event; member
90 struct amd_iommu_event_desc *event = in _iommu_event_show() local
153 static int get_next_avail_iommu_bnk_cntr(struct perf_event *event) in get_next_avail_iommu_bnk_cntr()
206 static int perf_iommu_event_init(struct perf_event *event) in perf_iommu_event_init()
267 static void perf_iommu_disable_event(struct perf_event *event) in perf_iommu_disable_event()
277 static void perf_iommu_start(struct perf_event *event, int flags) in perf_iommu_start()
309 static void perf_iommu_read(struct perf_event *event) in perf_iommu_read()
329 static void perf_iommu_stop(struct perf_event *event, int flags) in perf_iommu_stop()
348 static int perf_iommu_add(struct perf_event *event, int flags) in perf_iommu_add()
365 static void perf_iommu_del(struct perf_event *event, int flags) in perf_iommu_del()
/Linux-v6.6/arch/x86/events/
Dcore.c115 u64 x86_perf_event_update(struct perf_event *event) in x86_perf_event_update()
158 static int x86_pmu_extra_regs(u64 config, struct perf_event *event) in x86_pmu_extra_regs()
340 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
346 void hw_perf_lbr_event_destroy(struct perf_event *event) in hw_perf_lbr_event_destroy()
360 set_ext_hw_attr(struct hw_perf_event *hwc, struct perf_event *event) in set_ext_hw_attr()
474 int x86_setup_perfctr(struct perf_event *event) in x86_setup_perfctr()
519 static inline int precise_br_compat(struct perf_event *event) in precise_br_compat()
561 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config()
652 static int __x86_pmu_event_init(struct perf_event *event) in __x86_pmu_event_init()
749 static inline int is_x86_event(struct perf_event *event) in is_x86_event()
[all …]
Dmsr.c203 static int msr_event_init(struct perf_event *event) in msr_event_init()
229 static inline u64 msr_read_counter(struct perf_event *event) in msr_read_counter()
241 static void msr_event_update(struct perf_event *event) in msr_event_update()
265 static void msr_event_start(struct perf_event *event, int flags) in msr_event_start()
272 static void msr_event_stop(struct perf_event *event, int flags) in msr_event_stop()
277 static void msr_event_del(struct perf_event *event, int flags) in msr_event_del()
282 static int msr_event_add(struct perf_event *event, int flags) in msr_event_add()
/Linux-v6.6/arch/s390/kernel/
Dperf_pai_crypto.c41 struct perf_event *event; /* Perf event for sampling */ member
52 static void paicrypt_event_destroy(struct perf_event *event) in paicrypt_event_destroy()
87 static u64 paicrypt_getdata(struct perf_event *event, bool kernel) in paicrypt_getdata()
109 static u64 paicrypt_getall(struct perf_event *event) in paicrypt_getall()
188 static int paicrypt_event_init(struct perf_event *event) in paicrypt_event_init()
237 static void paicrypt_read(struct perf_event *event) in paicrypt_read()
249 static void paicrypt_start(struct perf_event *event, int flags) in paicrypt_start()
261 static int paicrypt_add(struct perf_event *event, int flags) in paicrypt_add()
282 static void paicrypt_stop(struct perf_event *event, int flags) in paicrypt_stop()
288 static void paicrypt_del(struct perf_event *event, int flags) in paicrypt_del()
[all …]
Dperf_pai_ext.c54 struct perf_event *event; /* Perf event for sampling */ member
119 static void paiext_event_destroy(struct perf_event *event) in paiext_event_destroy()
149 static int paiext_alloc(struct perf_event_attr *a, struct perf_event *event) in paiext_alloc()
226 static int paiext_event_valid(struct perf_event *event) in paiext_event_valid()
239 static int paiext_event_init(struct perf_event *event) in paiext_event_init()
289 static u64 paiext_getdata(struct perf_event *event) in paiext_getdata()
305 static u64 paiext_getall(struct perf_event *event) in paiext_getall()
310 static void paiext_read(struct perf_event *event) in paiext_read()
321 static void paiext_start(struct perf_event *event, int flags) in paiext_start()
333 static int paiext_add(struct perf_event *event, int flags) in paiext_add()
[all …]
/Linux-v6.6/drivers/scsi/bfa/
Dbfa_fcs_lport.c135 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_uninit()
152 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_init()
187 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_online()
247 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_offline()
302 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_stopping()
327 enum bfa_fcs_lport_event event) in bfa_fcs_lport_sm_deleting()
354 enum bfa_lport_aen_event event) in bfa_fcs_lport_aen_post()
1479 enum port_fdmi_event event) in bfa_fcs_lport_fdmi_sm_offline()
1519 enum port_fdmi_event event) in bfa_fcs_lport_fdmi_sm_sending_rhba()
1544 enum port_fdmi_event event) in bfa_fcs_lport_fdmi_sm_rhba()
[all …]
Dbfa_fcs.c205 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_uninit()
231 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_created()
279 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_linkdown()
325 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_flogi()
386 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_flogi_retry()
418 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_auth()
458 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_auth_failed()
484 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_loopback()
510 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_nofabric()
546 enum bfa_fcs_fabric_event event) in bfa_fcs_fabric_sm_online()
[all …]
Dbfa_fcs_fcpim.c72 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_offline()
104 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_prli_send()
139 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_prli()
191 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_hal_rport_online()
229 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_prli_retry()
274 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_hcb_online()
312 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_online()
353 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_hcb_offline()
381 enum bfa_fcs_itnim_event event) in bfa_fcs_itnim_sm_initiator()
415 enum bfa_itnim_aen_event event) in bfa_fcs_itnim_aen_post()
/Linux-v6.6/drivers/dma/idxd/
Dperfmon.c80 static bool is_idxd_event(struct idxd_pmu *idxd_pmu, struct perf_event *event) in is_idxd_event()
89 struct perf_event *event; in perfmon_collect_events() local
124 struct perf_event *event, int idx) in perfmon_assign_hw_event()
135 struct perf_event *event) in perfmon_assign_event()
155 struct perf_event *event) in perfmon_validate_group()
198 static int perfmon_pmu_event_init(struct perf_event *event) in perfmon_pmu_event_init()
230 static inline u64 perfmon_pmu_read_counter(struct perf_event *event) in perfmon_pmu_read_counter()
241 static void perfmon_pmu_event_update(struct perf_event *event) in perfmon_pmu_event_update()
264 struct perf_event *event; in perfmon_counter_overflow() local
320 static void perfmon_pmu_event_start(struct perf_event *event, int mode) in perfmon_pmu_event_start()
[all …]
/Linux-v6.6/arch/arm/kernel/
Dperf_event_v7.c746 static inline u64 armv7pmu_read_counter(struct perf_event *event) in armv7pmu_read_counter()
766 static inline void armv7pmu_write_counter(struct perf_event *event, u64 value) in armv7pmu_write_counter()
871 static void armv7pmu_enable_event(struct perf_event *event) in armv7pmu_enable_event()
917 static void armv7pmu_disable_event(struct perf_event *event) in armv7pmu_disable_event()
974 struct perf_event *event = cpuc->events[idx]; in armv7pmu_handle_irq() local
1033 struct perf_event *event) in armv7pmu_get_event_idx()
1062 struct perf_event *event) in armv7pmu_clear_event_idx()
1070 static int armv7pmu_set_event_filter(struct hw_perf_event *event, in armv7pmu_set_event_filter()
1114 static int armv7_a8_map_event(struct perf_event *event) in armv7_a8_map_event()
1120 static int armv7_a9_map_event(struct perf_event *event) in armv7_a9_map_event()
[all …]
/Linux-v6.6/tools/perf/util/
Dordered-events.c65 union perf_event *event) in __dup_event()
79 union perf_event *event) in dup_event()
84 static void __free_dup_event(struct ordered_events *oe, union perf_event *event) in __free_dup_event()
92 static void free_dup_event(struct ordered_events *oe, union perf_event *event) in free_dup_event()
100 union perf_event *event) in alloc_event()
173 union perf_event *event) in ordered_events__new_event()
186 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event) in ordered_events__delete()
194 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, in ordered_events__queue()
352 struct ordered_event *event; in ordered_events__first_time() local
/Linux-v6.6/arch/alpha/kernel/
Dperf_event.c41 struct perf_event *event[MAX_HWEVENTS]; member
152 static int ev67_check_constraints(struct perf_event **event, in ev67_check_constraints()
252 static int alpha_perf_event_set_period(struct perf_event *event, in alpha_perf_event_set_period()
307 static unsigned long alpha_perf_event_update(struct perf_event *event, in alpha_perf_event_update()
341 struct perf_event *event[], unsigned long *evtype, in collect_events()
433 static int alpha_pmu_add(struct perf_event *event, int flags) in alpha_pmu_add()
485 static void alpha_pmu_del(struct perf_event *event, int flags) in alpha_pmu_del()
524 static void alpha_pmu_read(struct perf_event *event) in alpha_pmu_read()
532 static void alpha_pmu_stop(struct perf_event *event, int flags) in alpha_pmu_stop()
552 static void alpha_pmu_start(struct perf_event *event, int flags) in alpha_pmu_start()
[all …]
/Linux-v6.6/net/sctp/
Dulpqueue.c57 struct sctp_ulpevent *event; in sctp_ulpq_flush() local
86 struct sctp_ulpevent *event; in sctp_ulpq_tail_data() local
146 struct sctp_ulpevent *event; in sctp_clear_pd() local
183 struct sctp_ulpevent *event; in sctp_ulpq_tail_event() local
268 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
319 struct sctp_ulpevent *event; in sctp_make_reassembled_event() local
572 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
682 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn() local
712 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain() local
740 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
[all …]
Dstream_interleave.c125 struct sctp_ulpevent *event) in sctp_intl_store_reasm()
182 struct sctp_ulpevent *event) in sctp_intl_retrieve_partial()
259 struct sctp_ulpevent *event) in sctp_intl_retrieve_reassembled()
349 struct sctp_ulpevent *event) in sctp_intl_reasm()
373 struct sctp_ulpevent *event) in sctp_intl_store_ordered()
418 struct sctp_ulpevent *event) in sctp_intl_retrieve_ordered()
449 struct sctp_ulpevent *event) in sctp_intl_order()
474 struct sctp_ulpevent *event; in sctp_enqueue_event() local
510 struct sctp_ulpevent *event) in sctp_intl_store_reasm_uo()
560 struct sctp_ulpevent *event) in sctp_intl_retrieve_partial_uo()
[all …]
/Linux-v6.6/scripts/dtc/
Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
35 yaml_event_t event; in yaml_propval_int() local
98 yaml_event_t event; in yaml_propval_string() local
115 yaml_event_t event; in yaml_propval() local
182 yaml_event_t event; in yaml_tree() local
210 yaml_event_t event; in dt_to_yaml() local
/Linux-v6.6/fs/notify/
Dnotification.c51 struct fsnotify_event *event) in fsnotify_destroy_event()
82 struct fsnotify_event *event, in fsnotify_insert_event()
133 struct fsnotify_event *event) in fsnotify_remove_queued_event()
165 struct fsnotify_event *event = fsnotify_peek_first_event(group); in fsnotify_remove_first_event() local
183 struct fsnotify_event *event; in fsnotify_flush_notify() local
/Linux-v6.6/arch/loongarch/kernel/
Dperf_event.c148 #define M_PERFCTL_EVENT(event) (event & CSR_PERFCTRL_EVENT) argument
268 struct perf_event *event = container_of(evt, struct perf_event, hw); in loongarch_pmu_enable_event() local
299 static int loongarch_pmu_event_set_period(struct perf_event *event, in loongarch_pmu_event_set_period()
335 static void loongarch_pmu_event_update(struct perf_event *event, in loongarch_pmu_event_update()
356 static void loongarch_pmu_start(struct perf_event *event, int flags) in loongarch_pmu_start()
372 static void loongarch_pmu_stop(struct perf_event *event, int flags) in loongarch_pmu_stop()
385 static int loongarch_pmu_add(struct perf_event *event, int flags) in loongarch_pmu_add()
420 static void loongarch_pmu_del(struct perf_event *event, int flags) in loongarch_pmu_del()
435 static void loongarch_pmu_read(struct perf_event *event) in loongarch_pmu_read()
472 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
[all …]
/Linux-v6.6/drivers/iommu/intel/
Dperfmon.c245 static inline struct iommu_pmu *iommu_event_to_pmu(struct perf_event *event) in iommu_event_to_pmu()
250 static inline u64 iommu_event_config(struct perf_event *event) in iommu_event_config()
260 struct perf_event *event) in is_iommu_pmu_event()
265 static int iommu_pmu_validate_event(struct perf_event *event) in iommu_pmu_validate_event()
276 static int iommu_pmu_validate_group(struct perf_event *event) in iommu_pmu_validate_group()
298 static int iommu_pmu_event_init(struct perf_event *event) in iommu_pmu_event_init()
320 static void iommu_pmu_event_update(struct perf_event *event) in iommu_pmu_event_update()
343 static void iommu_pmu_start(struct perf_event *event, int flags) in iommu_pmu_start()
380 static void iommu_pmu_stop(struct perf_event *event, int flags) in iommu_pmu_stop()
397 int idx, struct perf_event *event) in iommu_pmu_validate_per_cntr_event()
[all …]
/Linux-v6.6/arch/xtensa/kernel/
Dperf_event.c61 struct perf_event *event[XCHAL_NUM_PERF_COUNTERS]; member
145 static void xtensa_perf_event_update(struct perf_event *event, in xtensa_perf_event_update()
163 static bool xtensa_perf_event_set_period(struct perf_event *event, in xtensa_perf_event_set_period()
207 static int xtensa_pmu_event_init(struct perf_event *event) in xtensa_pmu_event_init()
249 static void xtensa_pmu_start(struct perf_event *event, int flags) in xtensa_pmu_start()
267 static void xtensa_pmu_stop(struct perf_event *event, int flags) in xtensa_pmu_stop()
290 static int xtensa_pmu_add(struct perf_event *event, int flags) in xtensa_pmu_add()
316 static void xtensa_pmu_del(struct perf_event *event, int flags) in xtensa_pmu_del()
325 static void xtensa_pmu_read(struct perf_event *event) in xtensa_pmu_read()
376 struct perf_event *event = ev->event[i]; in xtensa_pmu_irq_handler() local
/Linux-v6.6/drivers/firmware/
Darm_sdei.c77 struct sdei_event *event; member
82 #define CROSSCALL_INIT(arg, event) \ argument
90 struct sdei_event *event) in sdei_do_local_call()
101 struct sdei_event *event) in sdei_do_cross_call()
191 static int sdei_api_event_get_info(u32 event, u32 info, u64 *result) in sdei_api_event_get_info()
203 struct sdei_event *event; in sdei_event_create() local
275 static void sdei_event_destroy_llocked(struct sdei_event *event) in sdei_event_destroy_llocked()
290 static void sdei_event_destroy(struct sdei_event *event) in sdei_event_destroy()
402 struct sdei_event *event; in sdei_event_enable() local
448 struct sdei_event *event; in sdei_event_disable() local
[all …]
/Linux-v6.6/arch/x86/events/intel/
Dpt.c312 static bool pt_event_valid(struct perf_event *event) in pt_event_valid()
416 static void pt_config_start(struct perf_event *event) in pt_config_start()
458 static u64 pt_config_filters(struct perf_event *event) in pt_config_filters()
499 static void pt_config(struct perf_event *event) in pt_config()
540 static void pt_config_stop(struct perf_event *event) in pt_config_stop()
1295 pt_buffer_setup_aux(struct perf_event *event, void **pages, in pt_buffer_setup_aux()
1351 static int pt_addr_filters_init(struct perf_event *event) in pt_addr_filters_init()
1372 static void pt_addr_filters_fini(struct perf_event *event) in pt_addr_filters_fini()
1420 static void pt_event_addr_filters_sync(struct perf_event *event) in pt_event_addr_filters_sync()
1477 struct perf_event *event = pt->handle.event; in intel_pt_interrupt() local
[all …]

12345678910>>...77