Searched refs:trace (Results 176 - 200 of 1256) sorted by last modified time

1234567891011>>

/linux-master/fs/dlm/
H A Dast.c12 #include <trace/events/dlm.h>
/linux-master/fs/
H A Dcoredump.c51 #include <trace/events/task.h>
54 #include <trace/events/sched.h>
/linux-master/fs/cachefiles/
H A Dio.c15 #include <trace/events/fscache.h>
/linux-master/fs/btrfs/
H A Dsuper.c63 #include <trace/events/btrfs.h>
H A Dref-verify.c56 unsigned long trace[MAX_TRACE]; member in struct:ref_action
211 ra->trace_len = stack_trace_save(ra->trace, MAX_TRACE, 2);
221 stack_trace_print(ra->trace, ra->trace_len, 2);
H A Dlocking.c11 #include <trace/events/btrfs.h>
H A Dextent-io-tree.c4 #include <trace/events/btrfs.h>
H A Dbtrfs_inode.h20 #include <trace/events/btrfs.h>
H A Dbackref.c8 #include <trace/events/btrfs.h>
/linux-master/fs/afs/
H A Dwrite.c15 #include <trace/events/netfs.h>
H A Dinternal.h985 #include <trace/events/afs.h>
/linux-master/fs/9p/
H A Dvfs_addr.c22 #include <trace/events/netfs.h>
/linux-master/drivers/ufs/core/
H A Dufshcd.c42 #include <trace/events/ufs.h>
429 /* trace UPIU also */
438 * Currently we only fully trace read(10) and write(10) commands
/linux-master/drivers/thermal/
H A Dthermal_trace.h207 #include <trace/define_trace.h>
H A Dthermal_trace_ipa.h104 #include <trace/define_trace.h>
/linux-master/drivers/spi/
H A Dspi.c39 #include <trace/events/spi.h>
H A Dspi-atmel.c26 #include <trace/events/spi.h>
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c30 #include <trace/events/iscsi.h>
4950 void iscsi_dbg_trace(void (*trace)(struct device *dev, struct va_format *),
4959 trace(dev, &vaf);
H A Dscsi_lib.c38 #include <trace/events/scsi.h>
H A Discsi_tcp.c38 #include <trace/events/iscsi.h>
39 #include <trace/events/sock.h>
H A Dipr.c574 * ipr_trc_hook - Add a trace entry to the driver trace
576 * @type: trace type
590 trace_entry = &ioa_cfg->trace[trace_index];
3000 * ipr_dump_trace_data - Fill in the IOA trace in the dump.
3016 memcpy(driver_dump->trace_entry.trace, ioa_cfg->trace, IPR_TRACE_SIZE);
3357 * ipr_read_trace - Dump the adapter trace
3379 ret = memory_read_from_buffer(buf, count, &off, ioa_cfg->trace,
3388 .name = "trace",
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c20 #include <linux/trace.h>
129 "Same BIT definition as ql2xextended_error_logging, but used to control logging to kernel trace buffer (default=1).\n");
2892 "Unable to create qla2xxx trace instance, instance logging will be disabled.\n");
3736 /* Turn-off FCE trace */
3742 /* Turn-off EFT trace */
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c212 * ibmvfc_trc_start - Log a start trace entry
225 entry = &vhost->trace[index];
248 * ibmvfc_trc_end - Log an end trace entry
262 entry = &vhost->trace[index];
3626 * ibmvfc_read_trace - Dump the adapter trace
3646 char *src = (char *)vhost->trace;
3663 .name = "trace",
6143 kfree(vhost->trace);
6207 vhost->trace = kcalloc(IBMVFC_NUM_TRACE_ENTRIES,
6211 if (!vhost->trace)
[all...]
/linux-master/drivers/regulator/
H A Dcore.c32 #include <trace/events/regulator.h>
/linux-master/drivers/pwm/
H A Dcore.c25 #include <trace/events/pwm.h>

Completed in 647 milliseconds

1234567891011>>