Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/kernel/trace/
Dtrace_events_trigger.c84 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
112 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
531 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger()
575 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger()
863 .trigger_type = ETT_TRACE_ONOFF,
873 .trigger_type = ETT_TRACE_ONOFF,
945 .trigger_type = ETT_SNAPSHOT,
1023 .trigger_type = ETT_STACKTRACE,
1377 .trigger_type = ETT_EVENT_ENABLE,
1387 .trigger_type = ETT_EVENT_ENABLE,
Dtrace.h1305 enum event_trigger_type trigger_type; member
/linux-4.4.14/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-4.4.14/arch/powerpc/kernel/
Dptrace.c1231 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
1233 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
1252 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac()
1254 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac()
1351 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac_range()
1353 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac_range()
1388 if ((bp_info->trigger_type == 0) || in ppc_set_hwdebug()
1389 (bp_info->trigger_type & ~(PPC_BREAKPOINT_TRIGGER_EXECUTE | in ppc_set_hwdebug()
1401 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_EXECUTE) { in ppc_set_hwdebug()
1402 if ((bp_info->trigger_type != PPC_BREAKPOINT_TRIGGER_EXECUTE) || in ppc_set_hwdebug()
[all …]
/linux-4.4.14/drivers/platform/x86/
Dintel_pmic_gpio.c76 u32 trigger_type; member
170 pg->trigger_type = type; in pmic_irq_type()
196 pmic_program_irqtype(gpio, pg->trigger_type); in pmic_bus_sync_unlock()
/linux-4.4.14/include/linux/
Dscpi_protocol.h41 u8 trigger_type; member
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h220 __u32 trigger_type; /* only some combinations allowed */ member
/linux-4.4.14/drivers/firmware/
Darm_scpi.c229 u8 trigger_type; member