63e7cb1bf1
This patch removes the existing telemetry files, which are now redundant as the new version of telemetry has backward compatibility for their functionality. Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by: Keith Wiles <keith.wiles@intel.com>
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_tel_data_add_array_int;
|
|
rte_tel_data_add_array_string;
|
|
rte_tel_data_add_array_u64;
|
|
rte_tel_data_add_dict_int;
|
|
rte_tel_data_add_dict_string;
|
|
rte_tel_data_add_dict_u64;
|
|
rte_tel_data_start_array;
|
|
rte_tel_data_start_dict;
|
|
rte_tel_data_string;
|
|
rte_telemetry_init;
|
|
rte_telemetry_legacy_register;
|
|
rte_telemetry_register_cmd;
|
|
|
|
local: *;
|
|
};
|