Searched refs:ftrace (Results 1 – 3 of 3) sorted by relevance
32 struct trace_call *ftrace; /* The function call records */ member68 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()
25 resembles that emitted by Linux's ftrace feature, so can be visually98 Then run proftool to convert the trace information to ftrace format.100 $ ./sandbox/tools/proftool -m sandbox/System.map -p trace dump-ftrace >trace.txt285 - dump-ftrace286 Write a text dump of the file in Linux ftrace format to stdout
309 ftrace-size = <0x00000>;