Searched refs:trace_call (Results 1 – 8 of 8) sorted by relevance
32 struct trace_call *ftrace; /* The function call records */111 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()123 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()258 if (ptr + sizeof(struct trace_call) < end) { in trace_list_calls()259 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()260 struct trace_call *out = ptr; in trace_list_calls()267 ptr += sizeof(struct trace_call); in trace_list_calls()375 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()411 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
205 12 bytes (see struct trace_call). A suggested minimum size is 1MB. If250 12 bytes (see struct trace_call). A suggested minimum size is 1MB. If
56 struct trace_call *call_list;210 struct trace_call *call_data; in read_calls()214 call_list = (struct trace_call *)calloc(count, sizeof(*call_data)); in read_calls()494 struct trace_call *call; in make_ftrace()
74 struct trace_call { struct
67 def trace_call(self, frame): member in ProfileSimulator83 'call': trace_call,
66 def trace_call(self, frame): member in ProfileSimulator82 'call': trace_call,
858 void StreamExecutor::SubmitTrace(TraceCallT trace_call, ArgsT &&... args) { in SubmitTrace() argument864 (listener->*trace_call)(std::forward<ArgsT>(args)...); in SubmitTrace()
647 void SubmitTrace(TraceCallT trace_call, ArgsT&&... args);