Searched refs:prefix_str (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| D | printk.h | 754 extern void print_hex_dump(const char *level, const char *prefix_str, 758 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() argument 763 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() argument 772 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument 774 dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ 777 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument 779 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \ 782 static inline void print_hex_dump_debug(const char *prefix_str, int prefix_type, in print_hex_dump_debug() argument 801 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument 802 print_hex_dump_debug(prefix_str, prefix_type, 16, 1, buf, len, true)
|
| D | dynamic_debug.h | 284 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument 286 _dynamic_func_call_no_desc(__builtin_constant_p(prefix_str) ? prefix_str : "hexdump", \ 288 KERN_DEBUG, prefix_str, prefix_type, \ 311 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument 314 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, \
|
| D | trace_seq.h | 106 extern int trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str,
|
| D | seq_buf.h | 165 extern int seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str,
|
| D | seq_file.h | 165 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type,
|
| D | trace_events.h | 53 trace_print_hex_dump_seq(struct trace_seq *p, const char *prefix_str,
|
| /include/trace/stages/ |
| D | stage3_trace_output.h | 131 #define __print_hex_dump(prefix_str, prefix_type, \ argument 133 trace_print_hex_dump_seq(p, prefix_str, prefix_type, \
|