Searched refs:binary (Results 1 – 7 of 7) sorted by relevance
/kernel/trace/ |
D | trace_seq.c | 175 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument 184 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
|
D | trace_output.c | 802 if (event->funcs->binary == NULL) in register_trace_event() 803 event->funcs->binary = trace_nop_print; in register_trace_event() 925 .binary = trace_fn_bin, 1065 .binary = trace_ctxwake_bin, 1077 .binary = trace_ctxwake_bin,
|
D | blktrace.c | 1584 .binary = blk_trace_event_print_binary,
|
D | Kconfig | 195 dynamically (will patch them out of the binary image and
|
D | trace.c | 4471 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
/kernel/debug/ |
D | gdbstub.c | 365 static int write_mem_msg(int binary) in write_mem_msg() argument 374 if (binary) in write_mem_msg()
|
/kernel/ |
D | Kconfig.preempt | 93 provide a pre-built kernel binary to reduce the number of kernel
|