Add gathering of some performance counters and RPC for printing them. Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Change-Id: I2e77d37fb66459240ff2e241f2b1f77c60f4eef4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13390 Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
24 lines
391 B
Plaintext
24 lines
391 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_ftl_init;
|
|
spdk_ftl_fini;
|
|
spdk_ftl_dev_init;
|
|
spdk_ftl_dev_free;
|
|
spdk_ftl_get_default_conf;
|
|
spdk_ftl_dev_get_attrs;
|
|
spdk_ftl_dev_get_conf;
|
|
spdk_ftl_conf_copy;
|
|
spdk_ftl_conf_deinit;
|
|
spdk_ftl_get_io_channel;
|
|
spdk_ftl_io_size;
|
|
spdk_ftl_readv;
|
|
spdk_ftl_writev;
|
|
spdk_ftl_unmap;
|
|
spdk_ftl_dev_set_fast_shutdown;
|
|
spdk_ftl_get_stats;
|
|
|
|
local: *;
|
|
};
|