Lines Matching refs:trace_seq_printf
124 trace_seq_printf(s, "%s", func); in show_function()
127 trace_seq_printf(s, "+0x%x ", (int)(function - offset)); in show_function()
154 trace_seq_printf(s, "%*s", index*3, ""); in function_handler()
159 trace_seq_printf(s, "0x%llx", function); in function_handler()
162 trace_seq_printf(s, " <-- "); in function_handler()
166 trace_seq_printf(s, "0x%llx", pfunction); in function_handler()
184 trace_seq_printf(s, "<CANT FIND FIELD %s>", "caller"); in trace_stack_handler()
202 trace_seq_printf(s, "=> %s (%llx)\n", func, addr); in trace_stack_handler()
204 trace_seq_printf(s, "=> %llx\n", addr); in trace_stack_handler()
222 trace_seq_printf(s, "# %llx", id); in trace_raw_data_handler()
226 trace_seq_printf(s, "<CANT FIND FIELD %s>", "buf"); in trace_raw_data_handler()
242 trace_seq_printf(s, " %02x", *(unsigned char *)(data + i)); in trace_raw_data_handler()