Home
last modified time | relevance | path

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

/include/linux/
A 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, \
A Dprintk.h772 extern void print_hex_dump(const char *level, const char *prefix_str,
776 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() argument
781 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() argument
790 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
792 dynamic_hex_dump(prefix_str, prefix_type, rowsize, \
795 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
797 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \
800 static inline void print_hex_dump_debug(const char *prefix_str, int prefix_type, in print_hex_dump_debug() argument
819 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument
820 print_hex_dump_debug(prefix_str, prefix_type, 16, 1, buf, len, true)
A Dtrace_seq.h106 extern int trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str,
A Dseq_buf.h165 extern int seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str,
A Dseq_file.h165 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type,
A Dtrace_events.h53 trace_print_hex_dump_seq(struct trace_seq *p, const char *prefix_str,
/include/trace/stages/
A Dstage3_trace_output.h131 #define __print_hex_dump(prefix_str, prefix_type, \ argument
133 trace_print_hex_dump_seq(p, prefix_str, prefix_type, \

Completed in 17 milliseconds