in cmd/stat_mgmt/src/stubs.c [34:40]
int __attribute__((weak))
stat_mgmt_impl_foreach_entry(const char *stat_name,
stat_mgmt_foreach_entry_fn *cb,
void *arg)
{
return MGMT_ERR_ENOTSUP;
}