Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/fnic/
Dfnic_debugfs.c118 u8 *trace_type; in fnic_trace_ctrl_read() local
120 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_read()
121 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_read()
123 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_read()
125 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_read()
157 u8 *trace_type; in fnic_trace_ctrl_write() local
158 trace_type = (u8 *)filp->private_data; in fnic_trace_ctrl_write()
172 if (*trace_type == fc_trc_flag->fnic_trace) in fnic_trace_ctrl_write()
174 else if (*trace_type == fc_trc_flag->fc_trace) in fnic_trace_ctrl_write()
176 else if (*trace_type == fc_trc_flag->fc_clear) in fnic_trace_ctrl_write()
/Linux-v5.15/kernel/trace/
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()
624 trace_type = TRACER_IRQS_OFF; in irqsoff_tracer_init()
670 trace_type = TRACER_PREEMPT_OFF; in preemptoff_tracer_init()
705 trace_type = TRACER_IRQS_OFF | TRACER_PREEMPT_OFF; in preemptirqsoff_tracer_init()
Dtrace_functions_graph.c512 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq()
Dtrace.h30 enum trace_type { enum
/Linux-v5.15/tools/testing/selftests/net/
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()
374 __u32 trace_type, __u16 ioam_ns) in check_ioam_header_and_data() argument
378 if (check_ioam_header(tid, ioam6h, trace_type, ioam_ns)) in check_ioam_header_and_data()
Dioam6.sh341 local trace_type=$8
345 $trace_type $ioam_ns &
/Linux-v5.15/drivers/scsi/esas2r/
Datioctl.h825 u8 trace_type; member
Desas2r_ioctl.c929 if (trc->trace_type == ATTO_TRC_TT_FWCOREDUMP in hba_ioctl_callback()
/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c2643 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
2654 trace_pstate_sample(trace_type, in intel_cpufreq_trace()