numam-dpdk/lib/librte_latencystats/rte_latencystats_version.map
Reshma Pattan 5cd3cac9ed latency: added new library for latency stats
Add a library designed to calculate latency statistics and report them
to the application when queried. The library measures minimum, average and
maximum latencies, and jitter in nano seconds. The current implementation
supports global latency stats, i.e. per application stats.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Signed-off-by: Remy Horton <remy.horton@intel.com>
Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
2017-04-05 18:00:42 +02:00

12 lines
166 B
Plaintext

DPDK_17.05 {
global:
rte_latencystats_get;
rte_latencystats_get_names;
rte_latencystats_init;
rte_latencystats_uninit;
rte_latencystats_update;
local: *;
};