Searched refs:triggers (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/kernel/trace/
H A Dtrace_eprobe.c447 * The event probe implementation uses event triggers to get access to
465 /* Do not print eprobe event triggers */
548 * EVENT PROBE triggers are not registered as commands with
590 list_add_tail_rcu(&trigger->list, &file->triggers);
614 list_for_each_entry(iter, &file->triggers, list) {
H A Dtrace_events.c2494 * triggers or filters, with the exception of the "print"
2997 INIT_LIST_HEAD(&file->triggers);
3022 disable_tracing_selftest("running event triggers");
3973 /* Disable any event triggers and associated soft-disabled events */
H A Dtrace.c2712 * If tracing is off, but we have triggers enabled
2996 * When an NMI triggers, RCU is enabled via ct_nmi_enter(),
5438 "\t triggers: a command to perform when function is hit\n"
5466 "\t Does not accept triggers\n"
5588 "\t Like function triggers, the counter is only decremented if it\n"
5634 "\t its histogram data will be shared with other triggers of the\n"
5638 "\t triggers attached to an event, there will be a table for each\n"
5663 "\t The enable_hist and disable_hist triggers can be used to\n"
5666 "\t the enable_event and disable_event triggers.\n\n"
6956 if (tr->trace_marker_file && !list_empty(&tr->trace_marker_file->triggers)) {
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c3162 static void resume_triggers2string(u32 triggers, char *string, int str_size) argument
3166 if (!triggers) {
3171 if (triggers & WMI_RESUME_TRIGGER_HOST)
3174 if (triggers & WMI_RESUME_TRIGGER_UCAST_RX)
3177 if (triggers & WMI_RESUME_TRIGGER_BCAST_RX)
3180 if (triggers & WMI_RESUME_TRIGGER_WMI_EVT)
3183 if (triggers & WMI_RESUME_TRIGGER_DISCONNECT)
3208 wil_dbg_pm(wil, "device resume %s, resume triggers:%s (0x%x)\n",
H A Dwmi.h1827 __le32 triggers; member in struct:wmi_bf_control_cmd
1878 __le32 triggers; member in struct:wmi_bf_control_ex_cmd
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c2668 u32 triggers = 0; local
2683 triggers |= QLINK_WOWLAN_TRIG_DISCONNECT;
2686 triggers |= QLINK_WOWLAN_TRIG_MAGIC_PKT;
2689 triggers |= QLINK_WOWLAN_TRIG_PATTERN_PKT;
2700 cmd->triggers = cpu_to_le32(triggers);
H A Dqlink.h880 * @triggers: requested bitmask of WoWLAN triggers
884 __le32 triggers; member in struct:qlink_cmd_wowlan_set
/linux-master/include/linux/
H A Dtrace_events.h636 * TRIGGER_MODE - When set, invoke the triggers associated with the event
637 * TRIGGER_COND - When set, one or more triggers has an associated filter
664 struct list_head triggers; member in struct:trace_event_file
739 * trace_trigger_soft_disabled - do triggers and test if soft disabled
742 * If any triggers without filters are attached to this event, they
744 * triggers that require testing the fields, it will return true,
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h340 } triggers; member in struct:dc_static_screen_params
1694 * @reason - Indicate which event triggers this detection. dc may customize
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h978 u8 triggers; /* temperature triggers */ member in struct:hfi1_temp
H A Dchip.c13167 /* triggers is a 3-bit value - 1 bit per trigger. */
13168 temp->triggers = (u8)((reg >> ASIC_STS_THERM_LOW_SHIFT) & 0x7);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm203 // Clear ECC_ERR: prevents SQC store and triggers FATAL_HALT if setreg'd.
H A Dcwsr_trap_handler_gfx10.asm200 // Clear ECC_ERR: prevents SQC store and triggers FATAL_HALT if setreg'd.
/linux-master/fs/ext4/
H A Dext4.h1441 /* Types of ext4 journal triggers */
1677 /* Journal triggers for checksum computation */
3774 struct jbd2_buffer_trigger_type *triggers,

Completed in 393 milliseconds

12