Home
last modified time | relevance | path

Searched refs:prefix_str (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dprintk.h754 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)
Ddynamic_debug.h284 #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, \
Dtrace_seq.h106 extern int trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str,
Dseq_buf.h165 extern int seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str,
Dseq_file.h165 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type,
Dtrace_events.h53 trace_print_hex_dump_seq(struct trace_seq *p, const char *prefix_str,
/include/trace/stages/
Dstage3_trace_output.h131 #define __print_hex_dump(prefix_str, prefix_type, \ argument
133 trace_print_hex_dump_seq(p, prefix_str, prefix_type, \