/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | average.hpp | 2 #include <org/open_power/Sensor/Aggregation/History/Average/server.hpp> 17 sdbusplus::org::open_power::Sensor::Aggregation::History::server::Average; 20 * @class Average 22 * Implements Sensor.Aggregation.History.Average 24 * This includes a property that is an array of timestamp/average tuples 27 class Average : public ServerObject<AverageInterface> class 30 static constexpr auto name = "average"; 32 Average() = delete; 33 Average(const Average&) = delete; 34 Average& operator=(const Average&) = delete; [all …]
|
/openbmc/phosphor-power/power-supply/ |
H A D | average.hpp | 2 #include <org/open_power/Sensor/Aggregation/History/Average/server.hpp> 17 sdbusplus::org::open_power::Sensor::Aggregation::History::server::Average; 20 * @class Average 22 * Implements Sensor.Aggregation.History.Average 24 * This includes a property that is an array of timestamp/average tuples 27 class Average : public ServerObject<AverageInterface> class 30 static constexpr auto name = "average"; 32 Average() = delete; 33 Average(const Average&) = delete; 34 Average& operator=(const Average&) = delete; [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | metrics.json | 10 "BriefDescription": "Average cycles per completed instruction", 16 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled for any re… 22 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because th… 28 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because Fe… 34 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because th… 40 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to… 46 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to… 52 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled due to an … 58 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the … 64 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the … [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,adm1275.yaml | 40 adi,volt-curr-sample-average: 46 adi,power-sample-average: 62 adi,volt-curr-sample-average: 64 adi,power-sample-average: false 74 adi,volt-curr-sample-average: 76 adi,power-sample-average: false 86 adi,volt-curr-sample-average: 88 adi,power-sample-average: 101 adi,volt-curr-sample-average: 103 adi,power-sample-average: [all …]
|
/openbmc/phosphor-hwmon/ |
H A D | average.hpp | 12 class Average class 18 /** @brief <average, average_interval> 19 * average is the value of power*_average. 40 /** @brief Set average value in averageMap based on sensor key. 45 * @param[in] sensorValue - The related average values of this sensor 50 /** @brief Calculate the average value. 52 * @param[in] preAverage - The previous average value from *_average file 55 * @param[in] curAverage - The current average value from *_average file 61 * return new calculated average value, if curInterval-preInterval>0 68 /** @brief Store the previous average sensor map */
|
H A D | average.cpp | 1 #include "average.hpp" 5 std::optional<Average::averageValue> 6 Average::getAverageValue(const Average::averageKey& sensorKey) const in getAverageValue() 17 void Average::setAverageValue(const Average::averageKey& sensorKey, in setAverageValue() 18 const Average::averageValue& sensorValue) in setAverageValue() 24 Average::calcAverage(int64_t preAverage, int64_t preInterval, in calcAverage()
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | microchip,qt1050.txt | 38 - microchip,average-samples: 41 - microchip,average-scaling: 42 The scaling factor which is used to scale the average-samples. 60 microchip,average-samples = <64>; 61 microchip,average-scaling = <16>; 68 microchip,average-samples = <64>; 69 microchip,average-scaling = <8>; 75 microchip,average-samples = <256>; 76 microchip,average-scaling = <16>;
|
/openbmc/phosphor-hwmon/test/ |
H A D | average_unittest.cpp | 1 #include "average.hpp" 10 Average av; in TEST() 20 Average av; in TEST() 26 auto expected = Average::averageValue(2, 2); in TEST() 32 Average av; in TEST() 39 Average av; in TEST() 46 Average av; in TEST()
|
/openbmc/linux/Documentation/translations/zh_CN/accounting/ |
H A D | delay-accounting.rst | 92 CPU count real total virtual total delay total delay average 94 IO count delay total delay average 96 SWAP count delay total delay average 98 RECLAIM count delay total delay average 100 THRASHING count delay total delay average 102 COMPACT count delay total delay average 104 WPCOPY count delay total delay average
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lochnagar.rst | 30 power1_average Measured average power for DBVDD1 (microWatts) 37 power2_average Measured average power for 1V8 DSP (microWatts) 44 power3_average Measured average power for 1V8 CDC (microWatts) 51 power4_average Measured average power for VDDCORE DSP (microWatts) 58 power5_average Measured average power for AVDD 1V8 (microWatts) 63 power6_average Measured average power for SYSVDD (microWatts) 70 power7_average Measured average power for VDDCORE CDC (microWatts) 77 power8_average Measured average power for MICVDD (microWatts)
|
/openbmc/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 110 CPU count real total virtual total delay total delay average 112 IO count delay total delay average 114 SWAP count delay total delay average 116 RECLAIM count delay total delay average 118 THRASHING count delay total delay average 120 COMPACT count delay total delay average 122 WPCOPY count delay total delay average 124 IRQ count delay total delay average
|
/openbmc/qemu/scripts/simplebench/ |
H A D | results_to_text.py | 39 if 'average' in result: 40 s = format_value(result['average'], result['stdev']) 92 if 'average' not in res: 102 if 'average' not in res_j: 108 diff_pr = round((res['average'] - res_j['average']) / 109 res_j['average'] * 100)
|
/openbmc/qemu/tests/unit/ |
H A D | test-timed-average.c | 2 * Timed average computation tests 15 #include "qemu/timed-average.h" 40 /* we will compute some average on a period of 1 second */ in test_average() 86 g_test_add_func("/timed-average/average", test_average); in main()
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A D | ehl-metrics.json | 34 "BriefDescription": "Average per-core data fill bandwidth to the L3 cache [GB / sec]", 39 "BriefDescription": "Average CPU Utilization", 44 "BriefDescription": "Measured Average Frequency for unhalted processors [GHz]", 49 "BriefDescription": "Average Frequency Utilization relative nominal frequency",
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/ |
H A D | sensord.conf | 6 # -T, --rrd-no-average -- switch RRD in non-average mode 12 # -a, --load-average -- include load average in RRD file
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | network | 49 #Load average 52 add_cmd_output "echo $'\n[Load average]'" "$file_name" "load average" 53 add_cmd_output "cat $loadavg" "$file_name" "load average"
|
/openbmc/linux/tools/perf/bench/ |
H A D | synthesize.c | 39 "Number of iterations used to compute single-threaded average"), 41 "Number of iterations used to compute multi-threaded average"), 97 printf(" Average %ssynthesis took: %.3f usec (+- %.3f usec)\n", in do_run_single_threaded() 102 printf(" Average num. events: %.3f (+- %.3f)\n", in do_run_single_threaded() 105 printf(" Average time per event %.3f usec\n", in do_run_single_threaded() 191 printf(" Average synthesis took: %.3f usec (+- %.3f usec)\n", in do_run_multi_threaded() 196 printf(" Average num. events: %.3f (+- %.3f)\n", in do_run_multi_threaded() 199 printf(" Average time per event %.3f usec\n", in do_run_multi_threaded()
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/ |
H A D | meson.build | 2 subdir('Average') subdir 9 …input: [ '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml'… 10 output: [ 'Average.md' ], 17 'org/open_power/Sensor/Aggregation/History/Average',
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 248 * moving average of APU power (default ~5000 ms). 249 * @PP_PWR_TYPE_FAST: manages the ~10 ms moving average of APU power, 459 /* Average clocks */ 511 /* Average clocks */ 570 /* Average clocks */ 632 /* Average clocks */ 708 /* Average clocks */ 758 /* Average clocks */ 808 /* Average clocks */ 861 /* Average clocks */ [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | uncore-memory.json | 395 …average occupancy (in conjunction with the Read Pending Queue Occupancy count). The RPQ is used t… 404 …average occupancy (in conjunction with the Read Pending Queue Occupancy count). The RPQ is used t… 431 …en be used to calculate both the average occupancy (in conjunction with the number of cycles not e… 439 …en be used to calculate both the average occupancy (in conjunction with the number of cycles not e… 463 …average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count). The WPQ is us… 472 …average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count). The WPQ is us… 481 …ns into the Write Pending Queue. This can then be used to calculate the average queuing latency (… 490 …ns into the Write Pending Queue. This can then be used to calculate the average queuing latency (… 499 …average queue occupancy (in conjunction with the number of cycles not empty) and the average laten… 507 …average queue occupancy (in conjunction with the number of cycles not empty) and the average laten…
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | telemetry_service.hpp | 12 Average, enumerator 20 {CollectionFunction::Average, "Average"},
|
/openbmc/qemu/util/ |
H A D | timed-average.c | 2 * QEMU timed average computation 29 #include "qemu/timed-average.h" 31 /* This module computes an average of a set of values within a time 39 * - The minimum / maximum / average values are always returned from 108 * period on average */ in timed_average_init() 198 /* Get the average value 201 * @ret: the average value
|
H A D | buffer.c | 30 * that is used in the average size calculation. a shift 48 /* make it even harder for the buffer to shrink, reset average size in buffer_adj_size() 49 * to current capacity if it is larger than the average. */ in buffer_adj_size() 72 /* Calculate the average size of the buffer as in buffer_shrink() 79 /* And then only shrink if the average size of the buffer is much in buffer_shrink()
|
/openbmc/ipmitool/contrib/ |
H A D | create_rrds.sh | 37 RRA:AVERAGE:0.5:1:288 \ 38 RRA:AVERAGE:0.5:6:336 \ 39 RRA:AVERAGE:0.5:12:720
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/ |
H A D | meson.build | 3 sdbusplus_current_path = 'org/open_power/Sensor/Aggregation/History/Average' 8 … '../../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml', 23 'org/open_power/Sensor/Aggregation/History/Average',
|