Home
last modified time | relevance | path

Searched refs:trace_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dtrace-data.h23 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))
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_debugfs.c104 u8 *trace_type; in fnic_trace_ctrl_read() local
106 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_read()
107 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_read()
109 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_read()
111 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_read()
143 u8 *trace_type; in fnic_trace_ctrl_write() local
144 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_write()
158 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_write()
160 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_write()
162 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_write()
/openbmc/linux/kernel/trace/
H A Dtrace_irqsoff.c36 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()
625 trace_type = TRACER_IRQS_OFF; in irqsoff_tracer_init()
671 trace_type = TRACER_PREEMPT_OFF; in preemptoff_tracer_init()
706 trace_type = TRACER_IRQS_OFF | TRACER_PREEMPT_OFF; in preemptirqsoff_tracer_init()
H A Dtrace_functions_graph.c518 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq()
H A Dtrace.h35 enum trace_type { enum
/openbmc/linux/drivers/cxl/core/
H A Dtrace.h647 __le64 overflow_ts, enum cxl_poison_trace_type trace_type),
649 TP_ARGS(cxlmd, cxlr, record, flags, overflow_ts, trace_type),
655 __field(u8, trace_type)
674 __entry->trace_type = trace_type;
694 show_poison_trace_type(__entry->trace_type),
/openbmc/linux/tools/testing/selftests/net/
H A Dioam6_parser.c130 __u32 trace_type, __u16 ioam_ns) in check_ioam_header() argument
133 __be32_to_cpu(ioam6h->type_be32) != (trace_type << 8)) in check_ioam_header()
371 __u32 trace_type, __u16 ioam_ns) in check_ioam_header_and_data() argument
375 if (check_ioam_header(tid, ioam6h, trace_type, ioam_ns)) in check_ioam_header_and_data()
H A Dioam6.sh378 local trace_type=$8
382 $trace_type $ioam_ns &
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h825 u8 trace_type; member
H A Desas2r_ioctl.c929 if (trc->trace_type == ATTO_TRC_TT_FWCOREDUMP in hba_ioctl_callback()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2838 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
2849 trace_pstate_sample(trace_type, in intel_cpufreq_trace()