Searched refs:trace_seq (Results 1 - 25 of 82) sorted by relevance

1234

/linux-master/include/linux/
H A Dtrace_seq.h15 * TRACE_SEQ_SIZE minus the other fields of trace_seq), is the
23 struct trace_seq { struct
31 trace_seq_init(struct trace_seq *s)
51 static inline int trace_seq_used(struct trace_seq *s)
66 trace_seq_buffer_ptr(struct trace_seq *s)
72 * trace_seq_has_overflowed - return true if the trace_seq took too much
75 * Returns true if too much data was added to the trace_seq and it is
78 static inline bool trace_seq_has_overflowed(struct trace_seq *s)
88 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...);
90 void trace_seq_vprintf(struct trace_seq *
[all...]
/linux-master/drivers/block/null_blk/
H A Dtrace.c12 const char *nullb_trace_disk_name(struct trace_seq *p, char *name)
H A Dtrace.h15 #include <linux/trace_seq.h>
19 const char *nullb_trace_disk_name(struct trace_seq *p, char *name);
/linux-master/tools/build/feature/
H A Dtest-libtraceevent.c7 struct trace_seq s;
/linux-master/kernel/trace/
H A Dtrace_output.h5 #include <linux/trace_seq.h>
16 seq_print_ip_sym(struct trace_seq *s, unsigned long ip,
19 extern void trace_seq_print_sym(struct trace_seq *s, unsigned long address, bool offset);
32 trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry);
H A Dtrace_seq.c3 * trace_seq.c
7 * The trace_seq is a handy tool that allows you to pass a descriptor around
11 * To use it, the trace_seq must be initialized with trace_seq_init().
13 * trace_seq_init() more than once to reset the trace_seq to start
19 * try to write something into the trace_seq buffer and if it fails
25 #include <linux/trace_seq.h>
27 /* How much buffer is left on the trace_seq? */
31 * trace_seq should work with being initialized with 0s.
33 static inline void __trace_seq_init(struct trace_seq *s)
40 * trace_print_seq - move the contents of trace_seq int
[all...]
H A Dtrace_output.c27 struct trace_seq *s = &iter->seq;
40 struct trace_seq *s = &iter->seq;
53 struct trace_seq *s = &iter->seq;
65 trace_print_flags_seq(struct trace_seq *p, const char *delim,
103 trace_print_symbols_seq(struct trace_seq *p, unsigned long val,
129 trace_print_flags_seq_u64(struct trace_seq *p, const char *delim,
167 trace_print_symbols_seq_u64(struct trace_seq *p, unsigned long long val,
193 trace_print_bitmask_seq(struct trace_seq *p, void *bitmask_ptr,
217 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len,
236 trace_print_array_seq(struct trace_seq *
[all...]
H A Dtrace_mmiotrace.c61 static void mmio_print_pcidev(struct trace_seq *s, const struct pci_dev *dev)
100 struct trace_seq *s = &iter->seq;
136 struct trace_seq *s = &iter->seq;
170 struct trace_seq *s = &iter->seq;
215 struct trace_seq *s = &iter->seq;
249 struct trace_seq *s = &iter->seq;
H A Dtrace_functions_graph.c101 struct trace_seq *s, u32 flags);
337 static void print_graph_cpu(struct trace_seq *s, int cpu)
349 static void print_graph_proc(struct trace_seq *s, pid_t pid)
380 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry)
389 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data)
494 static void print_graph_abs_time(u64 t, struct trace_seq *s)
506 print_graph_rel_time(struct trace_iterator *iter, struct trace_seq *s)
521 struct trace_seq *s = &iter->seq;
565 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s)
599 struct trace_seq *
[all...]
/linux-master/drivers/scsi/
H A Dscsi_trace.c7 #include <linux/trace_seq.h>
15 scsi_trace_misc(struct trace_seq *, unsigned char *, int);
18 scsi_trace_rw6(struct trace_seq *p, unsigned char *cdb, int len)
37 scsi_trace_rw10(struct trace_seq *p, unsigned char *cdb, int len)
57 scsi_trace_rw12(struct trace_seq *p, unsigned char *cdb, int len)
73 scsi_trace_rw16(struct trace_seq *p, unsigned char *cdb, int len)
94 scsi_trace_rw32(struct trace_seq *p, unsigned char *cdb, int len)
135 scsi_trace_unmap(struct trace_seq *p, unsigned char *cdb, int len)
147 scsi_trace_service_action_in(struct trace_seq *p, unsigned char *cdb, int len)
177 scsi_trace_maintenance_in(struct trace_seq *
[all...]
/linux-master/tools/verification/rv/include/
H A Dtrace.h8 struct trace_seq *seq;
/linux-master/drivers/nvme/host/
H A Dtrace.c10 static const char *nvme_trace_delete_sq(struct trace_seq *p, u8 *cdw10)
21 static const char *nvme_trace_create_sq(struct trace_seq *p, u8 *cdw10)
37 static const char *nvme_trace_delete_cq(struct trace_seq *p, u8 *cdw10)
48 static const char *nvme_trace_create_cq(struct trace_seq *p, u8 *cdw10)
63 static const char *nvme_trace_admin_identify(struct trace_seq *p, u8 *cdw10)
75 static const char *nvme_trace_admin_set_features(struct trace_seq *p,
89 static const char *nvme_trace_admin_get_features(struct trace_seq *p,
103 static const char *nvme_trace_get_lba_status(struct trace_seq *p,
119 static const char *nvme_trace_admin_format_nvm(struct trace_seq *p, u8 *cdw10)
139 static const char *nvme_trace_read_write(struct trace_seq *
[all...]
H A Dtrace.h15 #include <linux/trace_seq.h>
19 const char *nvme_trace_parse_admin_cmd(struct trace_seq *p, u8 opcode,
21 const char *nvme_trace_parse_nvm_cmd(struct trace_seq *p, u8 opcode,
23 const char *nvme_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype,
33 const char *nvme_trace_disk_name(struct trace_seq *p, char *name);
/linux-master/drivers/nvme/target/
H A Dtrace.c10 static const char *nvmet_trace_admin_identify(struct trace_seq *p, u8 *cdw10)
22 static const char *nvmet_trace_admin_get_features(struct trace_seq *p,
36 static const char *nvmet_trace_get_lba_status(struct trace_seq *p,
52 static const char *nvmet_trace_admin_set_features(struct trace_seq *p,
66 static const char *nvmet_trace_read_write(struct trace_seq *p, u8 *cdw10)
83 static const char *nvmet_trace_dsm(struct trace_seq *p, u8 *cdw10)
95 static const char *nvmet_trace_common(struct trace_seq *p, u8 *cdw10)
105 const char *nvmet_trace_parse_admin_cmd(struct trace_seq *p,
122 static const char *nvmet_trace_zone_mgmt_send(struct trace_seq *p, u8 *cdw10)
150 static const char *nvmet_trace_zone_mgmt_recv(struct trace_seq *
[all...]
H A Dtrace.h17 #include <linux/trace_seq.h>
21 const char *nvmet_trace_parse_admin_cmd(struct trace_seq *p, u8 opcode,
23 const char *nvmet_trace_parse_nvm_cmd(struct trace_seq *p, u8 opcode,
25 const char *nvmet_trace_parse_fabrics_cmd(struct trace_seq *p, u8 fctype,
35 const char *nvmet_trace_ctrl_id(struct trace_seq *p, u16 ctrl_id);
39 const char *nvmet_trace_disk_name(struct trace_seq *p, char *name);
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dtrace_rvt.h9 #include <linux/trace_seq.h>
/linux-master/tools/tracing/rtla/src/
H A Dtrace.h19 struct trace_seq *seq;
26 struct trace_seq *get_trace_seq(void);
H A Dtimerlat_aa.c80 struct trace_seq *prev_irqs_seq;
81 struct trace_seq *nmi_seq;
82 struct trace_seq *irqs_seq;
83 struct trace_seq *softirqs_seq;
84 struct trace_seq *threads_seq;
85 struct trace_seq *stack_seq;
146 struct trace_seq *s, struct tep_record *record,
214 struct trace_seq *s, struct tep_record *record,
238 static int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record,
261 static int timerlat_aa_nmi_handler(struct trace_seq *
[all...]
/linux-master/drivers/ata/
H A Dlibata-trace.c10 #include <linux/trace_seq.h>
14 libata_trace_parse_status(struct trace_seq *p, unsigned char status)
42 libata_trace_parse_host_stat(struct trace_seq *p, unsigned char host_stat)
60 libata_trace_parse_eh_action(struct trace_seq *p, unsigned int eh_action)
87 libata_trace_parse_eh_err_mask(struct trace_seq *p, unsigned int eh_err_mask)
124 libata_trace_parse_qc_flags(struct trace_seq *p, unsigned int qc_flags)
159 libata_trace_parse_tf_flags(struct trace_seq *p, unsigned int tf_flags)
188 libata_trace_parse_subcmd(struct trace_seq *p, unsigned char cmd,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.c42 const char *parse_action(struct trace_seq *p,
H A Den_rep_tracepoint.h11 #include <linux/trace_seq.h>
H A Dcmd_tracepoint.h11 #include <linux/trace_seq.h>
/linux-master/drivers/infiniband/hw/irdma/
H A Dtrace.c6 const char *print_ip_addr(struct trace_seq *p, u32 *addr, u16 port, bool ipv4)
/linux-master/drivers/thunderbolt/
H A Dtrace.h16 #include <linux/trace_seq.h>
39 static inline const char *show_data_read_write(struct trace_seq *p,
52 static inline const char *show_data_error(struct trace_seq *p, const u32 *data)
63 static inline const char *show_data_event(struct trace_seq *p, const u32 *data)
73 static inline const char *show_route(struct trace_seq *p, const u32 *data)
83 static inline const char *show_data(struct trace_seq *p, u8 type,
/linux-master/tools/verification/rv/src/
H A Dtrace.c49 struct trace_seq *s = trace->seq;

Completed in 266 milliseconds

1234