/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | restapi.py | 78 branches = params['branch'].split(',') 79 index.config['BRANCH'] = branches 81 branches = ['*'] 84 def load_cache(path, index, branches=[]): argument 89 # Filter the branches on loaded files... 91 for branch in branches: 93 if 'branches' in pindex: 94 for br in pindex['branches']: 98 if 'branches' in pindex: 99 for br in pindex['branches']: [all …]
|
H A D | cooker.py | 71 def _load_bblayers(self, branches=None): argument 76 if not branches: 77 raise layerindexlib.LayerIndexFetchError("No branches specified for _load_bblayers!") 82 index.branches = {} 102 for branch in branches: 104 index.branches[branchId] = layerindexlib.Branch(index, None) 105 index.branches[branchId].define_data(branchId, branch, bb_branch) 141 for branchId in index.branches: 172 branches = params['branch'].split(',') 174 branches = ['HEAD'] [all …]
|
H A D | __init__.py | 191 Note: the 'branch' parameter if set can select multiple branches by using 290 If a branch has not been specified, we will iterate over the branches in 303 If a branch has not been specified, we will iterate over the branches in 309 branches = [branch] 311 branches = None 315 layerBranch = index.find_collection(collection, version, branches) 325 If a branch has not been specified, we will iterate over the branches in 329 branches = [branch] 331 branches = None 334 layerBranch = index.find_layerbranch(name, branches) [all …]
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | releases.md | 5 …branches are “stable”, and only take bug fixes or security-critical upgrades. Active development o… 8 …branches (not just bug fixes). This will allow for a more stable software platform for software to… 20 Named branches for meta-arm will be released as close as possible to the release of the YP LTS rele… 22 …branches it is assumed that there will only be two active development branches at any given time: … 24 Named branch release will coincide with Yocto Project releases. These non-LTS branches will be bug … 30 … is created based on the current meta-arm master branch. Previous named branches are now frozen an…
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-intel-pt.txt | 35 or "branches" events had been recorded. Presently 3 tools support this: 98 To represent software control flow, "branches" samples are produced. By default 159 Note IPC for "branches" events is calculated separately from IPC for "instructions" 179 Another note, in the case of "branches" events, non-taken branches are not 191 branches, and supports 2 additional modes selected by option: 910 b synthesize "branches" events 914 c synthesize branches events (calls only) 915 r synthesize branches events (returns only) 936 TNT packet representing multiple branches) happens causes a packet to 942 "Branches" events look like they were recorded by "perf record -e branches". "c" [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | pipeline.json | 21 "BriefDescription": "Speculative and retired branches", 24 "PublicDescription": "Counts all near executed branches (not necessarily retired).", 29 "BriefDescription": "Speculative and retired macro-conditional branches", 32 "PublicDescription": "Speculative and retired macro-conditional branches.", 37 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 40 …"PublicDescription": "Speculative and retired macro-unconditional branches excluding calls and ind… 53 "BriefDescription": "Speculative and retired indirect branches excluding calls and returns", 56 … "PublicDescription": "Speculative and retired indirect branches excluding calls and returns.", 61 "BriefDescription": "Speculative and retired indirect return branches.", 68 "BriefDescription": "Not taken macro-conditional branches", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
H A D | pipeline.json | 21 "BriefDescription": "Speculative and retired branches", 24 "PublicDescription": "Counts all near executed branches (not necessarily retired).", 29 "BriefDescription": "Speculative and retired macro-conditional branches", 32 "PublicDescription": "Speculative and retired macro-conditional branches.", 37 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 40 …"PublicDescription": "Speculative and retired macro-unconditional branches excluding calls and ind… 53 "BriefDescription": "Speculative and retired indirect branches excluding calls and returns", 56 … "PublicDescription": "Speculative and retired indirect branches excluding calls and returns.", 61 "BriefDescription": "Speculative and retired indirect return branches.", 68 "BriefDescription": "Not taken macro-conditional branches", [all …]
|
/openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
H A D | os-release.bbappend | 1 # This recipe append assumes that all YADRO branches follow the 10 # Release branches (release/<machine>/vX) are expected to be forked off 12 # <machine>-vX.Y[-rcZ|-dev*]. All release branches without machine tags, 13 # as well as any non-release branches produce 'Unofficial' builds. 14 # So do the release branches with -rc or -dev suffix in the latest tag. 33 # This is for <type>/<product>/<description> branches 34 # and <type>/<product>/<any>/<level>/<of>/<hierarchy> branches alike 37 # This is for "merge/upstream", "master" and any arbitrary branches 60 # For release branches:
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/ |
H A D | pipeline.json | 90 "BriefDescription": "Unconditional branches executed", 97 "BriefDescription": "Unconditional call branches executed", 104 "BriefDescription": "Indirect call branches executed", 111 "BriefDescription": "Indirect non call branches executed", 118 "BriefDescription": "Call branches executed", 125 "BriefDescription": "All non call branches executed", 132 "BriefDescription": "Indirect return branches executed", 139 "BriefDescription": "Taken branches executed", 170 "BriefDescription": "Mispredicted branches executed", 177 "BriefDescription": "Mispredicted conditional branches executed", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/ |
H A D | pipeline.json | 90 "BriefDescription": "Unconditional branches executed", 97 "BriefDescription": "Unconditional call branches executed", 104 "BriefDescription": "Indirect call branches executed", 111 "BriefDescription": "Indirect non call branches executed", 118 "BriefDescription": "Call branches executed", 125 "BriefDescription": "All non call branches executed", 132 "BriefDescription": "Indirect return branches executed", 139 "BriefDescription": "Taken branches executed", 170 "BriefDescription": "Mispredicted branches executed", 177 "BriefDescription": "Mispredicted conditional branches executed", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/ |
H A D | pipeline.json | 90 "BriefDescription": "Unconditional branches executed", 97 "BriefDescription": "Unconditional call branches executed", 104 "BriefDescription": "Indirect call branches executed", 111 "BriefDescription": "Indirect non call branches executed", 118 "BriefDescription": "Call branches executed", 125 "BriefDescription": "All non call branches executed", 132 "BriefDescription": "Indirect return branches executed", 139 "BriefDescription": "Taken branches executed", 170 "BriefDescription": "Mispredicted branches executed", 177 "BriefDescription": "Mispredicted conditional branches executed", [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | layerindex.py | 55 switching branches if necessary and possible. 87 def _construct_url(baseurls, branches): argument 96 if branches: 97 baseurl += ";branch=%s" % ','.join(branches) 106 branches = [args.branch] 108 … branches = (self.tinfoil.config_data.getVar('LAYERSERIES_CORENAMES') or 'master').split() 109 logger.debug('Trying branches: %s' % branches) 136 for remoteurl in _construct_url(apiurl, branches): 141 logger.error("Remote layer index %s is empty for branches %s" % (apiurl, branches))
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/ |
H A D | pipeline.json | 90 "BriefDescription": "Unconditional branches executed", 97 "BriefDescription": "Unconditional call branches executed", 104 "BriefDescription": "Indirect call branches executed", 111 "BriefDescription": "Indirect non call branches executed", 118 "BriefDescription": "Call branches executed", 125 "BriefDescription": "All non call branches executed", 132 "BriefDescription": "Indirect return branches executed", 139 "BriefDescription": "Taken branches executed", 170 "BriefDescription": "Mispredicted branches executed", 177 "BriefDescription": "Mispredicted conditional branches executed", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/ |
H A D | pipeline.json | 90 "BriefDescription": "Unconditional branches executed", 97 "BriefDescription": "Unconditional call branches executed", 104 "BriefDescription": "Indirect call branches executed", 111 "BriefDescription": "Indirect non call branches executed", 118 "BriefDescription": "Call branches executed", 125 "BriefDescription": "All non call branches executed", 132 "BriefDescription": "Indirect return branches executed", 139 "BriefDescription": "Taken branches executed", 170 "BriefDescription": "Mispredicted branches executed", 177 "BriefDescription": "Mispredicted conditional branches executed", [all …]
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | asm-macros.h | 91 * Tests the bit in reg2 and branches to label if the 103 * Tests the bit in reg2 and branches to label if the 180 * original bit was zero it branches to label. 193 * original bit was non-zero it branches to label. 206 * original bit was zero it branches to label. 219 * original bit was non-zero it branches to label. 232 * original bit was zero it branches to label. 245 * original bit was non-zero it branches to label. 257 * If the all the bits in the mask are zero it branches to label. 269 * If the any of the bits in the mask are 1 it branches to label.
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | development-environment.rst | 171 - Be sure to always work in matching branches for both the selected 226 The Yocto Project files are maintained using Git in "branches" whose Git 227 histories track every change and whose structures provide branches for 248 branches in this repository using the web interface of the 250 area. These branches hold changes (commits) to the project that have 254 branches into the "master" branch of the Git repository. 257 maintain cloned repositories of upstream branches. The cloned 305 - *Use Branches Liberally:* It is very easy to create, use, and delete 306 local branches in your working Git repository on the development 307 host. You can name these branches anything you like. It is helpful to [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/ |
H A D | pipeline.json | 7 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 15 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 24 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 33 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 42 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 51 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 60 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 69 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 78 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… 87 …branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the target ad… [all …]
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | maint-appx.rst | 17 list all necessary patches, configurations, branches, tags, and feature 30 kernel that branches off ``linux.org`` version 4.12 and the 43 on your local machine, you can discover the branches that are available 60 Branches in the ``yocto-kernel-cache`` repository correspond to Yocto Linux 63 Once you have checked out and switched to appropriate branches, you can 69 As mentioned, branches in the ``yocto-kernel-cache`` repository 71 Branches contain descriptions in the form of ``.scc`` and ``.cfg`` 131 all the branches, tags, patches and configurations that need to be 140 branches checked out and any required branching, patching and tagging 159 become an integrated part of the branches.
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-soc.rst | 141 Branches and Pull Requests 144 Just as the main SoC tree has several branches, it is expected that 146 all be split into separate branches and appear in separate pull requests to the 148 regressions that originate from dependencies on other branches. 154 top-level branches, e.g. for a treewide rework, or the addition of new SoC 157 Branches with a lot of changes can benefit from getting split up into separate 158 topics branches, even if they end up getting merged into the same branch of the 168 small branches as time gets closer to the merge window. 171 again having multiple smaller branches is better than trying to combine too many
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest-get-branch | 24 # get all remotes branches 28 branches = [b.split('/')[-1] for b in gitbranches] 57 for branch in branches: 58 # ignore branches named "core" 63 # if there's no mprefix content or no known branches were found in
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CircuitCollection.json | 94 "/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Branches", 96 "/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Branches", 99 "/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Branches", 102 "/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Branches", 106 "/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Branches", 108 "/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Branches"
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | pipeline.json | 11 "BriefDescription": "Speculative and retired branches", 19 "BriefDescription": "Speculative and retired macro-conditional branches", 27 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 43 "BriefDescription": "Speculative and retired indirect branches excluding calls and returns", 46 … taken and not taken speculative and retired indirect branches excluding calls and return branches… 51 "BriefDescription": "Speculative and retired indirect return branches.", 54 … event counts both taken and not taken speculative and retired indirect branches that have a retur… 59 "BriefDescription": "Not taken macro-conditional branches", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 78 …culative and retired macro-conditional branch instructions excluding calls and indirect branches.", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | pipeline.json | 11 "BriefDescription": "Speculative and retired branches", 19 "BriefDescription": "Speculative and retired macro-conditional branches", 27 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 43 "BriefDescription": "Speculative and retired indirect branches excluding calls and returns", 46 … taken and not taken speculative and retired indirect branches excluding calls and return branches… 51 "BriefDescription": "Speculative and retired indirect return branches.", 54 … event counts both taken and not taken speculative and retired indirect branches that have a retur… 59 "BriefDescription": "Not taken macro-conditional branches", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 78 …culative and retired macro-conditional branch instructions excluding calls and indirect branches.", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/ |
H A D | pipeline.json | 11 "BriefDescription": "Speculative and retired branches", 19 "BriefDescription": "Speculative and retired macro-conditional branches", 27 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 43 "BriefDescription": "Speculative and retired indirect branches excluding calls and returns", 46 … taken and not taken speculative and retired indirect branches excluding calls and return branches… 51 "BriefDescription": "Speculative and retired indirect return branches.", 54 … event counts both taken and not taken speculative and retired indirect branches that have a retur… 59 "BriefDescription": "Not taken macro-conditional branches", 67 "BriefDescription": "Taken speculative and retired macro-conditional branches", 78 …culative and retired macro-conditional branch instructions excluding calls and indirect branches.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CircuitCollection_v1.xml | 57 <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Branches</String> 59 <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Branches</String> 62 … <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Branches</String> 65 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Branches</String> 69 <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Branches</String> 71 … <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Branches</String>
|