Home
last modified time | relevance | path

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

12345678910>>...64

/linux/tools/perf/util/
A Devent.c194 union perf_event *event, in perf_event__process_comm()
202 union perf_event *event, in perf_event__process_namespaces()
218 union perf_event *event, in perf_event__process_lost()
226 union perf_event *event, in perf_event__process_aux()
242 union perf_event *event, in perf_event__process_aux_output_hw_id()
266 union perf_event *event, in perf_event__process_ksymbol()
274 union perf_event *event, in perf_event__process_bpf()
282 union perf_event *event, in perf_event__process_text_poke()
365 union perf_event *event, in perf_event__process_mmap()
373 union perf_event *event, in perf_event__process_mmap2()
[all …]
A Dsession.c452 union perf_event *event) in process_stat_round_stub()
462 union perf_event *event) in process_event_time_conv_stub()
1413 union perf_event *event, in deliver_sample_value()
1445 union perf_event *event, in deliver_sample_group()
1708 union perf_event *event; in perf_session__peek_event() local
1764 union perf_event *event; in perf_session__peek_events() local
1979 union perf_event *event; in __perf_session__process_pipe_events() local
2084 union perf_event *event; in prefetch_event() local
2277 union perf_event *event; in reader__read_event() local
2359 union perf_event *event, in process_simple()
[all …]
/linux/net/sctp/
A Dulpevent.c51 struct sctp_ulpevent *event; in sctp_ulpevent_new() local
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
344 struct sctp_ulpevent *event; in sctp_ulpevent_notify_peer_addr_change() local
379 struct sctp_ulpevent *event; in sctp_ulpevent_make_remote_error() local
434 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed() local
538 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed_event() local
581 struct sctp_ulpevent *event; in sctp_ulpevent_make_shutdown_event() local
643 struct sctp_ulpevent *event; in sctp_ulpevent_make_adaptation_indication() local
776 struct sctp_ulpevent *event; in sctp_ulpevent_make_pdapi() local
[all …]
/linux/kernel/events/
A Dcore.c209 struct perf_event *event; member
2312 struct perf_event *event; in group_sched_out() local
3046 struct perf_event *event; member
3724 struct perf_event *event; in group_update_userpage() local
4050 struct perf_event *event; in perf_adjust_freq_unthr_context() local
4134 struct perf_event *event; in ctx_event_to_rotate() local
4243 struct perf_event *event; in perf_event_enable_on_exec() local
4330 struct perf_event *event; member
4727 struct perf_event *event; in free_event_rcu() local
5761 struct perf_event *event; in perf_event_task_enable() local
[all …]
/linux/drivers/s390/net/
A 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()
588 static void ctcm_chx_start(fsm_instance *fi, int event, void *arg) in ctcm_chx_start()
752 static void ctcm_chx_stop(fsm_instance *fi, int event, void *arg) in ctcm_chx_stop()
766 static void ctcm_chx_fail(fsm_instance *fi, int event, void *arg) in ctcm_chx_fail()
1372 static void ctcmpc_chx_rx(fsm_instance *fi, int event, void *arg) in ctcmpc_chx_rx()
[all …]
/linux/drivers/s390/cio/
A Dvfio_ccw_fsm.c160 enum vfio_ccw_event event) in fsm_notoper()
179 enum vfio_ccw_event event) in fsm_nop()
184 enum vfio_ccw_event event) in fsm_io_error()
191 enum vfio_ccw_event event) in fsm_io_busy()
197 enum vfio_ccw_event event) in fsm_io_retry()
203 enum vfio_ccw_event event) in fsm_async_error()
215 enum vfio_ccw_event event) in fsm_async_retry()
221 enum vfio_ccw_event event) in fsm_disabled_irq()
240 enum vfio_ccw_event event) in fsm_io_request()
330 enum vfio_ccw_event event) in fsm_async_request()
[all …]
/linux/arch/arm64/kernel/
A Dperf_event.c548 static u64 armv8pmu_read_counter(struct perf_event *event) in armv8pmu_read_counter()
804 struct perf_event *event = cpuc->events[idx]; in armv8pmu_handle_irq() local
871 struct perf_event *event) in armv8pmu_get_event_idx()
894 struct perf_event *event) in armv8pmu_clear_event_idx()
950 static int armv8pmu_filter_match(struct perf_event *event) in armv8pmu_filter_match()
1009 static int armv8_pmuv3_map_event(struct perf_event *event) in armv8_pmuv3_map_event()
1014 static int armv8_a53_map_event(struct perf_event *event) in armv8_a53_map_event()
1019 static int armv8_a57_map_event(struct perf_event *event) in armv8_a57_map_event()
1024 static int armv8_a73_map_event(struct perf_event *event) in armv8_a73_map_event()
1108 int (*map_event)(struct perf_event *event), in armv8_pmu_init()
[all …]
/linux/tools/testing/selftests/powerpc/pmu/
A Devent.h15 struct event { struct
16 struct perf_event_attr attr; argument
27 void event_init(struct event *e, u64 config); argument
/linux/arch/powerpc/perf/
A 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()
66 static inline bool is_event_marked(u64 event) in is_event_marked()
74 static unsigned long sdar_mod_val(u64 event) in sdar_mod_val()
82 static void mmcra_sdar_mode(u64 event, unsigned long *mmcra) in mmcra_sdar_mode()
164 static unsigned long combine_from_event(u64 event) in combine_from_event()
180 static inline bool event_is_threshold(u64 event) in event_is_threshold()
185 static bool is_thresh_cmp_valid(u64 event) in is_thresh_cmp_valid()
206 static unsigned int dc_ic_rld_quad_l1_sel(u64 event) in dc_ic_rld_quad_l1_sel()
526 int isa207_compute_mmcr(u64 event[], int n_ev, in isa207_compute_mmcr()
[all …]
A Dimc-pmu.c152 u32 base, struct imc_events *event) in imc_parse_event()
497 static int nest_imc_event_init(struct perf_event *event) in nest_imc_event_init()
733 static void reset_global_refc(struct perf_event *event) in reset_global_refc()
803 static int core_imc_event_init(struct perf_event *event) in core_imc_event_init()
970 static int thread_imc_event_init(struct perf_event *event) in thread_imc_event_init()
1016 static bool is_thread_imc_pmu(struct perf_event *event) in is_thread_imc_pmu()
1055 static u64 imc_read_counter(struct perf_event *event) in imc_read_counter()
1072 static void imc_event_update(struct perf_event *event) in imc_event_update()
1271 struct perf_event *event) in trace_imc_prepare_sample()
1320 static void dump_trace_imc_data(struct perf_event *event) in dump_trace_imc_data()
[all …]
A Dcore-fsl-emb.c23 struct perf_event *event[MAX_HWEVENTS]; member
162 static void fsl_emb_pmu_read(struct perf_event *event) in fsl_emb_pmu_read()
255 struct perf_event *event; in collect_events() local
276 static int fsl_emb_pmu_add(struct perf_event *event, int flags) in fsl_emb_pmu_add()
337 static void fsl_emb_pmu_del(struct perf_event *event, int flags) in fsl_emb_pmu_del()
374 static void fsl_emb_pmu_start(struct perf_event *event, int ef_flags) in fsl_emb_pmu_start()
404 static void fsl_emb_pmu_stop(struct perf_event *event, int ef_flags) in fsl_emb_pmu_stop()
429 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
469 static int fsl_emb_pmu_event_init(struct perf_event *event) in fsl_emb_pmu_event_init()
589 static void record_and_restart(struct perf_event *event, unsigned long val, in record_and_restart()
[all …]
A Dcore-book3s.c38 struct perf_event *event[MAX_HWEVENTS]; member
125 static void ebb_event_add(struct perf_event *event) { } in ebb_event_add()
577 static bool is_ebb_event(struct perf_event *event) in is_ebb_event()
614 static void ebb_event_add(struct perf_event *event) in ebb_event_add()
929 int n_ev, struct perf_event **event) in power_check_constraints()
1055 struct perf_event *event; in check_excludes() local
1178 struct perf_event *event; in freeze_limited_counters() local
1198 struct perf_event *event; in thaw_limited_counters() local
1353 struct perf_event *event; in power_pmu_enable() local
1523 struct perf_event *event; in collect_events() local
[all …]
/linux/fs/fscache/
A Dobject.c172 int event = -1; in fscache_object_sm_dispatcher() local
352 int event) in fscache_abort_initialisation()
369 int event) in fscache_initialise_object()
424 int event) in fscache_parent_ready()
447 int event) in fscache_look_up_object()
570 int event) in fscache_object_available()
603 int event) in fscache_jumpstart_dependents()
616 int event) in fscache_lookup_failure()
680 int event) in fscache_kill_dependents()
1027 int event) in fscache_invalidate_object()
[all …]
/linux/drivers/isdn/mISDN/
A Dlayer2.c278 l2_timeout(struct FsmInst *fi, int event, void *arg) in l2_timeout()
756 l2_go_st3(struct FsmInst *fi, int event, void *arg) in l2_go_st3()
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()
871 l2_release(struct FsmInst *fi, int event, void *arg) in l2_release()
881 l2_pend_rel(struct FsmInst *fi, int event, void *arg) in l2_pend_rel()
927 l2_send_UA(struct FsmInst *fi, int event, void *arg) in l2_send_UA()
936 l2_send_DM(struct FsmInst *fi, int event, void *arg) in l2_send_DM()
1035 l2_released(struct FsmInst *fi, int event, void *arg) in l2_released()
[all …]
A 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/arch/x86/events/intel/
A Dcore.c2175 struct perf_event *event = in __intel_pmu_enable_all() local
2255 struct perf_event *event; in intel_pmu_nhm_workaround() local
3228 struct perf_event *event) in x86_get_event_constraints()
3510 struct perf_event *event) in intel_put_excl_constraints()
3556 struct perf_event *event) in intel_put_shared_regs_event_constraints()
3570 struct perf_event *event) in intel_put_event_constraints()
4049 struct perf_event *event) in hsw_get_event_constraints()
4067 struct perf_event *event) in icl_get_event_constraints()
4082 struct perf_event *event) in spr_get_event_constraints()
4107 struct perf_event *event) in glp_get_event_constraints()
[all …]
/linux/sound/soc/codecs/
A Dmt6359.c729 int event) in mt_sgen_event()
985 int event) in mt_rcv_event()
1155 int event) in mt_adc_clk_gen_event()
1391 int event) in mt_ul_src_dmic_event()
1452 int event) in mt_adc_l_event()
1476 int event) in mt_adc_r_event()
1500 int event) in mt_adc_3_event()
1563 int event) in mt_pga_l_event()
1621 int event) in mt_pga_r_event()
1860 int event) in mt_sdm_event()
[all …]
/linux/drivers/scsi/bfa/
A Dbfa_fcs_rport.c210 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()
579 enum rport_event event) in bfa_fcs_rport_sm_hal_online()
682 enum rport_event event) in bfa_fcs_rport_sm_nsquery_sending()
791 enum rport_event event) in bfa_fcs_rport_sm_adisc_online_sending()
903 enum rport_event event) in bfa_fcs_rport_sm_adisc_offline_sending()
1031 enum rport_event event) in bfa_fcs_rport_sm_fc4_logosend()
1314 enum rport_event event) in bfa_fcs_rport_sm_logo_sending()
1424 enum rport_event event) in bfa_fcs_rport_sm_nsdisc_sending()
[all …]
/linux/fs/notify/fanotify/
A Dfanotify.h164 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event()
189 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
201 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
217 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE()
235 struct fanotify_event *event) in fanotify_event_object_fh()
248 struct fanotify_event *event) in fanotify_event_info()
267 static inline int fanotify_event_dir_fh_len(struct fanotify_event *event) in fanotify_event_dir_fh_len()
293 FANOTIFY_PE(struct fanotify_event *event) in FANOTIFY_PE()
314 FANOTIFY_PERM(struct fanotify_event *event) in FANOTIFY_PERM()
335 static inline bool fanotify_event_has_path(struct fanotify_event *event) in fanotify_event_has_path()
[all …]
/linux/drivers/perf/hisilicon/
A Dhisi_uncore_pmu.c66 static bool hisi_validate_event_group(struct perf_event *event) in hisi_validate_event_group()
99 int hisi_uncore_pmu_get_event_idx(struct perf_event *event) in hisi_uncore_pmu_get_event_idx()
134 struct perf_event *event; in hisi_uncore_pmu_isr() local
185 int hisi_uncore_pmu_event_init(struct perf_event *event) in hisi_uncore_pmu_event_init()
270 void hisi_uncore_pmu_set_event_period(struct perf_event *event) in hisi_uncore_pmu_set_event_period()
290 void hisi_uncore_pmu_event_update(struct perf_event *event) in hisi_uncore_pmu_event_update()
311 void hisi_uncore_pmu_start(struct perf_event *event, int flags) in hisi_uncore_pmu_start()
334 void hisi_uncore_pmu_stop(struct perf_event *event, int flags) in hisi_uncore_pmu_stop()
351 int hisi_uncore_pmu_add(struct perf_event *event, int flags) in hisi_uncore_pmu_add()
374 void hisi_uncore_pmu_del(struct perf_event *event, int flags) in hisi_uncore_pmu_del()
[all …]
/linux/arch/x86/events/amd/
A Dpower.c43 static void event_update(struct perf_event *event) in event_update()
71 static void __pmu_event_start(struct perf_event *event) in __pmu_event_start()
82 static void pmu_event_start(struct perf_event *event, int mode) in pmu_event_start()
87 static void pmu_event_stop(struct perf_event *event, int mode) in pmu_event_stop()
106 static int pmu_event_add(struct perf_event *event, int mode) in pmu_event_add()
118 static void pmu_event_del(struct perf_event *event, int flags) in pmu_event_del()
123 static int pmu_event_init(struct perf_event *event) in pmu_event_init()
141 static void pmu_event_read(struct perf_event *event) in pmu_event_read()
/linux/tools/perf/
A Dbuiltin-inject.c62 union perf_event event[]; member
81 union perf_event *event) in perf_event__repipe_synth()
106 union perf_event *event) in perf_event__repipe_op2_synth()
112 union perf_event *event, in perf_event__repipe_op4_synth()
119 union perf_event *event, in perf_event__repipe_attr()
137 union perf_event *event, in perf_event__repipe_event_update()
245 union perf_event *event, in perf_inject__cut_auxtrace_sample()
294 union perf_event *event, in perf_event__repipe_mmap()
395 union perf_event *event, in perf_event__repipe_mmap2()
421 union perf_event *event, in perf_event__jit_repipe_mmap2()
[all …]
/linux/arch/sh/kernel/
A Dperf_event.c63 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
100 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
158 static void sh_perf_event_update(struct perf_event *event, in sh_perf_event_update()
199 static void sh_pmu_stop(struct perf_event *event, int flags) in sh_pmu_stop()
217 static void sh_pmu_start(struct perf_event *event, int flags) in sh_pmu_start()
234 static void sh_pmu_del(struct perf_event *event, int flags) in sh_pmu_del()
244 static int sh_pmu_add(struct perf_event *event, int flags) in sh_pmu_add()
275 static void sh_pmu_read(struct perf_event *event) in sh_pmu_read()
280 static int sh_pmu_event_init(struct perf_event *event) in sh_pmu_event_init()
/linux/kernel/trace/
A Dtrace_output.c296 struct trace_event_call *event; in trace_raw_output_prep() local
674 struct trace_event *event; in ftrace_find_event() local
857 struct trace_event *event) in trace_fn_trace()
1169 struct trace_event *event) in trace_hwlat_print()
1203 struct trace_event *event) in trace_hwlat_raw()
1270 struct trace_event *event) in trace_osnoise_raw()
1367 struct trace_event *event) in trace_bputs_raw()
1411 struct trace_event *event) in trace_bprint_raw()
1502 struct trace_event *event) in trace_func_repeats_raw()
1520 struct trace_event *event) in trace_func_repeats_print()
[all …]
/linux/arch/x86/events/
A Dcore.c109 u64 x86_perf_event_update(struct perf_event *event) in x86_perf_event_update()
473 int x86_setup_perfctr(struct perf_event *event) in x86_setup_perfctr()
560 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config()
784 int event; /* event index */ member
1113 struct perf_event *event) in add_nr_metric_event()
1126 struct perf_event *event) in del_nr_metric_event()
1160 struct perf_event *event; in collect_events() local
1263 int x86_perf_rdpmc_index(struct perf_event *event) in x86_perf_rdpmc_index()
1284 struct perf_event *event; in x86_pmu_enable() local
1677 struct perf_event *event; in x86_pmu_handle_irq() local
[all …]

Completed in 121 milliseconds

12345678910>>...64