Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_seq.c184 int trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
192 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in trace_seq_bprintf()
Dtrace_output.c735 if (event->funcs->binary == NULL) in register_ftrace_event()
736 event->funcs->binary = trace_nop_print; in register_ftrace_event()
863 .binary = trace_fn_bin,
939 .binary = trace_graph_ent_bin,
1025 .binary = trace_graph_ret_bin,
1166 .binary = trace_ctxwake_bin,
1178 .binary = trace_ctxwake_bin,
DKconfig448 dynamically (will patch them out of the binary image and
Dblktrace.c1459 .binary = blk_trace_event_print_binary,
Dtrace.c2807 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()