MCPcopy Create free account
hub / github.com/ceph/ceph / get_perf_schema

Function get_perf_schema

src/mgr/BaseMgrModule.cc:743–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743static PyObject* get_perf_schema(BaseMgrModule *self, PyObject *args)
744{
745 char *type_str = nullptr;
746 char *svc_id = nullptr;
747 if (!PyArg_ParseTuple(args, "ss:get_perf_schema", &type_str, &svc_id)) {
748 return nullptr;
749 }
750
751 return self->py_modules->get_perf_schema_python(type_str, svc_id);
752}
753
754static PyObject*
755ceph_get_rocksdb_version(BaseMgrModule *self)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected