Home
last modified time | relevance | path

Searched refs:trigger_type (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/kernel/trace/
Dtrace_events_trigger.c77 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
107 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
540 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger()
585 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger()
1034 .trigger_type = ETT_TRACE_ONOFF,
1044 .trigger_type = ETT_TRACE_ONOFF,
1124 .trigger_type = ETT_SNAPSHOT,
1213 .trigger_type = ETT_STACKTRACE,
1503 (test->cmd_ops->trigger_type == in event_enable_register_trigger()
1504 data->cmd_ops->trigger_type) && in event_enable_register_trigger()
[all …]
Dtrace_events_hist.c1755 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1805 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
3100 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
3153 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
5513 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5906 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
5993 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
6014 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
6039 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger()
6065 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_file_check_refs()
[all …]
Dtrace.h1794 enum event_trigger_type trigger_type; member
/Linux-v5.4/Documentation/powerpc/
Dptrace.rst59 uint32_t trigger_type; /* only some combinations allowed */
99 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE;
109 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ;
119 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ;
129 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE;
139 p.trigger_type = PPC_BREAKPOINT_TRIGGER_RW;
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_trigger_diag.c194 event_data.trigger_type = MPT3SAS_TRIGGER_MASTER; in mpt3sas_trigger_master()
278 event_data.trigger_type = MPT3SAS_TRIGGER_EVENT; in mpt3sas_trigger_event()
353 event_data.trigger_type = MPT3SAS_TRIGGER_SCSI; in mpt3sas_trigger_scsi()
426 event_data.trigger_type = MPT3SAS_TRIGGER_MPI; in mpt3sas_trigger_mpi()
Dmpt3sas_trigger_diag.h186 uint32_t trigger_type; member
/Linux-v5.4/drivers/pinctrl/bcm/
Dpinctrl-nsp-gpio.c177 u32 trigger_type; in nsp_gpio_irq_ack() local
179 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_ack()
180 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_ack()
194 u32 trigger_type; in nsp_gpio_irq_set_mask() local
196 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_set_mask()
197 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_set_mask()
/Linux-v5.4/drivers/iio/
Dindustrialio-sw-trigger.c110 t->trigger_type = tt; in iio_sw_trigger_create()
121 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy()
/Linux-v5.4/include/linux/
Dscpi_protocol.h31 u8 trigger_type; member
/Linux-v5.4/include/linux/iio/
Dsw_trigger.h32 struct iio_sw_trigger_type *trigger_type; member
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhfi_cmds.h250 u32 trigger_type; member
268 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
Dhfi.h111 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
Dhfi_cmds.c126 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd() argument
128 switch (trigger_type) { in pkt_sys_ssr_cmd()
139 pkt->trigger_type = trigger_type; in pkt_sys_ssr_cmd()
Dhfi_venus.c1116 static int venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) in venus_core_trigger_ssr() argument
1122 ret = pkt_sys_ssr_cmd(&pkt, trigger_type); in venus_core_trigger_ssr()
/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c2687 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
2689 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
2708 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
2710 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
2807 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac_range()
2809 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac_range()
2844 if ((bp_info->trigger_type == 0) || in ppc_set_hwdebug()
2845 (bp_info->trigger_type & ~(PPC_BREAKPOINT_TRIGGER_EXECUTE | in ppc_set_hwdebug()
2857 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_EXECUTE) { in ppc_set_hwdebug()
2858 if ((bp_info->trigger_type != PPC_BREAKPOINT_TRIGGER_EXECUTE) || in ppc_set_hwdebug()
[all …]
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dptrace.h230 __u32 trigger_type; /* only some combinations allowed */ member
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c74 info.trigger_type = PPC_BREAKPOINT_TRIGGER_RW; in set_hwbreakpoint_addr()
/Linux-v5.4/arch/mips/cavium-octeon/
Docteon-irq.c2426 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_ack() local
2432 if (!(trigger_type & IRQ_TYPE_EDGE_BOTH)) in octeon_irq_ciu3_ack()
2466 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_mask_ack() local
2477 if (trigger_type & IRQ_TYPE_EDGE_BOTH) in octeon_irq_ciu3_mask_ack()
/Linux-v5.4/drivers/firmware/
Darm_scpi.c318 u8 trigger_type; member