/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_coex.c | 60 rsi_wait_event(&coex_cb->coex_tx_thread.event, timeout); in rsi_coex_scheduler_thread() 61 rsi_reset_event(&coex_cb->coex_tx_thread.event); in rsi_coex_scheduler_thread() 118 rsi_set_event(&coex_cb->coex_tx_thread.event); in rsi_coex_send_pkt() 155 rsi_init_event(&coex_cb->coex_tx_thread.event); in rsi_coex_attach()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exsystem.c | 209 acpi_os_signal_semaphore(obj_desc->event.os_semaphore, 1); in acpi_ex_system_signal_event() 226 * event. 240 acpi_ex_system_wait_semaphore(obj_desc->event.os_semaphore, in acpi_ex_system_wait_event() 256 * DESCRIPTION: Reset an event to a known state. 274 (void)acpi_os_delete_semaphore(obj_desc->event.os_semaphore); in acpi_ex_system_reset_event() 275 obj_desc->event.os_semaphore = temp_semaphore; in acpi_ex_system_reset_event()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-omap-otg.c | 64 unsigned long event, void *ptr) in omap_otg_id_notifier() 68 otg_dev->id = event; in omap_otg_id_notifier() 75 unsigned long event, void *ptr) in omap_otg_vbus_notifier() 80 otg_dev->vbus = event; in omap_otg_vbus_notifier() 63 omap_otg_id_notifier(struct notifier_block *nb, unsigned long event, void *ptr) omap_otg_id_notifier() argument 74 omap_otg_vbus_notifier(struct notifier_block *nb, unsigned long event, void *ptr) omap_otg_vbus_notifier() argument
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | perfmon.h | 19 static inline struct idxd_pmu *event_to_pmu(struct perf_event *event) in event_to_pmu() argument 24 pmu = event->pmu; in event_to_pmu() 30 static inline struct idxd_device *event_to_idxd(struct perf_event *event) in event_to_idxd() argument 35 pmu = event->pmu; in event_to_idxd()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_discovery.h | 145 struct perf_event *event); 147 struct perf_event *event); 153 struct perf_event *event); 155 struct perf_event *event);
|
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_91x_coex.c | 59 rsi_wait_event(&coex_cb->coex_tx_thread.event, timeout); in rsi_coex_scheduler_thread() 60 rsi_reset_event(&coex_cb->coex_tx_thread.event); in rsi_coex_scheduler_thread() 116 rsi_set_event(&coex_cb->coex_tx_thread.event); in rsi_coex_send_pkt() 153 rsi_init_event(&coex_cb->coex_tx_thread.event); in rsi_coex_attach()
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | st21nfca.h | 174 u8 event, struct sk_buff *skb); 183 u8 event, struct sk_buff *skb); 185 u8 event, struct sk_buff *skb); 197 int st21nfca_hci_loopback_event_received(struct nfc_hci_dev *ndev, u8 event,
|
/kernel/linux/linux-6.6/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 37 /* Default event id mask */ 43 /* Default event format */ 45 ARM_CSPMU_FORMAT_ATTR(event, "config:0-32") 52 * This is the default event number for cycle count, if supported, since the 53 * ARM Coresight PMU specification does not define a standard event code 59 * The ARM Coresight PMU supports up to 256 event counters. 81 * event. If cycle counter is supported and there is a gap between 90 /* Get event attributes */ 98 /* Check if the event corresponds to cycle count event */ [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | evsel.c | 29 * The slots event is only available for the core PMU, which in evsel__sys_has_perf_metrics() 31 * Checking both the PERF_TYPE_RAW type and the slots event in evsel__sys_has_perf_metrics() 52 u64 event = evsel->core.attr.config & PERF_HW_EVENT_MASK; in arch_evsel__hw_name() local 56 if (event < PERF_COUNT_HW_MAX && evsel__hw_names[event]) in arch_evsel__hw_name() 57 event_name = evsel__hw_names[event]; in arch_evsel__hw_name()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sw-clock.c | 35 union perf_event *event; in __test__sw_clock_freq() local 87 pr_debug("failed to mmap event: %d (%s)\n", errno, in __test__sw_clock_freq() 104 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in __test__sw_clock_freq() 107 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq() 110 err = evlist__parse_sample(evlist, event, &sample); in __test__sw_clock_freq()
|
H A D | thread-map.c | 10 #include "event.h" 13 #include <perf/event.h> 64 union perf_event *event, in process_event() 68 struct perf_record_thread_map *map = &event->thread_map; in process_event() 75 threads = thread_map__new_event(&event->thread_map); in process_event() 63 process_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) process_event() argument
|
H A D | openat-syscall-tp-fields.c | 86 * Generate the event: in test__syscall_openat_tp_fields() 94 union perf_event *event; in test__syscall_openat_tp_fields() local 101 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in test__syscall_openat_tp_fields() 102 const u32 type = event->header.type; in test__syscall_openat_tp_fields() 113 err = evsel__parse_sample(evsel, event, &sample); in test__syscall_openat_tp_fields() 148 DEFINE_SUITE("syscalls:sys_enter_openat event fields", syscall_openat_tp_fields);
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | EventClass.py | 8 # PerfEvent is the base class for all perf event sample, PebsEvent 9 # is a HW base Intel x86 PEBS event, and user could add more SW/HW 10 # event classes based on requirements. 17 EVTYPE_PEBS = 1 # Basic PEBS event 18 EVTYPE_PEBS_LL = 2 # PEBS event with load latency info 22 # Currently we don't have good way to tell the event type, but by 23 # the size of raw buffer, raw PEBS event with load latency data's 24 # size is 176 bytes, while the pure PEBS event's size is 144 bytes. 28 event = PebsEvent(name, comm, dso, symbol, raw_buf) 30 event [all...] |
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | Makefile | 21 ALL_TARGETS := lsgpio gpio-hammer gpio-event-mon gpio-watch 61 # gpio-event-mon 63 GPIO_EVENT_MON_IN := $(OUTPUT)gpio-event-mon-in.o 65 $(Q)$(MAKE) $(build)=gpio-event-mon 66 $(OUTPUT)gpio-event-mon: $(GPIO_EVENT_MON_IN)
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | pcm3008.c | 29 int event) in pcm3008_dac_ev() 35 SND_SOC_DAPM_EVENT_ON(event)); in pcm3008_dac_ev() 42 int event) in pcm3008_adc_ev() 48 SND_SOC_DAPM_EVENT_ON(event)); in pcm3008_adc_ev() 27 pcm3008_dac_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) pcm3008_dac_ev() argument 40 pcm3008_adc_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) pcm3008_adc_ev() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sideband_evlist.c | 60 union perf_event *event; in perf_evlist__poll_thread() local 64 while ((event = perf_mmap__read_event(&map->core)) != NULL) { in perf_evlist__poll_thread() 65 struct evsel *evsel = evlist__event2evsel(evlist, event); in perf_evlist__poll_thread() 68 evsel->side_band.cb(event, evsel->side_band.data); in perf_evlist__poll_thread() 70 pr_warning("cannot locate proper evsel for the side band event\n"); in perf_evlist__poll_thread()
|
H A D | trace-event.c | 11 #include <traceevent/event-parse.h> 14 #include "trace-event.h" 78 struct tep_event *event = NULL; in tp_format() local 94 tep_parse_format(pevent, &event, data, size, sys); in tp_format() 97 return event; in tp_format()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | count_stcx_fail.c | 13 #include "event.h" 19 static void setup_event(struct event *e, u64 config, int type, char *name) in setup_event() 29 static int do_count_loop(struct event *events, u64 instructions, in do_count_loop() 79 static u64 determine_overhead(struct event *events) in determine_overhead() 104 struct event events[3]; in test_body() 107 // The STCX_FAIL event we use works on Power8 or later in test_body()
|
H A D | count_instructions.c | 13 #include "event.h" 19 static void setup_event(struct event *e, u64 config, char *name) in setup_event() 29 static int do_count_loop(struct event *events, u64 instructions, in do_count_loop() 74 static u64 determine_overhead(struct event *events) in determine_overhead() 96 struct event events[2]; in test_body()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_private.h | 170 enum vfio_ccw_event event) in vfio_ccw_fsm_event() 175 trace_vfio_ccw_fsm_event(sch->schid, private->state, event); in vfio_ccw_fsm_event() 176 vfio_ccw_jumptable[private->state][event](private, event); in vfio_ccw_fsm_event() 169 vfio_ccw_fsm_event(struct vfio_ccw_private *private, enum vfio_ccw_event event) vfio_ccw_fsm_event() argument
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 8 #include <perf/event.h> 38 union perf_event *event; in main() local 84 while ((event = perf_mmap__read_event(map)) != NULL) { in main() 89 array = event->sample.array; in main()
|
/third_party/benchmark/test/ |
H A D | benchmark_random_interleaving_gtest.cc | 22 void Put(const std::string& event) { push(event); } in Put() argument 31 std::string event = front(); in Get() local 33 return event; in Get()
|
/third_party/mesa3d/include/CL/ |
H A D | cl_va_api_media_sharing_intel.h | 140 cl_event* event) CL_EXT_SUFFIX__VERSION_1_2; 148 cl_event* event) CL_EXT_SUFFIX__VERSION_1_2; 157 cl_event* event) CL_EXT_SUFFIX__VERSION_1_2; 165 cl_event* event) CL_EXT_SUFFIX__VERSION_1_2;
|
H A D | cl_dx9_media_sharing_intel.h | 150 cl_event* event) CL_EXT_SUFFIX__VERSION_1_1; 158 cl_event* event) CL_EXT_SUFFIX__VERSION_1_1; 167 cl_event* event) CL_EXT_SUFFIX__VERSION_1_1; 175 cl_event* event) CL_EXT_SUFFIX__VERSION_1_1;
|
/third_party/python/Lib/idlelib/ |
H A D | calltip.py | 36 def remove_calltip_window(self, event=None): 41 def force_open_calltip_event(self, event): 46 def try_open_calltip_event(self, event): 53 def refresh_calltip_event(self, event):
|