/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 139 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue() argument 140 event.generic.order = ++last_code_event_id_; in Enqueue() 141 events_buffer_.Enqueue(event); in Enqueue() 280 // processed, proceed to the next code event. in Run() 300 // event of profiler shutdown. in Run()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 75 # our second 'run' was invoked from an event dispatched not from 76 # the main event loop, but from the nested event loop in 'interaction' 78 # outer main event loop 82 # nested event loop 85 # This kind of nesting of event loops causes all kinds of problems 92 # that outer event loop. To accomplish this, we: 94 # - abort_loop ensures the nested event loop will terminate 99 # That leaves us back at the outer main event loop, at which point our 100 # after event ca [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | actables.h | 102 void acpi_tb_notify_table(u32 event, void *table);
|
/kernel/linux/linux-5.10/arch/alpha/oprofile/ |
H A D | common.c | 121 oprofilefs_create_ulong(dir, "event", &ctr[i].event); in op_axp_create_files()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 159 * Configure one of the four L2 Cache performance counters to capture event 163 * @event: The type of L2 Cache event occurrence to count. 169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event,
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-reset.c | 166 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
|
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
H A D | common.c | 50 oprofilefs_create_ulong(dir, "event", &ctr[i].event); in op_mips_create_files()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 111 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | main.c | 96 boot_params.ist_info.event = oreg.ecx; in query_ist()
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.h | 45 /* poll event type from normal to secure */ 58 TUI_POLL_HANDLE_TUI, /* for tui to handle event */ 192 int tui_send_event(int event, struct teec_tui_parameter *tui_param);
|
/kernel/linux/common_modules/tzdriver/ |
H A D | tui.h | 45 /* poll event type from normal to secure */ 58 TUI_POLL_HANDLE_TUI, /* for tui to handle event */ 192 int tui_send_event(int event, struct teec_tui_parameter *tui_param);
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | asm-offsets.c | 49 DEFINE(PT_event, offsetof(struct pt_regs, event)); in main()
|
/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/ |
H A D | acpi.c | 14 * Access to the event log extended by the TCG BIOS of PC platform 58 efispecid = (struct tcg_efi_specid_event_head *)event_header->event; in tpm_is_tpm2_log() 80 /* Unfortuntely ACPI does not associate the event log with a specific in tpm_read_log_acpi()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | cgx.h | 117 int (*notify_link_chg)(struct cgx_link_event *event, void *data);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 159 * Configure one of the four L2 Cache performance counters to capture event 163 * @event: The type of L2 Cache event occurrence to count. 169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event,
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-reset.c | 166 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 112 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event() argument
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | main.c | 98 boot_params.ist_info.event = oreg.ecx; in query_ist()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | gma_display.h | 77 struct drm_pending_vblank_event *event,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-icade.c | 231 .event = icade_event,
|
H A D | hid-ite.c | 139 .event = ite_event,
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ixp4xx-beeper.c | 110 input_dev->event = ixp4xx_spkr_event; in ixp4xx_spkr_probe()
|
H A D | gpio-beeper.c | 86 input->event = gpio_beeper_event; in gpio_beeper_probe()
|
H A D | pcspkr.c | 84 pcspkr_dev->event = pcspkr_event; in pcspkr_probe()
|
H A D | m68kspkr.c | 65 input_dev->event = m68kspkr_event; in m68kspkr_probe()
|