Home
last modified time | relevance | path

Searched refs:profile (Results 76 – 100 of 567) sorted by relevance

12345678910>>...23

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in53 # 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)
/openbmc/linux/drivers/hid/
H A Dhid-roccat-koneplus.c253 unsigned long profile; in koneplus_sysfs_set_actual_profile() local
261 retval = kstrtoul(buf, 10, &profile); in koneplus_sysfs_set_actual_profile()
265 if (profile > 4) in koneplus_sysfs_set_actual_profile()
270 retval = koneplus_set_actual_profile(usb_dev, profile); in koneplus_sysfs_set_actual_profile()
276 koneplus_profile_activated(koneplus, profile); in koneplus_sysfs_set_actual_profile()
279 roccat_report.data1 = profile + 1; in koneplus_sysfs_set_actual_profile()
281 roccat_report.profile = profile + 1; in koneplus_sysfs_set_actual_profile()
508 roccat_report.profile = koneplus->actual_profile + 1; in koneplus_report_to_chrdev()
H A Dhid-roccat-arvo.c158 unsigned long profile; in arvo_sysfs_set_actual_profile() local
161 retval = kstrtoul(buf, 10, &profile); in arvo_sysfs_set_actual_profile()
165 if (profile < 1 || profile > 5) in arvo_sysfs_set_actual_profile()
169 temp_buf.actual_profile = profile; in arvo_sysfs_set_actual_profile()
175 arvo->actual_profile = profile; in arvo_sysfs_set_actual_profile()
393 roccat_report.profile = arvo->actual_profile; in arvo_report_to_chrdev()
H A Dhid-roccat-kovaplus.c283 unsigned long profile; in kovaplus_sysfs_set_actual_profile() local
291 retval = kstrtoul(buf, 10, &profile); in kovaplus_sysfs_set_actual_profile()
295 if (profile >= 5) in kovaplus_sysfs_set_actual_profile()
299 retval = kovaplus_set_actual_profile(usb_dev, profile); in kovaplus_sysfs_set_actual_profile()
305 kovaplus_profile_activated(kovaplus, profile); in kovaplus_sysfs_set_actual_profile()
308 roccat_report.profile = profile + 1; in kovaplus_sysfs_set_actual_profile()
310 roccat_report.data1 = profile + 1; in kovaplus_sysfs_set_actual_profile()
583 roccat_report.profile = kovaplus->actual_profile + 1; in kovaplus_report_to_chrdev()
/openbmc/qemu/configs/targets/
H A Darm-linux-user.mak4 …-xml/arm-vfp-sysregs.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml gdb-xml/arm-m-profile-mve.…
H A Darmeb-linux-user.mak5 …-xml/arm-vfp-sysregs.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml gdb-xml/arm-m-profile-mve.…
H A Daarch64-softmmu.mak4 …-xml/arm-vfp-sysregs.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml gdb-xml/arm-m-profile-mve.…
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py143 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)
405 if self.cooker.configuration.profile:
407 import cProfile as profile namespace
409 import profile
410 prof = profile.Profile()
581 self.profile = profile
[all …]
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dprofile1 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
19 if [ -d /etc/profile.d ]; then
20 for i in /etc/profile.d/*.sh; do
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dintro.rst35 after adding ``tools-profile`` to your ``local.conf`` file. So, in order to be able
43 Alternatively, you can add ``tools-profile`` to the :term:`EXTRA_IMAGE_FEATURES` line in
46 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile"
48 If you use the ``tools-profile`` method, you don't need to build an sdk image ---
72 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs"
/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/
H A Ddistcc-config.bb19 install -d ${D}${sysconfdir}/profile.d
20 install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-hypervisor-xen22 "self" The guest can profile itself
23 "hv" The guest can profile itself and, if it is
25 "all" The guest can profile itself, the hypervisor
/openbmc/linux/security/apparmor/include/
H A Dnet.h93 int aa_profile_af_perm(struct aa_profile *profile,
99 static inline int aa_profile_af_sk_perm(struct aa_profile *profile, in aa_profile_af_sk_perm() argument
104 return aa_profile_af_perm(profile, ad, request, sk->sk_family, in aa_profile_af_sk_perm()
H A Dperms.h206 void aa_apply_modes_to_perms(struct aa_profile *profile,
210 void aa_profile_match_label(struct aa_profile *profile,
213 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target,
216 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c121 i40e_add_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_add_pinfo() argument
139 pinfo->version = profile->version; in i40e_add_pinfo()
144 memcpy(pinfo->name, profile->name, I40E_DDP_NAME_SIZE); in i40e_add_pinfo()
161 i40e_del_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_del_pinfo() argument
179 pinfo->version = profile->version; in i40e_del_pinfo()
184 memcpy(pinfo->name, profile->name, I40E_DDP_NAME_SIZE); in i40e_del_pinfo()
/openbmc/linux/security/tomoyo/
H A Dutil.c992 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, in tomoyo_get_mode() argument
1000 p = tomoyo_profile(ns, profile); in tomoyo_get_mode()
1022 u8 profile; in tomoyo_init_request_info() local
1028 profile = domain->profile; in tomoyo_init_request_info()
1029 r->profile = profile; in tomoyo_init_request_info()
1031 r->mode = tomoyo_get_mode(domain->ns, profile, index); in tomoyo_init_request_info()
1095 if (count < tomoyo_profile(domain->ns, domain->profile)-> in tomoyo_domain_quota_is_ok()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1512 if (profile->cam_entries != profile->action_entries) { in npc_program_kpu_profile()
1515 kpu, profile->cam_entries, profile->action_entries); in npc_program_kpu_profile()
1533 num_entries = min_t(int, profile->action_entries, profile->cam_entries); in npc_program_kpu_profile()
1552 profile->custom = 0; in npc_prepare_default_kpu()
1553 profile->name = def_pfl_name; in npc_prepare_default_kpu()
1610 profile->kpus); in npc_apply_custom_kpu()
1614 profile->custom = 1; in npc_apply_custom_kpu()
1615 profile->name = fw->name; in npc_apply_custom_kpu()
1617 profile->mkex = &fw->mkex; in npc_apply_custom_kpu()
1618 profile->lt_def = &fw->lt_def; in npc_apply_custom_kpu()
[all …]
/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/
H A Dphal-devtree.bb20 install -d ${D}${sysconfdir}/profile.d
21 ln -s ${PDATA_DTB_PATH}/${DTB_FILE_ENV} ${D}${sysconfdir}/profile.d/${DTB_FILE_ENV}
/openbmc/qemu/docs/system/arm/
H A Demulation.rst3 A-profile CPU architecture support
7 Armv8 versions of the A-profile architecture. It also has support for
120 R-profile CPU architecture support
123 QEMU's TCG emulation support for R-profile CPUs is currently limited.
126 M-profile CPU architecture support
130 Armv8.1-M versions of the M-profile architucture. It also has support
152 M-profile.
/openbmc/phosphor-buttons/
H A Dmeson.options23 'power-button-profile',
27 description : 'Used to select a custom power button behavior profile.'
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c51 static int ufshcd_crypto_keyslot_program(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_program() argument
56 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_program()
109 static int ufshcd_crypto_keyslot_evict(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_evict() argument
114 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_evict()
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst52 # intel-speed-select perf-profile --help
56 # intel-speed-select perf-profile info --help
143 # intel-speed-select perf-profile info -l 0
149 perf-profile-level-0
172 # intel-speed-select perf-profile info -l 4
178 perf-profile-level-4
249 perf-profile
562 perf-profile-level-0
755 perf-profile-level-0
772 # intel-speed-select perf-profile info -l 0
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/images/
H A Dcore-image-kernel-dev.bb8 KERNEL_DEV_TOOLS ?= "packagegroup-core-tools-profile packagegroup-core-buildessential kernel-devsrc"
23 IMAGE_FEATURES += "tools-profile"
/openbmc/linux/drivers/devfreq/
H A Dgovernor.h122 if (!df->profile->get_dev_status) in devfreq_update_stats()
125 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A Dmemory-monitor.patch20 gio/tests/power-profile-monitor-dbus.py.in | 35 ++++++-----
21 gio/tests/power-profile-monitor-portal.py.in | 34 ++++++-----
224 diff --git a/gio/tests/power-profile-monitor-dbus.py.in b/gio/tests/power-profile-monitor-dbus.py.in
226 --- a/gio/tests/power-profile-monitor-dbus.py.in
227 +++ b/gio/tests/power-profile-monitor-dbus.py.in
297 diff --git a/gio/tests/power-profile-monitor-portal.py.in b/gio/tests/power-profile-monitor-portal.…
299 --- a/gio/tests/power-profile-monitor-portal.py.in
300 +++ b/gio/tests/power-profile-monitor-portal.py.in

12345678910>>...23