Searched refs:trace_seq (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | trace_seq.h | 23 struct trace_seq { struct 31 trace_seq_init(struct trace_seq *s) in trace_seq_init() argument 51 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used() 66 trace_seq_buffer_ptr(struct trace_seq *s) in trace_seq_buffer_ptr() 78 static inline bool trace_seq_has_overflowed(struct trace_seq *s) in trace_seq_has_overflowed() 88 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...); 96 extern void trace_seq_puts(struct trace_seq *s, const char *str); 97 extern void trace_seq_putc(struct trace_seq *s, unsigned char c); 109 char *trace_seq_acquire(struct trace_seq *s, unsigned int len); 113 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() [all …]
|
| A D | trace_events.h | 23 const char *trace_print_flags_seq(struct trace_seq *p, const char *delim, 27 const char *trace_print_symbols_seq(struct trace_seq *p, unsigned long val, 31 const char *trace_print_flags_seq_u64(struct trace_seq *p, const char *delim, 35 const char *trace_print_symbols_seq_u64(struct trace_seq *p, 41 const char *trace_print_bitmask_seq(struct trace_seq *p, void *bitmask_ptr, 44 const char *trace_print_hex_seq(struct trace_seq *p, 48 const char *trace_print_array_seq(struct trace_seq *p, 53 trace_print_hex_dump_seq(struct trace_seq *p, const char *prefix_str, 112 struct trace_seq tmp_seq; 123 struct trace_seq seq; [all …]
|
| A D | ring_buffer.h | 230 struct trace_seq; 232 int ring_buffer_print_entry_header(struct trace_seq *s); 233 int ring_buffer_print_page_header(struct trace_buffer *buffer, struct trace_seq *s);
|
| A D | cper.h | 593 const char *cper_mem_err_unpack(struct trace_seq *,
|
| /include/trace/ |
| A D | trace_custom_events.h | 82 struct trace_seq *s = &iter->seq; \ 83 struct trace_seq __maybe_unused *p = &iter->tmp_seq; \
|
| A D | trace_events.h | 208 struct trace_seq *s = &iter->seq; \ 209 struct trace_seq __maybe_unused *p = &iter->tmp_seq; \ 238 struct trace_seq *p = &iter->tmp_seq; \
|
| /include/trace/events/ |
| A D | libata.h | 160 const char *libata_trace_parse_status(struct trace_seq*, unsigned char); 163 const char *libata_trace_parse_host_stat(struct trace_seq *, unsigned char); 166 const char *libata_trace_parse_eh_action(struct trace_seq *, unsigned int); 169 const char *libata_trace_parse_eh_err_mask(struct trace_seq *, unsigned int); 172 const char *libata_trace_parse_qc_flags(struct trace_seq *, unsigned int); 175 const char *libata_trace_parse_tf_flags(struct trace_seq *, unsigned int); 178 const char *libata_trace_parse_subcmd(struct trace_seq *, unsigned char,
|
| A D | scsi.h | 154 const char *scsi_trace_parse_cdb(struct trace_seq*, unsigned char*, int);
|
Completed in 19 milliseconds