Searched defs:trace_hdr (Results 1 – 1 of 1) sorted by relevance
20 struct trace_hdr { struct21 int func_count; /* Total number of function call sites */22 u64 call_count; /* Total number of tracked function calls */46 static struct trace_hdr *hdr __section(".data"); argument
Completed in 44 milliseconds