Searched refs:binary (Results 1 – 8 of 8) sorted by relevance
| /kernel/trace/ |
| A D | trace_seq.c | 173 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument 182 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
|
| A D | trace_output.c | 875 if (event->funcs->binary == NULL) in register_trace_event() 876 event->funcs->binary = trace_nop_print; in register_trace_event() 1205 .binary = trace_fn_bin, 1345 .binary = trace_ctxwake_bin, 1357 .binary = trace_ctxwake_bin,
|
| A D | blktrace.c | 1541 .binary = blk_trace_event_print_binary,
|
| A D | Kconfig | 298 dynamically (will patch them out of the binary image and
|
| A D | trace.c | 4329 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
| /kernel/debug/ |
| A D | gdbstub.c | 365 static int write_mem_msg(int binary) in write_mem_msg() argument 374 if (binary) in write_mem_msg()
|
| /kernel/module/ |
| A D | Kconfig | 422 string "Path to modprobe binary" 427 set the path where that binary is found. This can be changed 444 binary size. This might have some security advantages as well.
|
| /kernel/ |
| A D | Kconfig.preempt | 125 provide a pre-built kernel binary to reduce the number of kernel
|
Completed in 40 milliseconds