/Linux-v4.19/kernel/trace/ |
D | trace_events_trigger.c | 76 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 …]
|
D | trace_events_hist.c | 1500 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 …]
|
D | trace.h | 1681 enum event_trigger_type trigger_type; member
|
/Linux-v4.19/Documentation/powerpc/ |
D | ptrace.txt | 54 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/ |
D | mpt3sas_trigger_diag.c | 195 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()
|
D | mpt3sas_trigger_diag.h | 186 uint32_t trigger_type; member
|
/Linux-v4.19/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-v4.19/drivers/iio/ |
D | industrialio-sw-trigger.c | 113 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/ |
D | scpi_protocol.h | 42 u8 trigger_type; member
|
/Linux-v4.19/include/linux/iio/ |
D | sw_trigger.h | 35 struct iio_sw_trigger_type *trigger_type; member
|
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.h | 259 u32 trigger_type; member 277 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
|
D | hfi.h | 120 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
|
D | hfi_cmds.c | 135 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()
|
D | hfi_venus.c | 1130 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/ |
D | ptrace.c | 2674 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/ |
D | ptrace.h | 221 __u32 trigger_type; /* only some combinations allowed */ member
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 74 info.trigger_type = PPC_BREAKPOINT_TRIGGER_RW; in set_hwbreakpoint_addr()
|
/Linux-v4.19/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-v4.19/drivers/firmware/ |
D | arm_scpi.c | 329 u8 trigger_type; member
|