Searched refs:binary (Results 1 – 8 of 8) 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 | 801 if (event->funcs->binary == NULL) in register_trace_event() 802 event->funcs->binary = trace_nop_print; in register_trace_event() 924 .binary = trace_fn_bin, 1064 .binary = trace_ctxwake_bin, 1076 .binary = trace_ctxwake_bin,
|
D | blktrace.c | 1585 .binary = blk_trace_event_print_binary,
|
D | Kconfig | 227 dynamically (will patch them out of the binary image and
|
D | trace.c | 4484 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
/kernel/module/ |
D | Kconfig | 276 string "Path to modprobe binary" 281 set the path where that binary is found. This can be changed 299 binary size. This might have some security advantages as well.
|
/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 | 108 provide a pre-built kernel binary to reduce the number of kernel
|