Searched refs:binary (Results 1 – 6 of 6) sorted by relevance
/kernel/trace/ |
D | trace_seq.c | 178 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument 187 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
|
D | trace_output.c | 767 if (event->funcs->binary == NULL) in register_trace_event() 768 event->funcs->binary = trace_nop_print; in register_trace_event() 885 .binary = trace_fn_bin, 1025 .binary = trace_ctxwake_bin, 1037 .binary = trace_ctxwake_bin,
|
D | blktrace.c | 1626 .binary = blk_trace_event_print_binary,
|
D | Kconfig | 537 dynamically (will patch them out of the binary image and
|
D | trace.c | 3886 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
/kernel/debug/ |
D | gdbstub.c | 368 static int write_mem_msg(int binary) in write_mem_msg() argument 377 if (binary) in write_mem_msg()
|