Home
last modified time | relevance | path

Searched defs:event (Results 101 – 125 of 2543) sorted by relevance

12345678910>>...102

/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 …]
/openbmc/linux/arch/x86/events/
H A Drapl.c153 static inline u64 rapl_read_counter(struct perf_event *event) in rapl_read_counter()
175 static u64 rapl_event_update(struct perf_event *event) in rapl_event_update()
219 struct perf_event *event; in rapl_hrtimer_handle() local
246 struct perf_event *event) in __rapl_pmu_event_start()
262 static void rapl_pmu_event_start(struct perf_event *event, int mode) in rapl_pmu_event_start()
272 static void rapl_pmu_event_stop(struct perf_event *event, int mode) in rapl_pmu_event_stop()
306 static int rapl_pmu_event_add(struct perf_event *event, int mode) in rapl_pmu_event_add()
324 static void rapl_pmu_event_del(struct perf_event *event, int flags) in rapl_pmu_event_del()
329 static int rapl_pmu_event_init(struct perf_event *event) in rapl_pmu_event_init()
375 static void rapl_pmu_event_read(struct perf_event *event) in rapl_pmu_event_read()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c149 static void etm_event_read(struct perf_event *event) {} in etm_event_read()
151 static int etm_addr_filters_alloc(struct perf_event *event) in etm_addr_filters_alloc()
169 static void etm_event_destroy(struct perf_event *event) in etm_event_destroy()
175 static int etm_event_init(struct perf_event *event) in etm_event_init()
304 static void *etm_setup_aux(struct perf_event *event, void **pages, in etm_setup_aux()
445 static void etm_event_start(struct perf_event *event, int flags) in etm_event_start()
536 static void etm_event_stop(struct perf_event *event, int mode) in etm_event_stop()
632 static int etm_event_add(struct perf_event *event, int mode) in etm_event_add()
648 static void etm_event_del(struct perf_event *event, int mode) in etm_event_del()
692 static void etm_addr_filters_sync(struct perf_event *event) in etm_addr_filters_sync()
/openbmc/qemu/scripts/
H A Dsimpletrace.py171 def catchall(self, event, rec): argument
175 def _build_fn(self, event): argument
193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument
264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument
268 def _process_event(self, rec_args, *, event, **kwargs): argument
343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
/openbmc/linux/drivers/perf/
H A Dfsl_imx8_ddr_perf.c297 static bool ddr_perf_is_filtered(struct perf_event *event) in ddr_perf_is_filtered()
302 static u32 ddr_perf_filter_val(struct perf_event *event) in ddr_perf_filter_val()
317 static bool ddr_perf_is_enhanced_filtered(struct perf_event *event) in ddr_perf_is_enhanced_filtered()
327 static u32 ddr_perf_alloc_counter(struct ddr_pmu *pmu, int event) in ddr_perf_alloc_counter()
358 struct perf_event *event = pmu->events[counter]; in ddr_perf_read_counter() local
371 static int ddr_perf_event_init(struct perf_event *event) in ddr_perf_event_init()
475 static void ddr_perf_event_update(struct perf_event *event) in ddr_perf_event_update()
526 static int ddr_perf_event_add(struct perf_event *event, int flags) in ddr_perf_event_add()
567 static void ddr_perf_event_stop(struct perf_event *event, int flags) in ddr_perf_event_stop()
583 static void ddr_perf_event_del(struct perf_event *event, int flags) in ddr_perf_event_del()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_event.c42 struct eeh_event *event; in eeh_event_handler() local
105 struct eeh_event *event; in __eeh_send_failure_event() local
170 struct eeh_event *event, *tmp; in eeh_remove_event() local
/openbmc/linux/tools/testing/selftests/user_events/
H A Dperf_test.c26 struct event { struct
32 static long perf_event_open(struct perf_event_attr *pe, pid_t pid, in perf_event_open() argument
136 struct event event; in TEST_F() local
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_l3c_pmu.c63 static void hisi_l3c_pmu_config_req_tracetag(struct perf_event *event) in hisi_l3c_pmu_config_req_tracetag()
84 static void hisi_l3c_pmu_clear_req_tracetag(struct perf_event *event) in hisi_l3c_pmu_clear_req_tracetag()
105 static void hisi_l3c_pmu_write_ds(struct perf_event *event, u32 ds_cfg) in hisi_l3c_pmu_write_ds()
129 static void hisi_l3c_pmu_config_ds(struct perf_event *event) in hisi_l3c_pmu_config_ds()
147 static void hisi_l3c_pmu_clear_ds(struct perf_event *event) in hisi_l3c_pmu_clear_ds()
165 static void hisi_l3c_pmu_config_core_tracetag(struct perf_event *event) in hisi_l3c_pmu_config_core_tracetag()
186 static void hisi_l3c_pmu_clear_core_tracetag(struct perf_event *event) in hisi_l3c_pmu_clear_core_tracetag()
207 static void hisi_l3c_pmu_enable_filter(struct perf_event *event) in hisi_l3c_pmu_enable_filter()
216 static void hisi_l3c_pmu_disable_filter(struct perf_event *event) in hisi_l3c_pmu_disable_filter()
H A Dhns3_pmu.c297 u32 event; member
379 struct hns3_pmu_event_attr *event; in hns3_pmu_event_show() local
392 struct hns3_pmu_event_attr *event; in hns3_pmu_filter_mode_show() local
727 static u32 hns3_pmu_get_event(struct perf_event *event) in hns3_pmu_get_event()
777 struct perf_event *event) in hns3_pmu_cmp_event()
783 struct perf_event *event) in hns3_pmu_find_related_event_idx()
946 hns3_pmu_is_enabled_global_mode(struct perf_event *event, in hns3_pmu_is_enabled_global_mode()
998 hns3_pmu_is_enabled_port_tc_mode(struct perf_event *event, in hns3_pmu_is_enabled_port_tc_mode()
1220 static u64 hns3_pmu_read_counter(struct perf_event *event) in hns3_pmu_read_counter()
1244 static int hns3_pmu_event_init(struct perf_event *event) in hns3_pmu_event_init()
[all …]
H A Dhisi_uncore_hha_pmu.c59 static void hisi_hha_pmu_enable_tracetag(struct perf_event *event) in hisi_hha_pmu_enable_tracetag()
73 static void hisi_hha_pmu_clear_tracetag(struct perf_event *event) in hisi_hha_pmu_clear_tracetag()
83 static void hisi_hha_pmu_config_ds(struct perf_event *event) in hisi_hha_pmu_config_ds()
97 static void hisi_hha_pmu_clear_ds(struct perf_event *event) in hisi_hha_pmu_clear_ds()
111 static void hisi_hha_pmu_config_srcid(struct perf_event *event) in hisi_hha_pmu_config_srcid()
127 static void hisi_hha_pmu_disable_srcid(struct perf_event *event) in hisi_hha_pmu_disable_srcid()
141 static void hisi_hha_pmu_enable_filter(struct perf_event *event) in hisi_hha_pmu_enable_filter()
150 static void hisi_hha_pmu_disable_filter(struct perf_event *event) in hisi_hha_pmu_disable_filter()
H A Dhisi_uncore_sllc_pmu.c56 static void hisi_sllc_pmu_enable_tracetag(struct perf_event *event) in hisi_sllc_pmu_enable_tracetag()
70 static void hisi_sllc_pmu_disable_tracetag(struct perf_event *event) in hisi_sllc_pmu_disable_tracetag()
84 static void hisi_sllc_pmu_config_tgtid(struct perf_event *event) in hisi_sllc_pmu_config_tgtid()
101 static void hisi_sllc_pmu_clear_tgtid(struct perf_event *event) in hisi_sllc_pmu_clear_tgtid()
118 static void hisi_sllc_pmu_config_srcid(struct perf_event *event) in hisi_sllc_pmu_config_srcid()
136 static void hisi_sllc_pmu_clear_srcid(struct perf_event *event) in hisi_sllc_pmu_clear_srcid()
152 static void hisi_sllc_pmu_enable_filter(struct perf_event *event) in hisi_sllc_pmu_enable_filter()
161 static void hisi_sllc_pmu_clear_filter(struct perf_event *event) in hisi_sllc_pmu_clear_filter()
/openbmc/linux/arch/x86/events/amd/
H A Duncore.c62 static bool is_nb_event(struct perf_event *event) in is_nb_event()
67 static bool is_llc_event(struct perf_event *event) in is_llc_event()
72 static struct amd_uncore *event_to_amd_uncore(struct perf_event *event) in event_to_amd_uncore()
82 static void amd_uncore_read(struct perf_event *event) in amd_uncore_read()
101 static void amd_uncore_start(struct perf_event *event, int flags) in amd_uncore_start()
113 static void amd_uncore_stop(struct perf_event *event, int flags) in amd_uncore_stop()
126 static int amd_uncore_add(struct perf_event *event, int flags) in amd_uncore_add()
177 static void amd_uncore_del(struct perf_event *event, int flags) in amd_uncore_del()
218 static int amd_uncore_event_init(struct perf_event *event) in amd_uncore_event_init()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c188 struct fsnotify_event *event) in fanotify_merge()
230 struct fanotify_perm_event *event, in fanotify_get_response()
716 struct fanotify_event *event = NULL; in fanotify_alloc_event() local
877 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_insert_event() local
899 struct fanotify_event *event; in fanotify_handle_event() local
997 static void fanotify_free_path_event(struct fanotify_event *event) in fanotify_free_path_event()
1003 static void fanotify_free_perm_event(struct fanotify_event *event) in fanotify_free_perm_event()
1009 static void fanotify_free_fid_event(struct fanotify_event *event) in fanotify_free_fid_event()
1018 static void fanotify_free_name_event(struct fanotify_event *event) in fanotify_free_name_event()
1024 struct fanotify_event *event) in fanotify_free_error_event()
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Duncore_nhmex.c350 static int nhmex_bbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_bbox_hw_config()
377 static void nhmex_bbox_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) in nhmex_bbox_msr_enable_event()
441 static int nhmex_sbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_sbox_hw_config()
629 static u64 nhmex_mbox_alter_er(struct perf_event *event, int new_idx, bool modify) in nhmex_mbox_alter_er()
669 nhmex_mbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_get_constraint()
738 static void nhmex_mbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_put_constraint()
765 static int nhmex_mbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_hw_config()
944 static void nhmex_rbox_alter_er(struct intel_uncore_box *box, struct perf_event *event) in nhmex_rbox_alter_er()
978 nhmex_rbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_rbox_get_constraint()
1062 static void nhmex_rbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_rbox_put_constraint()
[all …]
/openbmc/qemu/replay/
H A Dreplay-char.c53 CharEvent *event = g_new0(CharEvent, 1); in replay_chr_be_write() local
69 CharEvent *event = (CharEvent *)opaque; in replay_event_char_read_run() local
80 CharEvent *event = (CharEvent *)opaque; in replay_event_char_read_save() local
88 CharEvent *event = g_new0(CharEvent, 1); in replay_event_char_read_load() local
/openbmc/linux/sound/core/seq/
H A Dseq_memory.c58 static int get_var_len(const struct snd_seq_event *event) in get_var_len()
66 static int dump_var_event(const struct snd_seq_event *event, in dump_var_event()
125 int snd_seq_dump_var_event(const struct snd_seq_event *event, in snd_seq_dump_var_event()
157 static int expand_var_event(const struct snd_seq_event *event, in expand_var_event()
174 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event()
201 int snd_seq_expand_var_event_at(const struct snd_seq_event *event, int count, in snd_seq_expand_var_event_at()
341 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, in snd_seq_event_dup()
/openbmc/sdeventplus/test/
H A Devent.cpp32 Event event(expected_event, &mock); in TEST_F() local
41 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
63 Event event(expected_event, std::false_type(), &mock); in TEST_F() local
86 Event event = Event::get_new(&mock); in TEST_F() local
103 Event event = Event::get_default(&mock); in TEST_F() local
119 std::unique_ptr<Event> event; member in sdeventplus::__anonad1f7ae00111::EventMethodTest
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_common.h34 static inline int rsi_wait_event(struct rsi_event *event, u32 timeout) in rsi_wait_event()
48 static inline void rsi_set_event(struct rsi_event *event) in rsi_set_event()
54 static inline void rsi_reset_event(struct rsi_event *event) in rsi_reset_event()
/openbmc/qemu/scripts/tracetool/backend/
H A Dsimple.py38 def generate_h(event, group): argument
44 def generate_h_backend_dstate(event, group): argument
56 def generate_c(event, group): argument
/openbmc/linux/drivers/usb/dwc3/
H A Ddebug.h201 const struct dwc3_event_devt *event) in dwc3_gadget_event_string()
258 const struct dwc3_event_depevt *event, u32 ep0state) in dwc3_ep_event_string()
343 static inline const char *dwc3_gadget_event_type_string(u8 event) in dwc3_gadget_event_type_string()
373 static inline const char *dwc3_decode_event(char *str, size_t size, u32 event, in dwc3_decode_event()
/openbmc/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.c255 static u32 arm_cspmu_event_type(const struct perf_event *event) in arm_cspmu_event_type()
550 struct perf_event *event) in arm_cspmu_get_event_idx()
593 struct perf_event *event) in arm_cspmu_validate_event()
609 static bool arm_cspmu_validate_group(struct perf_event *event) in arm_cspmu_validate_group()
631 static int arm_cspmu_event_init(struct perf_event *event) in arm_cspmu_event_init()
710 static u64 arm_cspmu_read_counter(struct perf_event *event) in arm_cspmu_read_counter()
772 static void arm_cspmu_event_update(struct perf_event *event) in arm_cspmu_event_update()
857 static int arm_cspmu_add(struct perf_event *event, int flags) in arm_cspmu_add()
886 static void arm_cspmu_del(struct perf_event *event, int flags) in arm_cspmu_del()
902 static void arm_cspmu_read(struct perf_event *event) in arm_cspmu_read()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c25 static int do_count_loop(struct event *event, uint64_t instructions, in do_count_loop()
70 static uint64_t determine_overhead(struct event *event) in determine_overhead()
111 struct event event; in instruction_count() local
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c409 static int mipspmu_event_set_period(struct perf_event *event, in mipspmu_event_set_period()
449 static void mipspmu_event_update(struct perf_event *event, in mipspmu_event_update()
486 static void mipspmu_stop(struct perf_event *event, int flags) in mipspmu_stop()
499 static int mipspmu_add(struct perf_event *event, int flags) in mipspmu_add()
535 static void mipspmu_del(struct perf_event *event, int flags) in mipspmu_del()
550 static void mipspmu_read(struct perf_event *event) in mipspmu_read()
637 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
652 static int mipspmu_event_init(struct perf_event *event) in mipspmu_event_init()
760 static int validate_group(struct perf_event *event) in validate_group()
786 struct perf_event *event = cpuc->events[idx]; in handle_associated_event() local
[all …]
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c520 struct hv_24x7_event_data *event, in event_to_attr()
590 struct hv_24x7_event_data *event, int nonce) in event_data_to_attrs()
780 struct hv_24x7_event_data *event; in create_events_from_catalog() local
1222 static int add_event_to_24x7_request(struct perf_event *event, in add_event_to_24x7_request()
1285 static int get_count_from_result(struct perf_event *event, in get_count_from_result()
1385 static int h_24x7_event_init(struct perf_event *event) in h_24x7_event_init()
1451 static u64 h_24x7_get_value(struct perf_event *event) in h_24x7_get_value()
1462 static void update_event_count(struct perf_event *event, u64 now) in update_event_count()
1470 static void h_24x7_event_read(struct perf_event *event) in h_24x7_event_read()
1528 static int h_24x7_event_add(struct perf_event *event, int flags) in h_24x7_event_add()
[all …]
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c301 static void zhaoxin_pmu_disable_event(struct perf_event *event) in zhaoxin_pmu_disable_event()
338 static void zhaoxin_pmu_enable_event(struct perf_event *event) in zhaoxin_pmu_enable_event()
387 struct perf_event *event = cpuc->events[bit]; in zhaoxin_pmu_handle_irq() local
423 struct perf_event *event) in zhaoxin_get_event_constraints()
454 u64 event = (config & ARCH_PERFMON_EVENTSEL_EVENT); in zhaoxin_event_sysfs_show() local

12345678910>>...102