Home
last modified time | relevance | path

Searched defs:event (Results 201 – 225 of 2538) sorted by relevance

12345678910>>...102

/openbmc/qemu/scripts/tracetool/backend/
H A Dust.py33 def generate_h(event, group): argument
43 def generate_h_backend_dstate(event, group): argument
H A Dftrace.py28 def generate_h(event, group): argument
55 def generate_h_backend_dstate(event, group): argument
H A Dlog.py29 def generate_h(event, group): argument
64 def generate_h_backend_dstate(event, group): argument
H A Dsyslog.py28 def generate_h(event, group): argument
52 def generate_h_backend_dstate(event, group): argument
H A Ddtrace.py64 def generate_h(event, group): argument
70 def generate_h_backend_dstate(event, group): argument
/openbmc/sdeventplus/test/
H A Dclock.cpp33 Event event(expected_event, std::false_type(), &mock); in TEST_F() local
50 Event event(expected_event, std::false_type(), &mock); in TEST_F() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c170 static void efi_queue_event(struct efi_event *event, bool check_tpl) in efi_queue_event()
213 void efi_signal_event(struct efi_event *event, bool check_tpl) in efi_signal_event()
562 static efi_status_t efi_is_event(const struct efi_event *event) in efi_is_event()
596 struct efi_event **event) in efi_create_event()
660 struct efi_event **event) in efi_create_event_ex()
683 static efi_status_t EFIAPI efi_create_event_ext( in efi_create_event_ext()
688 void *notify_context, struct efi_event **event) in efi_create_event_ext()
809 struct efi_event **event, in efi_wait_for_event()
887 static efi_status_t EFIAPI efi_close_event(struct efi_event *event) in efi_close_event()
911 static efi_status_t EFIAPI efi_check_event(struct efi_event *event) in efi_check_event()
[all …]
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_iw_cm.c44 struct iw_cm_event *event) in qedr_fill_sockaddr4()
61 struct iw_cm_event *event) in qedr_fill_sockaddr6()
108 struct iw_cm_event event; in qedr_iw_mpa_request() local
144 struct iw_cm_event event; in qedr_iw_issue_event() local
189 struct ib_event event; in qedr_iw_qp_event() local
204 enum qed_iwarp_event_type event; member
216 struct iw_cm_event event; in qedr_iw_disconnect_worker() local
/openbmc/linux/drivers/input/gameport/
H A Dgameport.c270 struct gameport_event *event = NULL; in gameport_get_event() local
285 static void gameport_free_event(struct gameport_event *event) in gameport_free_event()
291 static void gameport_remove_duplicate_events(struct gameport_event *event) in gameport_remove_duplicate_events()
319 struct gameport_event *event; in gameport_handle_events() local
355 struct gameport_event *event; in gameport_queue_event() local
408 struct gameport_event *event, *next; in gameport_remove_pending_events() local
433 struct gameport_event *event; in gameport_get_pending_child() local
/openbmc/linux/drivers/s390/net/
H A Dfsm.c113 fsm_record_history(fsm_instance *fi, int state, int event) in fsm_record_history()
165 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_addtimer()
183 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer()
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c51 union perf_event *event, in perf_tool__process_synth_event()
222 union perf_event *event, in perf_event__synthesize_namespaces()
261 union perf_event *event, in perf_event__synthesize_fork()
422 union perf_event *event, in perf_event__synthesize_mmap_events()
546 union perf_event *event, in perf_event__synthesize_cgroup()
586 union perf_event *event, in perf_event__walk_cgroup_tree()
637 union perf_event event; in perf_event__synthesize_cgroups() local
674 union perf_event *event; in perf_event__synthesize_modules() local
1102 union perf_event *event; in __perf_event__synthesize_kernel_mmap() local
1188 union perf_event *event; in perf_event__synthesize_thread_map2() local
[all …]
H A Darm-spe.c297 union perf_event *event, in arm_spe_prep_sample()
318 static int arm_spe__inject_event(union perf_event *event, struct perf_sample *sample, u64 type) in arm_spe__inject_event()
327 union perf_event *event, in arm_spe_deliver_synth_event()
350 union perf_event *event = speq->event_buf; in arm_spe__synth_mem_sample() local
370 union perf_event *event = speq->event_buf; in arm_spe__synth_branch_sample() local
388 union perf_event *event = speq->event_buf; in arm_spe__synth_instruction_sample() local
880 static int arm_spe_context_switch(struct arm_spe *spe, union perf_event *event, in arm_spe_context_switch()
900 union perf_event *event, in arm_spe_process_event()
949 union perf_event *event, in arm_spe_process_auxtrace_event()
1082 union perf_event *event, in arm_spe_event_synth()
[all …]
/openbmc/linux/include/linux/firmware/
H A Dxlnx-event-manager.h23 const u32 event, const bool wake, in xlnx_register_event()
30 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c68 bna_rxf_sm_stopped(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_stopped()
102 bna_rxf_sm_cfg_wait(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_cfg_wait()
140 bna_rxf_sm_started(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_started()
1332 enum bna_rx_event event) in bna_rx_sm_stopped()
1384 enum bna_rx_event event) in bna_rx_sm_start_wait()
1481 bna_rx_sm_started(struct bna_rx *rx, enum bna_rx_event event) in bna_rx_sm_started()
1505 enum bna_rx_event event) in bna_rx_sm_rxf_start_wait()
1559 bna_rx_sm_failed(struct bna_rx *rx, enum bna_rx_event event) in bna_rx_sm_failed()
2806 bna_tx_sm_stopped(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_stopped()
2882 bna_tx_sm_started(struct bna_tx *tx, enum bna_tx_event event) in bna_tx_sm_started()
[all …]
/openbmc/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c182 struct ssam_event event; /* must be last */ member
211 static int san_evt_bat_adp(struct device *dev, const struct ssam_event *event) in san_evt_bat_adp()
233 static int san_evt_bat_bix(struct device *dev, const struct ssam_event *event) in san_evt_bat_bix()
245 static int san_evt_bat_bst(struct device *dev, const struct ssam_event *event) in san_evt_bat_bst()
257 static int san_evt_bat_dptf(struct device *dev, const struct ssam_event *event) in san_evt_bat_dptf()
292 static bool san_evt_bat(const struct ssam_event *event, struct device *dev) in san_evt_bat()
342 const struct ssam_event *event) in san_evt_bat_nf()
365 static int san_evt_tmp_trip(struct device *dev, const struct ssam_event *event) in san_evt_tmp_trip()
380 static bool san_evt_tmp(const struct ssam_event *event, struct device *dev) in san_evt_tmp()
402 const struct ssam_event *event) in san_evt_tmp_nf()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.hpp134 int sd_event_add_signal(sd_event* event, sd_event_source** source, int sig, in sd_event_add_signal()
141 int sd_event_add_child(sd_event* event, sd_event_source** source, pid_t pid, in sd_event_add_child()
/openbmc/linux/include/linux/
H A Dptrace.h36 #define PT_EVENT_FLAG(event) (1 << (PT_OPT_FLAG_SHIFT + (event))) argument
133 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled()
148 static inline void ptrace_event(int event, unsigned long message) in ptrace_event()
170 static inline void ptrace_event_pid(int event, struct pid *pid) in ptrace_event_pid()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c209 static int amdgpu_perf_event_init(struct perf_event *event) in amdgpu_perf_event_init()
225 static void amdgpu_perf_start(struct perf_event *event, int flags) in amdgpu_perf_start()
267 static void amdgpu_perf_read(struct perf_event *event) in amdgpu_perf_read()
297 static void amdgpu_perf_stop(struct perf_event *event, int flags) in amdgpu_perf_stop()
332 static int amdgpu_perf_add(struct perf_event *event, int flags) in amdgpu_perf_add()
383 static void amdgpu_perf_del(struct perf_event *event, int flags) in amdgpu_perf_del()
/openbmc/phosphor-buttons/inc/
H A Dbutton_factory.hpp51 EventPtr& event, ButtonConfig& buttonCfg) in createInstance()
/openbmc/linux/drivers/acpi/
H A Devged.c58 struct acpi_ged_event *event = data; in acpi_ged_irq_handler() local
71 struct acpi_ged_event *event; in acpi_ged_request_interrupt() local
166 struct acpi_ged_event *event, *next; in ged_shutdown() local
/openbmc/qemu/qapi/
H A Dui.json730 # <- { "event": "VNC_CONNECTED", string
757 # <- { "event": "VNC_INITIALIZED", string
783 # <- { "event": "VNC_DISCONNECTED", string
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c837 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
862 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
897 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
936 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
970 static int filter_pred_cpumask(struct filter_pred *pred, void *event) in filter_pred_cpumask()
992 static int filter_pred_comm(struct filter_pred *pred, void *event) in filter_pred_comm()
1002 static int filter_pred_function(struct filter_pred *pred, void *event) in filter_pred_function()
1434 static int filter_pred_fn_call(struct filter_pred *pred, void *event) in filter_pred_fn_call()
2445 void ftrace_profile_free_filter(struct perf_event *event) in ftrace_profile_free_filter()
2577 static int ftrace_function_set_filter(struct perf_event *event, in ftrace_function_set_filter()
[all …]
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dsetup.c36 unsigned long event, void *ptr) in iss_restart()
50 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) in iss_panic_event()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c140 static int fanotify_dir_name_info_len(struct fanotify_event *event) in fanotify_dir_name_info_len()
158 struct fanotify_event *event) in fanotify_event_len()
196 struct fanotify_event *event) in fanotify_unhash_event()
219 struct fanotify_event *event = NULL; in get_one_event() local
311 struct fanotify_perm_event *event, u32 response, in finish_permission_event()
336 struct fanotify_perm_event *event; in process_access_response() local
533 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user()
658 struct fanotify_event *event, in copy_event_to_user()
792 struct fanotify_event *event; in fanotify_read() local
923 struct fanotify_perm_event *event; in fanotify_release() local
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Duncore.h376 struct perf_event *event) in uncore_freerunning_counter()
463 struct perf_event *event) in uncore_freerunning_bits()
471 struct perf_event *event) in uncore_num_freerunning()
479 struct perf_event *event) in uncore_num_freerunning_types()
485 struct perf_event *event) in check_valid_freerunning_event()
499 static inline bool is_freerunning_event(struct perf_event *event) in is_freerunning_event()
509 struct perf_event *event) in uncore_freerunning_hw_config()
518 struct perf_event *event) in uncore_disable_event()
524 struct perf_event *event) in uncore_enable_event()
530 struct perf_event *event) in uncore_read_counter()
[all …]

12345678910>>...102