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

Function trace_metadata_destroy

dpdk/lib/eal/common/eal_common_trace_ctf.c:298–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void
299trace_metadata_destroy(void)
300{
301 struct trace *trace = trace_obj_get();
302
303 if (trace->ctf_meta) {
304 free(trace->ctf_meta);
305 trace->ctf_meta = NULL;
306 }
307}
308
309static void
310meta_fix_freq(struct trace *trace, char *meta)

Callers 2

eal_trace_initFunction · 0.85
eal_trace_finiFunction · 0.85

Calls 2

trace_obj_getFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected