Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_trigger.c76 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
106 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
534 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger()
579 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger()
1025 .trigger_type = ETT_TRACE_ONOFF,
1035 .trigger_type = ETT_TRACE_ONOFF,
1115 .trigger_type = ETT_SNAPSHOT,
1204 .trigger_type = ETT_STACKTRACE,
1494 (test->cmd_ops->trigger_type == in event_enable_register_trigger()
1495 data->cmd_ops->trigger_type) && in event_enable_register_trigger()
[all …]
Dtrace_events_hist.c1500 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1550 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2808 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2861 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
4884 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5275 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
5362 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
5383 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
5408 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger()
5434 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_file_check_refs()
[all …]
Dtrace.h1681 enum event_trigger_type trigger_type; member
/Linux-v4.19/Documentation/powerpc/
Dptrace.txt54 uint32_t trigger_type; /* only some combinations allowed */
94 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE;
104 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ;
114 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ;
124 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE;
134 p.trigger_type = PPC_BREAKPOINT_TRIGGER_RW;
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_trigger_diag.c195 event_data.trigger_type = MPT3SAS_TRIGGER_MASTER; in mpt3sas_trigger_master()
279 event_data.trigger_type = MPT3SAS_TRIGGER_EVENT; in mpt3sas_trigger_event()
354 event_data.trigger_type = MPT3SAS_TRIGGER_SCSI; in mpt3sas_trigger_scsi()
427 event_data.trigger_type = MPT3SAS_TRIGGER_MPI; in mpt3sas_trigger_mpi()
Dmpt3sas_trigger_diag.h186 uint32_t trigger_type; member
/Linux-v4.19/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-v4.19/drivers/iio/
Dindustrialio-sw-trigger.c113 t->trigger_type = tt; in iio_sw_trigger_create()
124 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy()
/Linux-v4.19/include/linux/
Dscpi_protocol.h42 u8 trigger_type; member
/Linux-v4.19/include/linux/iio/
Dsw_trigger.h35 struct iio_sw_trigger_type *trigger_type; member
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_cmds.h259 u32 trigger_type; member
277 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
Dhfi.h120 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
Dhfi_cmds.c135 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd() argument
137 switch (trigger_type) { in pkt_sys_ssr_cmd()
148 pkt->trigger_type = trigger_type; in pkt_sys_ssr_cmd()
Dhfi_venus.c1130 static int venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) in venus_core_trigger_ssr() argument
1136 ret = pkt_sys_ssr_cmd(&pkt, trigger_type); in venus_core_trigger_ssr()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c2674 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
2676 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
2695 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
2697 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
2794 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac_range()
2796 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac_range()
2831 if ((bp_info->trigger_type == 0) || in ppc_set_hwdebug()
2832 (bp_info->trigger_type & ~(PPC_BREAKPOINT_TRIGGER_EXECUTE | in ppc_set_hwdebug()
2844 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_EXECUTE) { in ppc_set_hwdebug()
2845 if ((bp_info->trigger_type != PPC_BREAKPOINT_TRIGGER_EXECUTE) || in ppc_set_hwdebug()
[all …]
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dptrace.h221 __u32 trigger_type; /* only some combinations allowed */ member
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c74 info.trigger_type = PPC_BREAKPOINT_TRIGGER_RW; in set_hwbreakpoint_addr()
/Linux-v4.19/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-v4.19/drivers/firmware/
Darm_scpi.c329 u8 trigger_type; member