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

Function rte_tel_data_free

dpdk/lib/telemetry/telemetry_data.c:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void
273rte_tel_data_free(struct rte_tel_data *data)
274{
275 free(data);
276}

Callers 14

container_to_jsonFunction · 0.85
output_jsonFunction · 0.85
eth_dev_handle_port_infoFunction · 0.85
eth_dev_handle_port_rxqFunction · 0.85
eth_dev_handle_port_txqFunction · 0.85
eth_dev_add_dcb_tcFunction · 0.85
eth_dev_handle_port_fecFunction · 0.85
eth_dev_add_vlan_idFunction · 0.85
handle_lcore_usageFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected