MCPcopy Create free account
hub / github.com/F-Stack/f-stack / trace_obj_get

Function trace_obj_get

dpdk/lib/eal/common/eal_common_trace.c:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24static struct trace trace = { .args = STAILQ_HEAD_INITIALIZER(trace.args), };
25
26struct trace *
27trace_obj_get(void)
28{
29 return &trace;
30}
31
32struct trace_point_head *
33trace_list_head_get(void)

Callers 15

meta_header_emitFunction · 0.85
trace_metadata_createFunction · 0.85
trace_metadata_destroyFunction · 0.85
rte_trace_metadata_dumpFunction · 0.85
trace_uuid_generateFunction · 0.85
trace_dir_updateFunction · 0.85
eal_trace_args_saveFunction · 0.85
eal_trace_args_freeFunction · 0.85
trace_bufsz_args_applyFunction · 0.85
eal_trace_mode_args_saveFunction · 0.85
trace_epoch_time_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected