Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 6 of 6) sorted by relevance

/kernel/trace/
Dtrace_seq.c177 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()
Dtrace_output.c736 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,
Dblktrace.c1453 .binary = blk_trace_event_print_binary,
DKconfig497 dynamically (will patch them out of the binary image and
Dtrace.c3174 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
/kernel/debug/
Dgdbstub.c367 static int write_mem_msg(int binary) in write_mem_msg() argument
376 if (binary) in write_mem_msg()