| /Linux-v5.4/kernel/trace/ |
| D | trace_events_trigger.c | 77 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 …]
|
| D | trace_events_hist.c | 1755 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 …]
|
| D | trace.h | 1794 enum event_trigger_type trigger_type; member
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | ptrace.rst | 59 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/ |
| D | mpt3sas_trigger_diag.c | 194 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()
|
| D | mpt3sas_trigger_diag.h | 186 uint32_t trigger_type; member
|
| /Linux-v5.4/drivers/pinctrl/bcm/ |
| D | pinctrl-nsp-gpio.c | 177 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/ |
| D | industrialio-sw-trigger.c | 110 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/ |
| D | scpi_protocol.h | 31 u8 trigger_type; member
|
| /Linux-v5.4/include/linux/iio/ |
| D | sw_trigger.h | 32 struct iio_sw_trigger_type *trigger_type; member
|
| /Linux-v5.4/drivers/media/platform/qcom/venus/ |
| D | hfi_cmds.h | 250 u32 trigger_type; member 268 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
|
| D | hfi.h | 111 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
|
| D | hfi_cmds.c | 126 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()
|
| D | hfi_venus.c | 1116 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/ |
| D | ptrace.c | 2687 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/ |
| D | ptrace.h | 230 __u32 trigger_type; /* only some combinations allowed */ member
|
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-hwbreak.c | 74 info.trigger_type = PPC_BREAKPOINT_TRIGGER_RW; in set_hwbreakpoint_addr()
|
| /Linux-v5.4/arch/mips/cavium-octeon/ |
| D | octeon-irq.c | 2426 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/ |
| D | arm_scpi.c | 318 u8 trigger_type; member
|