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

Function rte_tel_data_start_dict

dpdk/lib/telemetry/telemetry_data.c:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int
34rte_tel_data_start_dict(struct rte_tel_data *d)
35{
36 d->type = TEL_DICT;
37 d->data_len = 0;
38 return 0;
39}
40
41int
42rte_tel_data_string(struct rte_tel_data *d, const char *str)

Callers 15

mempool_handle_infoFunction · 0.85
json_infoFunction · 0.85
command_helpFunction · 0.85
handle_dev_xstatsFunction · 0.85
handle_dev_dumpFunction · 0.85
dmadev_handle_dev_infoFunction · 0.85
dmadev_handle_dev_statsFunction · 0.85
dmadev_handle_dev_dumpFunction · 0.85

Calls

no outgoing calls