Home
last modified time | relevance | path

Searched refs:RTE_TEL_ARRAY_U64 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry_data.c16 RTE_TEL_ARRAY_U64, /* RTE_TEL_u64_VAL = 2 */ in rte_tel_data_start_array() enumerator
70 if (d->type != RTE_TEL_ARRAY_U64) in rte_tel_data_add_array_u64()
83 (val->type != RTE_TEL_ARRAY_U64 in rte_tel_data_add_array_container()
156 if (d->type != RTE_TEL_DICT || (val->type != RTE_TEL_ARRAY_U64 in rte_tel_data_add_dict_container()
H A Dtelemetry_data.h17 RTE_TEL_ARRAY_U64, /** array of unsigned 64-bit int values */ enumerator
H A Dtelemetry.c142 if (d->type != RTE_TEL_ARRAY_U64 && d->type != RTE_TEL_ARRAY_INT in container_to_json()
147 if (d->type == RTE_TEL_ARRAY_U64) in container_to_json()
232 case RTE_TEL_ARRAY_U64: in output_json()
250 else if (d->type == RTE_TEL_ARRAY_U64) in output_json()