Home
last modified time | relevance | path

Searched refs:ftrace (Results 1 – 5 of 5) sorted by relevance

/u-boot/lib/
A Dtrace.c33 struct trace_call *ftrace; /* The function call records */ member
112 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()
/u-boot/doc/develop/
A Dtrace.rst22 resembles that emitted by Linux's ftrace feature, so can be visually
100 Then run proftool to convert the trace information to ftrace format
104 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt
292 dump-ftrace
293 Write a text dump of the file in Linux ftrace format to stdout
/u-boot/doc/usage/
A Dpstore.rst11 pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size]
/u-boot/arch/arm/dts/
A Dhi3660-hikey960.dts53 ftrace-size = <0x00020000>;
/u-boot/cmd/
A DKconfig1859 Size of ftrace log, should be identical to ramoops.ftrace_size

Completed in 11 milliseconds