Searched refs:trace_type (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | trace-data.h | 23 iwlmei_sap_data_offset(enum iwl_sap_data_trace_type trace_type) in iwlmei_sap_data_offset() argument 25 switch (trace_type) { in iwlmei_sap_data_offset() 52 enum iwl_sap_data_trace_type trace_type), 53 TP_ARGS(skb, trace_type), 56 skb->len - iwlmei_sap_data_offset(trace_type)) 57 __field(u32, trace_type) 60 size_t offset = iwlmei_sap_data_offset(trace_type); 61 __entry->trace_type = trace_type; 66 __entry->trace_type, __get_dynamic_array_len(data))
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_debugfs.c | 107 u8 *trace_type; in fnic_trace_ctrl_read() local 109 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_read() 110 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_read() 112 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_read() 114 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_read() 146 u8 *trace_type; in fnic_trace_ctrl_write() local 147 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_write() 161 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_write() 163 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_write() 165 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_write()
|
/linux/kernel/trace/ |
H A D | trace_irqsoff.c | 36 static int trace_type __read_mostly; 47 return ((trace_type & TRACER_PREEMPT_OFF) && pc); in preempt_trace() 57 return ((trace_type & TRACER_IRQS_OFF) && in irq_trace() 644 trace_type = TRACER_IRQS_OFF; in irqsoff_tracer_init() 690 trace_type = TRACER_PREEMPT_OFF; in preemptoff_tracer_init() 725 trace_type = TRACER_IRQS_OFF | TRACER_PREEMPT_OFF; in preemptirqsoff_tracer_init()
|
H A D | trace_functions_graph.c | 637 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq()
|
H A D | trace.h | 35 enum trace_type { enum
|
/linux/drivers/cxl/core/ |
H A D | trace.h | 861 __le64 overflow_ts, enum cxl_poison_trace_type trace_type), 863 TP_ARGS(cxlmd, cxlr, record, flags, overflow_ts, trace_type), 869 __field(u8, trace_type) 888 __entry->trace_type = trace_type; 902 TP_printk("memdev=%s host=%s serial=%lld trace_type=%s region=%s " \ 908 show_poison_trace_type(__entry->trace_type),
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.c | 370 u16 trace_type = bnxt_bstore_to_trace[type]; in bnxt_get_ctx_coredump() local 373 trace_type); in bnxt_get_ctx_coredump()
|
H A D | bnxt.h | 2131 u16 trace_type; member
|
H A D | bnxt.c | 2497 u16 trace_type = bnxt_bstore_to_trace[ctxm->type]; in bnxt_bs_trace_init() local 2514 bs_trace = &bp->bs_trace[trace_type]; in bnxt_bs_trace_init() 2516 bs_trace->trace_type = trace_type; in bnxt_bs_trace_init()
|
/linux/drivers/scsi/esas2r/ |
H A D | atioctl.h | 825 u8 trace_type; member
|
H A D | esas2r_ioctl.c | 925 if (trc->trace_type == ATTO_TRC_TT_FWCOREDUMP in hba_ioctl_callback()
|