/openbmc/telemetry/src/ |
H A D | report.cpp | 46 toReadingParameters(utils::transform(metrics, [](const auto& metric) { in Report() 127 for (auto& metric : metrics) in activate() local 137 for (auto& metric : metrics) in deactivate() local 150 for (auto& metric : metrics) in getMetricCount() local 294 utils::transform(metrics, [](const auto& metric) { in makeReportInterface() 396 for (auto& metric : self.metrics) in timerProcForOnChangeReport() local 444 for (const auto& metric : metrics) in updateReadings() local 501 [](const auto& metric) { return metric->dumpConfiguration(); }); in storeConfiguration() 568 for (auto& metric : metrics) in scheduleTimer() local 574 for (auto& metric : metrics) in scheduleTimer() local [all …]
|
H A D | report_factory.cpp | 58 [labeledMetricParam](auto metric) { in updateMetrics() 85 for (auto& metric : oldMetrics) in updateMetrics() local
|
/openbmc/linux/tools/perf/util/ |
H A D | metricgroup.c | 120 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 D | test_health_metric.cpp | 53 auto metric = std::make_unique<HealthMetric>(unmockedBus, Type::cpu, config, in TEST_F() local 87 auto metric = in TEST_F() local
|
/openbmc/linux/include/net/ |
H A D | dst.h | 165 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 D | health_metric_collection.hpp | 5 namespace phosphor::health::metric::collection namespace
|
H A D | health_metric.hpp | 13 namespace phosphor::health::metric namespace
|
H A D | health_metric_config.cpp | 17 namespace phosphor::health::metric namespace
|
H A D | health_metric.cpp | 11 namespace phosphor::health::metric namespace
|
H A D | health_metric_collection.cpp | 16 namespace phosphor::health::metric::collection namespace
|
H A D | health_metric_config.hpp | 12 namespace phosphor::health::metric namespace
|
/openbmc/linux/tools/perf/tests/ |
H A D | pmu-events.c | 802 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/telemetry/tests/src/ |
H A D | test_report.cpp | 1149 for (auto& metric : metricMocks) in TEST_F() local 1172 for (auto& metric : metricMocks) in TEST_F() local 1185 for (auto& metric : metricMocks) in TEST_F() local 1195 for (auto& metric : metricMocks) in TEST_F() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 326 nlohmann::json::object_t metric; in fillReportDefinition() local 432 inline bool getUserMetric(crow::Response& res, nlohmann::json::object_t& metric, in getUserMetric() 646 for (const auto& metric : metrics) in getChassisSensorNodeFromMetrics() local 788 for (const auto& metric : args.metrics) in performAddReport() local
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4.bpf.c | 20 int metric; member
|
H A D | xdp_router_ipv4_user.c | 101 int dst_len, iface, metric; in read_route() member 161 int metric; in read_route() member
|
/openbmc/linux/fs/ceph/ |
H A D | metric.c | 237 struct ceph_metric *metric; in ceph_metric_init() local
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | event.c | 114 s8 metric = metric_arr[0]; in wlcore_event_rssi_trigger() local
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 360 def _run_perf(self, metric, workload: str): argument
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_hwmp.c | 105 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 D | mesh.h | 116 u32 metric; member
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 133 #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 D | core.c | 1311 static unsigned long damos_wmark_metric_value(enum damos_wmark_metric metric) in damos_wmark_metric_value() 1331 unsigned long metric; in damos_wmark_wait_us() local
|
H A D | sysfs-schemes.c | 609 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 D | p4.c | 508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
|