Home
last modified time | relevance | path

Searched refs:disable_send_metrics (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ceph/
H A Dmetric.h9 extern bool disable_send_metrics;
229 if (disable_send_metrics) in metric_schedule_delayed()
H A Dsuper.c1675 } else if (!disable_send_metrics) { in param_set_metrics()
1692 bool disable_send_metrics = false; variable
1693 module_param_cb(disable_send_metrics, &param_ops_metrics, &disable_send_metrics, 0644);
1694 MODULE_PARM_DESC(disable_send_metrics, "Enable sending perf metrics to ceph cluster (default: on)");
H A Ddebugfs.c492 metrics_enabled = !disable_send_metrics && have_session && metric_collect; in metric_features_show()
498 disable_send_metrics ? 1 : 0, in metric_features_show()
H A Dmetric.c382 if (disable_send_metrics) { in metric_delayed_work()
H A Dmds_client.c76 if (!mdsc || !session || disable_send_metrics) in ceph_metric_bind_session()