/openbmc/phosphor-fan-presence/control/json/ |
H A D | profile.hpp | 29 * @class Profile - Represents a configured fan control profile 32 * also optional. A profile can be used to load specific fan control events 33 * based on the configuration of the profile. Fan control events configured 34 * with no profile(s) are always used and events configured for a specified 35 * profile are included when that profile is enabled. 39 class Profile : public ConfigBase class 45 Profile() = delete; 46 Profile(const Profile&) = delete; 47 Profile(Profile&&) = delete; 48 Profile& operator=(const Profile&) = delete; [all …]
|
H A D | profile.cpp | 16 #include "profile.hpp" 33 const std::map<std::string, methodHandler> Profile::_methods = { 34 {"all_of", Profile::allOf}}; 36 Profile::Profile(const json& jsonObj) : ConfigBase(jsonObj), _active(false) in Profile() function in phosphor::fan::control::json::Profile 41 void Profile::setActive(const json& jsonObj) in setActive() 45 // Log error on missing profile method in setActive() 46 lg2::error("Missing required profile method", "JSON", jsonObj.dump()); in setActive() 47 throw std::runtime_error("Missing required profile method"); in setActive() 49 // The method to use in determining if the profile is active in setActive() 55 // Call method for determining profile's active state in setActive() [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Profile settings" menu. 25 Verify Navigation To Profile Settings Page 26 [Documentation] Verify navigation to profile settings page. 29 Page Should Contain Profile settings 32 Verify Existence Of All Sections In Profile Settings Page 33 [Documentation] Verify existence of all sections in profile settings page. 36 Page Should Contain Profile information 41 Verify Existence Of All Buttons And Input Boxes In Profile Settings Page 42 [Documentation] Verify existence of all buttons and input boxes in profile settings page. 45 # Input Boxes in profile settings page. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch | 4 Subject: [PATCH] Makefile.pre: use qemu wrapper when gathering profile data 21 @@ -751,8 +751,7 @@ profile-run-stamp: 23 $(MAKE) profile-gen-stamp 24 # Next, run the profile task to generate the profile information. 29 # Remove profile generation binary since we are done with it. 30 $(MAKE) clean-retain-profile
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_fan_zone_yaml.pl | 39 # $fans{<name>}{<profile>} 45 # <profile> = cooling zone profile, such as air, water, or all 75 #Get the cooling zone and profile from the fan controller part 83 #If the profile isn't set, just set it to be 'all'. 84 my $profile = ""; 87 $profile = $targets->getAttribute($part, 91 if ($profile eq "") 93 $profile = "all"; 96 $fans{$name}{profile} = lc $profile; 138 print F " cooling_profile: $data->{profile}\n";
|
/openbmc/phosphor-webui/app/profile-settings/ |
H A D | index.js | 2 * A module for the Profile Settings page 4 * @module app/profile-settings/index 5 * @exports app/profile-settings/index 17 $routeProvider.when('/profile-settings', { 19 require('./controllers/profile-settings-controller.html'),
|
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
H A D | e2fsprogs-fix-missing-check-for-permission-denied.patch | 9 Couldn't init profile successfully (error: 13). 17 lib/support/profile.c | 2 +- 20 diff --git a/lib/support/profile.c b/lib/support/profile.c 22 --- a/lib/support/profile.c 23 +++ b/lib/support/profile.c
|
/openbmc/phosphor-buttons/inc/ |
H A D | power_button_profile_factory.hpp | 18 * Creates the custom power button profile class if one is set with 19 * the 'power-button-profile' meson option. 22 * profile is enabled. 44 // 'power-button-profile' option value. in createProfile() 63 * @brief Registers a power button profile with the factory. 65 * Declare a static instance of this at the top of the profile
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 872 RISCVCPUProfile *profile, in riscv_cpu_validate_profile_satp() 878 if (profile->satp_mode > satp_max) { in riscv_cpu_validate_profile_satp() 881 const char *req_satp = satp_mode_str(profile->satp_mode, is_32bit); in riscv_cpu_check_parent_profile() 884 warn_report("Profile %s requires satp mode %s, " in riscv_cpu_check_parent_profile() 885 "but satp mode %s was set", profile->name, in riscv_cpu_check_parent_profile() 897 RISCVCPUProfile *profile, in riscv_cpu_validate_profile() 900 if (!profile->present || !parent) { in riscv_cpu_validate_profile() 904 profile->present = parent->present; in riscv_cpu_validate_profile() 908 RISCVCPUProfile *profile) in riscv_cpu_validate_profile() 911 const char *warn_msg = "Profile in riscv_cpu_validate_profile() 857 riscv_cpu_validate_profile_satp(RISCVCPU * cpu,RISCVCPUProfile * profile,bool send_warn) riscv_cpu_validate_profile_satp() argument 882 riscv_cpu_check_parent_profile(RISCVCPU * cpu,RISCVCPUProfile * profile,RISCVCPUProfile * parent) riscv_cpu_check_parent_profile() argument 893 riscv_cpu_validate_profile(RISCVCPU * cpu,RISCVCPUProfile * profile) riscv_cpu_validate_profile() argument 1180 riscv_cpu_set_profile(RISCVCPU * cpu,RISCVCPUProfile * profile,bool enabled) riscv_cpu_set_profile() argument 1406 RISCVCPUProfile *profile = opaque; cpu_set_profile() local 1434 RISCVCPUProfile *profile = opaque; cpu_get_profile() local 1443 RISCVCPUProfile *profile = riscv_profiles[i]; riscv_cpu_add_profiles() local [all...] |
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/ |
H A D | migrator.patch | 13 lib/ephy-profile-utils.c | 4 ++-- 16 diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c 18 --- a/lib/ephy-profile-utils.c 19 +++ b/lib/ephy-profile-utils.c
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/ |
H A D | 0001-configure-Check-for-clang.patch | 46 …# PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inli… 47 - PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inlin… 48 + PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math ${ieefp} -D_REENTRANT -fsigned-char -fno-inline" 57 - PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";; 59 + PROFILE="-pg -g -O3 -ffast-math -D_REENTRANT";; 63 - PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";; 65 + PROFILE="-pg -g -O3 -ffast-math -mcpu=750 -D_REENTRANT";;
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Interop_Validator.robot | 6 ... interoperability profile given to it. 17 # In future, when the profile is available at https://redfish.dmtf.org/profiles/ 18 # Default profile available at data/openbmc_redfish_interop_profile.json 33 [Documentation] Check conformance based on the OpenBMC Interoperability profile.
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 83 profile_filename = "profile.log" 84 profile_processed_filename = "profile.log.processed" 143 if self.cooker.configuration.profile: 145 import cProfile as profile namespace 147 import profile 148 prof = profile.Profile() 150 ret = profile.Profile.runcall(prof, self.main) 152 prof.dump_stats("profile.log") 153 bb.utils.process_profilelog("profile.log") 154 …serverlog("Raw profiling information saved to profile.log and processed statistics to profile.log.… [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/ |
H A D | Xsession | 9 . /etc/profile 11 if [ -f $HOME/.profile ]; then 12 . $HOME/.profile
|
/openbmc/openbmc/poky/meta/recipes-core/base-files/ |
H A D | base-files_3.0.14.bb | 18 file://profile \ 24 file://share/dot.profile \ 62 ${sysconfdir}/nsswitch.conf ${sysconfdir}/profile \ 104 install -m 0644 ${S}/profile ${D}${sysconfdir}/profile 105 sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}${sysconfdir}/profile 106 sed -i 's#@BINDIR@#${bindir}#g' ${D}${sysconfdir}/profile 108 install -m 0755 ${S}/share/dot.profile ${D}${sysconfdir}/skel/.profile 168 CONFFILES:${PN} += "${sysconfdir}/motd ${sysconfdir}/nsswitch.conf ${sysconfdir}/profile"
|
/openbmc/openbmc/poky/scripts/ |
H A D | test-remote-image | 80 … nargs=1, dest="targetprofile", default='AutoTargetProfile', help='The target profile to be used.') 81 …tion="store", nargs=1, dest="repoprofile", default='PublicAB', help='The repo profile to be used.') 82 …ely. This needs the correct files to be present in the directory specified by the target profile.') 87 This class defines the meta profile for a specific target (MACHINE type + image type). 98 # This method is used as the standard interface with the target profile classes. 106 log.error('The target profile did not set a kernel file.') 112 log.error('The target profile did not set a rootfs file.') 118 log.error('The target profile did not set a manifest file.') 184 This class defines the meta profile for an images repository. 191 …# The following abstract methods are the interfaces to the repository profile classes derived from… [all …]
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-info.sh | 78 for profile in $profiles 81 echo " Found Profile $profile" 82 for prop in $(get_property_names "$service" "$profile" "$CONFIG_INTF") 84 echo " $prop: $(get_property "$service" "$profile" "$CONFIG_INTF" "$prop")"
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_date_and_time_sub_menu.robot | 42 ... (either UTC or browser offset) throughout the application, visit Profile Settings 94 # Set Default timezone in profile settings page. 95 Set Timezone In Profile Settings Page Default 109 Verify Profile Setting Button In Date And Time Page 110 [Documentation] Verify navigation to profile setting page after clicking 111 ... on profile setting button in date and time page. 116 Location Should Contain profile-settings 119 Verify Existence Of Timezone Buttons In Profile Settings Page 121 ... in Profile settings page 132 ... 'Browser offset' option is selected in Profile settings page. [all …]
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 3 ... By default running HTX mdt.bu profile for stress test. 34 # - Create HTX mdt profile 45 IF '${HTX_MDT_PROFILE}' == 'mdt.bu' Create Default MDT Profile 47 Run MDT Profile
|
H A D | test_boot_acceptance.robot | 16 # HTX_MDT_PROFILE MDT profile to be executed (e.g. "mdt.bu, net.mdt, etc") 38 # This configures the cron to reboot the system and re-run the HTX profile. 70 Run MDT Profile ${HTX_MDT_PROFILE} 92 Create Default MDT Profile
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | fans.yaml | 5 #profile, and sensor name(s). 10 # cooling_profile: [The cooling profile for the fan] 19 #The cooling zone, a number, and the cooling profile, a string,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | VoltageRegulatorMode.interface.yaml | 11 might be something more complex like, "Profile 1", "Profile 2", "Profile 3"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | postgresql-profile | 1 [ -f /etc/profile ] && source /etc/profile
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py | 53 # parser.add_option("--profile", action="store_true", dest="profile", default=False, 54 # help="profile rendering of chart (only useful when in batch mode indicated by -f)") 117 options.profile = False 166 if options.profile: 169 profile = '%s.prof' % os.path.splitext(filename)[0] 170 cProfile.runctx('render()', globals(), locals(), profile) 171 p = pstats.Stats(profile)
|
H A D | main.py.in | 53 # parser.add_option("--profile", action="store_true", dest="profile", default=False, 54 # help="profile rendering of chart (only useful when in batch mode indicated by -f)") 117 options.profile = False 166 if options.profile: 169 profile = '%s.prof' % os.path.splitext(filename)[0] 170 cProfile.runctx('render()', globals(), locals(), profile) 171 p = pstats.Stats(profile)
|