Searched refs:binary (Results 1 – 6 of 6) sorted by relevance
| /kernel/trace/ |
| D | trace_seq.c | 177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument 186 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
|
| D | trace_output.c | 736 if (event->funcs->binary == NULL) in register_trace_event() 737 event->funcs->binary = trace_nop_print; in register_trace_event() 854 .binary = trace_fn_bin, 933 .binary = trace_graph_ent_bin, 1022 .binary = trace_graph_ret_bin, 1162 .binary = trace_ctxwake_bin, 1174 .binary = trace_ctxwake_bin,
|
| D | blktrace.c | 1453 .binary = blk_trace_event_print_binary,
|
| D | Kconfig | 497 dynamically (will patch them out of the binary image and
|
| D | trace.c | 3174 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
| /kernel/debug/ |
| D | gdbstub.c | 367 static int write_mem_msg(int binary) in write_mem_msg() argument 376 if (binary) in write_mem_msg()
|