Searched refs:ftrace (Results 1 – 5 of 5) sorted by relevance
33 struct trace_call *ftrace; /* The function call records */ member112 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()124 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()270 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()363 end = (char *)&hdr->ftrace[min(hdr->ftrace_count, in trace_init()389 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()390 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()430 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()431 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_early_init()
22 resembles that emitted by Linux's ftrace feature, so can be visually100 Then run proftool to convert the trace information to ftrace format104 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt292 dump-ftrace293 Write a text dump of the file in Linux ftrace format to stdout
11 pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size]
53 ftrace-size = <0x00020000>;
1859 Size of ftrace log, should be identical to ramoops.ftrace_size
Completed in 11 milliseconds