Home
last modified time | relevance | path

Searched refs:analyze (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp234 psu.analyze(); in TEST_F()
282 psu2.analyze(); in TEST_F()
311 psu2.analyze(); in TEST_F()
345 psu2.analyze(); in TEST_F()
360 psu2.analyze(); in TEST_F()
390 psu2.analyze(); in TEST_F()
413 psu2.analyze(); in TEST_F()
425 psu2.analyze(); in TEST_F()
458 psu2.analyze(); in TEST_F()
469 psu2.analyze(); in TEST_F()
[all …]
/openbmc/qemu/scripts/
H A Danalyze-inclusions79 analyze() {
86 analyze ../include/qemu/osdep.h
89 analyze -include ../include/qemu/osdep.h ../include/hw/hw.h
92 analyze -include ../include/qemu/osdep.h trace/generated-tracers.h
95 analyze -DCOMPILING_PER_TARGET -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../…
98 analyze -DCOMPILING_PER_TARGET -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../…
/openbmc/phosphor-power/
H A Ddevice_monitor.hpp42 timer(e, std::bind(&DeviceMonitor::analyze, this), i) in DeviceMonitor()
61 virtual void analyze() in analyze() function in phosphor::power::DeviceMonitor
63 device->analyze(); in analyze()
H A Ddevice.hpp54 virtual void analyze() = 0;
/openbmc/witherspoon-pfault-analysis/
H A Ddevice_monitor.hpp45 timer(e, std::bind(&DeviceMonitor::analyze, this), i) in DeviceMonitor()
64 virtual void analyze() in analyze() function in witherspoon::power::DeviceMonitor
66 device->analyze(); in analyze()
H A Ddevice.hpp54 virtual void analyze() = 0;
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh35 analyze="N"
58 --analyze
87 --analyze)
88 analyze="Y"
168 if [ "${analyze}" = "Y" ] ; then
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyperf_2.9.0.bb1 SUMMARY = "A toolkit to write, run and analyze benchmarks"
3 The Python pyperf module is a toolkit to write, run and analyze benchmarks. \
H A Dpython3-oletools_0.60.2.bb1 SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files"
/openbmc/qemu/docs/devel/migration/
H A Dbest-practices.rst8 The migration stream can be analyzed thanks to ``scripts/analyze-migration.py``.
17 $ ./scripts/analyze-migration.py -f mig
24 See also ``analyze-migration.py -h`` help for more options.
/openbmc/phosphor-power/phosphor-power-supply/
H A Dchassis_manager.cpp43 e, std::bind(&ChassisManager::analyze, this), interval); in ChassisManager()
115 void ChassisManager::analyze() in analyze() function in phosphor::power::chassis_manager::ChassisManager
119 chassis->analyze(); in analyze()
H A Dchassis_manager.hpp108 void analyze();
/openbmc/openbmc-tools/tof-voters/
H A DREADME.md15 ./voters analyze-commits --before "2022-01-01" --after "2021-06-30"
16 ./voters analyze-reviews --before "2022-01-01" --after "2021-06-30"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/
H A Dpm-graph_5.13.bb14 # Apart from the listed RDEPENDS, analyze-suspend depends on some features
33 RPROVIDES:${PN} = "analyze-suspend"
/openbmc/openbmc/meta-nvidia/recipes-phosphor/images/
H A Dnvidia-phosphor-image.inc18 systemd-analyze \
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.hpp57 void analyze() override;
H A Dpgood_monitor.cpp61 void PGOODMonitor::analyze() in analyze() function in witherspoon::power::PGOODMonitor
/openbmc/phosphor-power/power-sequencer/
H A Dpgood_monitor.hpp57 void analyze() override;
H A Dmihawk-cpld.hpp52 void analyze() override;
H A Dpgood_monitor.cpp60 void PGOODMonitor::analyze() in analyze() function in phosphor::power::PGOODMonitor
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.hpp60 void analyze();
H A Dmain.cpp47 monitor.analyze(); in main()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.021 [Contribute](#contribute) software you develop, operate, or analyze with this software, including c…
31 3. You don't develop, operate, or analyze other software with it for anyone outside the team devel…
35 You may use this software to operate and analyze software you can't [contribute](#contribute) in or…
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-profile.bb13 PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/
H A Duftrace_0.17.bb1 SUMMARY = "Trace and analyze execution of a program written in C/C++, Rust and Python"

1234