Home
last modified time | relevance | path

Searched defs:metric (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/telemetry/src/
H A Dreport.cpp47 toReadingParameters(utils::transform(metrics, [](const auto& metric) { in Report()
128 for (auto& metric : metrics) in activate() local
138 for (auto& metric : metrics) in deactivate() local
151 for (auto& metric : metrics) in getMetricCount() local
296 utils::transform(metrics, [](const auto& metric) { in makeReportInterface()
402 for (auto& metric : self.metrics) in timerProcForOnChangeReport() local
450 for (const auto& metric : metrics) in updateReadings() local
507 [](const auto& metric) { return metric->dumpConfiguration(); }); in storeConfiguration()
574 for (auto& metric : metrics) in scheduleTimer() local
580 for (auto& metric : metrics) in scheduleTimer() local
[all …]
H A Dreport_factory.cpp59 [labeledMetricParam](auto metric) { in updateMetrics()
86 for (auto& metric : oldMetrics) in updateMetrics() local
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c120 struct metric { struct
128 /** The name of the metric such as "IPC". */ argument
129 const char *metric_name; argument
133 const char *metric_expr; argument
135 const char *metric_threshold; argument
140 const char *metric_unit; argument
145 const char *default_metricgroup_name; argument
147 struct metric_ref *metric_refs; argument
1040 const char *metric; member
1062 const char *metric, in metricgroup__find_metric()
[all …]
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp53 auto metric = std::make_unique<HealthMetric>(unmockedBus, Type::cpu, config, in TEST_F() local
87 auto metric = std::make_unique<HealthMetric>(bus, Type::cpu, config, in TEST_F() local
/openbmc/linux/include/net/
H A Ddst.h165 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
173 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
220 static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metric) in dst_metric_rtt()
233 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.hpp5 namespace phosphor::health::metric::collection namespace
H A Dhealth_metric.hpp13 namespace phosphor::health::metric namespace
H A Dhealth_metric_config.cpp17 namespace phosphor::health::metric namespace
H A Dhealth_metric.cpp11 namespace phosphor::health::metric namespace
H A Dhealth_metric_collection.cpp16 namespace phosphor::health::metric::collection namespace
H A Dhealth_metric_config.hpp12 namespace phosphor::health::metric namespace
/openbmc/linux/tools/perf/tests/
H A Dpmu-events.c802 struct metric { struct
804 struct metric_ref metric_ref; argument
824 pr_debug("Found metric '%s'\n", pm->metric_name); in test__parsing_callback() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp326 nlohmann::json::object_t metric; in fillReportDefinition() local
432 inline bool getUserMetric(crow::Response& res, nlohmann::json::object_t& metric, in getUserMetric()
638 for (const auto& metric : metrics) in getChassisSensorNodeFromMetrics() local
682 for (const auto& metric : args.metrics) in performAddReport() local
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp1115 for (auto& metric : metricMocks) in TEST_F() local
1138 for (auto& metric : metricMocks) in TEST_F() local
1151 for (auto& metric : metricMocks) in TEST_F() local
1161 for (auto& metric : metricMocks) in TEST_F() local
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4.bpf.c20 int metric; member
H A Dxdp_router_ipv4_user.c101 int dst_len, iface, metric; in read_route() member
161 int metric; in read_route() member
/openbmc/linux/fs/ceph/
H A Dmetric.c237 struct ceph_metric *metric; in ceph_metric_init() local
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Devent.c114 s8 metric = metric_arr[0]; in wlcore_event_rssi_trigger() local
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py360 def _run_perf(self, metric, workload: str): argument
/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx()
711 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process()
H A Dmesh.h116 u32 metric; member
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c133 #define EV_METRIC_CMP(metric) \ argument
156 #define EV_METRIC_ENTRY(metric) \ argument
240 #define EV_METRIC_PERCENT(metric) \ argument
/openbmc/linux/mm/damon/
H A Dcore.c1245 static unsigned long damos_wmark_metric_value(enum damos_wmark_metric metric) in damos_wmark_metric_value()
1265 unsigned long metric; in damos_wmark_wait_us() local
H A Dsysfs-schemes.c609 enum damos_wmark_metric metric; member
617 enum damos_wmark_metric metric, unsigned long interval_us, in damon_sysfs_watermarks_alloc()
655 enum damos_wmark_metric metric; in metric_store() local
/openbmc/linux/arch/x86/events/intel/
H A Dp4.c508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument

12