Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dtrace.c32 struct trace_call *ftrace; /* The function call records */ member
68 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
80 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()
211 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()
298 end = (char *)&hdr->ftrace[hdr->ftrace_count]; in trace_init()
323 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
324 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
358 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
359 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_early_init()
/rk3399_rockchip-uboot/doc/
H A DREADME.trace25 resembles that emitted by Linux's ftrace feature, so can be visually
98 Then run proftool to convert the trace information to ftrace format.
100 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt
285 - dump-ftrace
286 Write a text dump of the file in Linux ftrace format to stdout
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drv1126.dtsi309 ftrace-size = <0x00000>;