/openbmc/linux/tools/perf/util/ |
H A D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 20 struct ordered_event *last = oe->last; in queue_event() 24 ++oe->nr_events; in queue_event() 25 oe->last = new; in queue_event() 27 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event() 30 list_add(&new->list, &oe->events); in queue_event() 31 oe->max_timestamp = timestamp; in queue_event() 43 if (p == &oe->events) { in queue_event() 44 list_add_tail(&new->list, &oe->events); in queue_event() 45 oe->max_timestamp = timestamp; in queue_event() [all …]
|
H A D | ordered-events.h | 28 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 56 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 58 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 60 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); 61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, 63 void ordered_events__free(struct ordered_events *oe); 64 void ordered_events__reinit(struct ordered_events *oe); 65 u64 ordered_events__first_time(struct ordered_events *oe); 68 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/ |
H A D | 0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch | 31 martin@jama /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 li… 32 make -C libutil++/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/… 35 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil++/ -f … 38 martin@jama /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 li… 39 make -C libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/li… 42 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O… 45 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O… 48 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O… 51 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O… 54 make -C /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /O… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
H A D | packagegroup-meta-oe.bb | 1 SUMMARY = "Meta-oe ptest packagegroups" 8 packagegroup-meta-oe \ 9 packagegroup-meta-oe-benchmarks \ 10 packagegroup-meta-oe-bsp \ 11 packagegroup-meta-oe-connectivity \ 12 packagegroup-meta-oe-core \ 13 packagegroup-meta-oe-crypto \ 14 packagegroup-meta-oe-dbs \ 15 packagegroup-meta-oe-devtools \ 16 packagegroup-meta-oe-extended \ [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30_tasks.py | 8 import oe.cve_check 9 import oe.packagedata 10 import oe.patch 11 import oe.sbom30 12 import oe.spdx30 13 import oe.spdx_common 14 import oe.sdk 44 oe.spdx30.simplelicensing_SimpleLicensingText, 53 oe.spdx30.simplelicensing_SimpleLicensingText( 110 license_text_map[spdx_license] = oe.sbom30.get_element_link_id( [all …]
|
H A D | sbom30.py | 9 import oe.spdx30 15 import oe.spdx_common 28 @oe.spdx30.register(OE_SPDX_BASE + "id-alias") 29 class OEIdAliasExtension(oe.spdx30.extension_Extension): 62 oe.spdx30.StringProp(), 69 oe.spdx30.StringProp(), 75 @oe.spdx30.register(OE_SPDX_BASE + "file-name-alias") 76 class OEFileNameAliasExtension(oe.spdx30.extension_Extension): 85 oe.spdx30.ListProp(oe.spdx30.StringProp()), 90 @oe.spdx30.register(OE_SPDX_BASE + "license-scanned") [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | liboe.py | 9 import oe.path 21 Summary: oe.path.copytree() should copy files with special character 24 Product: OE-Core 27 testloc = oe.path.join(self.tmp_dir, 'liboetests') 28 src = oe.path.join(testloc, 'src') 29 dst = oe.path.join(testloc, 'dst') 35 open(oe.path.join(src, testfilename), 'w+b').close() 36 oe.path.copytree(src, dst) 39 fileindst = os.path.isfile(oe.path.join(dst, testfilename)) 42 oe.path.remove(testloc) [all …]
|
H A D | pkgdata.py | 26 result = runCmd('oe-pkgdata-util lookup-pkg "zlib busybox"') 28 result = runCmd('oe-pkgdata-util lookup-pkg zlib-dev') 30 result = runCmd('oe-pkgdata-util lookup-pkg nonexistentpkg', ignore_status=True) 34 result = runCmd('oe-pkgdata-util lookup-pkg -r "libz1 busybox"') 36 result = runCmd('oe-pkgdata-util lookup-pkg -r libz-dev') 38 result = runCmd('oe-pkgdata-util lookup-pkg -r nonexistentpkg', ignore_status=True) 43 result = runCmd('oe-pkgdata-util read-value PN libz1') 45 result = runCmd('oe-pkgdata-util read-value PKG libz1') 47 result = runCmd('oe-pkgdata-util read-value PKGSIZE m4') 52 result = runCmd('oe-pkgdata-util find-path /usr/lib/libz.so.1') [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 4 # name is the major distribution equivalent to the name used in oe-core 12 DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core" 13 DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core" 14 DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core" 25 DISTRO_PN_ALIAS:pn-builder = "OE-Core" 26 DISTRO_PN_ALIAS:pn-buildtools-tarball = "OE-Core" 30 DISTRO_PN_ALIAS:pn-connman-conf = "OE-Core" 33 DISTRO_PN_ALIAS:pn-core-image-base = "OE-Core" 34 DISTRO_PN_ALIAS:pn-core-image-full-cmdline = "OE-Core" 35 DISTRO_PN_ALIAS:pn-core-image-kernel-dev = "OE-Core" [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 29 annotation = oe.spdx.SPDXAnnotation() 49 import oe.spdx 59 extracted_info = oe.spdx.SPDXExtractedLicensingInfo() 120 import oe.spdx 121 import oe.spdx_common 142 spdx_file = oe.spdx.SPDXFile() 164 spdx_file.checksums.append(oe.spdx.SPDXChecksum( 168 spdx_file.checksums.append(oe.spdx.SPDXChecksum( 174 extracted_lics = oe.spdx_common.extract_licenses(filepath) 198 import oe.packagedata [all …]
|
H A D | spdx-common.bbclass | 23 SPDX_TOOL_NAME ??= "oe-spdx-creator" 43 import oe.spdx_common 51 if oe.spdx_common.has_task(d, "do_unpack"): 54 if oe.spdx_common.is_work_shared_spdx(d) and \ 55 oe.spdx_common.process_sources(d): 57 if oe.spdx_common.has_task(d, "do_shared_workdir"): 63 if oe.spdx_common.has_task(d, "do_preconfigure"): 65 elif oe.spdx_common.has_task(d, "do_patch"): 68 elif oe.spdx_common.has_task(d, "do_configure"): 82 import oe.spdx_common [all …]
|
H A D | prexport.bbclass | 22 import oe.prservice 26 retval = oe.prservice.prserv_dump_db(e.data) 33 oe.prservice.prserv_export_tofile(e.data, None, datainfo, False) 39 retval = oe.prservice.prserv_dump_db(e.data) 43 oe.prservice.prserv_export_tofile(e.data, None, datainfo, False) 46 import oe.prservice 47 oe.prservice.prserv_check_avail(e.data) 51 import oe.prservice 55 retval = oe.prservice.prserv_dump_db(d) 60 oe.prservice.prserv_export_tofile(d, metainfo, None, True)
|
H A D | terminal.bbclass | 19 import oe.terminal 20 return " ".join(o.name for o in oe.terminal.prioritized()) 47 import oe.data 48 import oe.terminal 56 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d): 91 terminal = oe.data.typed_value('OE_TERMINAL', d).lower() 96 oe.terminal.spawn(terminal, command, title, None, d) 98 except oe.terminal.UnsupportedTerminal: 101 except oe.terminal.ExecutionError as exc: 105 oe.terminal.spawn_preferred(command, title, None, d) [all …]
|
H A D | copyleft_filter.bbclass | 41 for recipe_type in oe.data.typed_value('COPYLEFT_AVAILABLE_RECIPE_TYPES', d): 42 if oe.utils.inherits(d, recipe_type): 51 import oe.license 55 if recipe_type not in oe.data.typed_value('COPYLEFT_RECIPE_TYPES', d): 60 include = oe.data.typed_value('COPYLEFT_LICENSE_INCLUDE', d) 61 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d) 64 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude) 65 except oe.license.LicenseError as exc: 77 for name in oe.data.typed_value('COPYLEFT_PN_INCLUDE', d)): 80 for name in oe.data.typed_value('COPYLEFT_PN_EXCLUDE', d)):
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | elf.py | 8 import oe.qa 15 self.assertEqual(oe.qa.elf_machine_to_string(0x02), "SPARC") 16 self.assertEqual(oe.qa.elf_machine_to_string(0x03), "x86") 17 self.assertEqual(oe.qa.elf_machine_to_string(0x08), "MIPS") 18 self.assertEqual(oe.qa.elf_machine_to_string(0x14), "PowerPC") 19 self.assertEqual(oe.qa.elf_machine_to_string(0x28), "ARM") 20 self.assertEqual(oe.qa.elf_machine_to_string(0x2A), "SuperH") 21 self.assertEqual(oe.qa.elf_machine_to_string(0x32), "IA-64") 22 self.assertEqual(oe.qa.elf_machine_to_string(0x3E), "x86-64") 23 self.assertEqual(oe.qa.elf_machine_to_string(0xB7), "AArch64") [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | create-spdx-sdk-3.0.bbclass | 24 import oe.spdx30_tasks 27 oe.spdx30_tasks.sdk_create_spdx(d, "host", spdx_work_dir, d.getVar("TOOLCHAIN_OUTPUTNAME")) 32 import oe.spdx30_tasks 35 oe.spdx30_tasks.sdk_create_spdx(d, "target", spdx_work_dir, d.getVar("TOOLCHAIN_OUTPUTNAME")) 40 import oe.spdx30_tasks 44 oe.spdx30_tasks.sdk_create_spdx(d, "host", spdx_work_dir, d.getVar("TOOLCHAINEXT_OUTPUTNAME")) 49 import oe.spdx30_tasks 53 oe.spdx30_tasks.sdk_create_spdx(d, "target", spdx_work_dir, d.getVar("TOOLCHAINEXT_OUTPUTNAME")) 59 import oe.spdx30_tasks 63 … oe.spdx30_tasks.create_sdk_sbom(d, sdk_deploydir, spdx_work_dir, d.getVar("TOOLCHAIN_OUTPUTNAME")) [all …]
|
H A D | license_image.bbclass | 13 if not oe.data.typed_value('LICENSE_CREATE_PACKAGE', d): 14 features = set(oe.data.typed_value('IMAGE_FEATURES', d)) 23 from oe.rootfs import image_list_installed_packages 24 from oe.utils import format_pkg_list 33 import oe.packagedata 34 from oe.rootfs import image_list_installed_packages 46 pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info) 61 bad_licenses = oe.license.expand_wildcard_licenses(d, bad_licenses) 68 … remaining_bad_licenses = oe.license.apply_pkg_license_exception(pkg, bad_licenses, exceptions) 69 …incompatible_licenses = oe.license.incompatible_pkg_license(d, remaining_bad_licenses, pkg_dic[pkg… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/ |
H A D | heaptrack_1.2.0.bb | 39 # Change Dir: '/OE/lge/build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack… 42 …OE/lge/build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack/1.2.0/recipe-sysroot-n… 44 …OE/lge/build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack/1.2.0/recipe-sysroot-n…
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 22 struct omfs_extent *oe = (struct omfs_extent *) &bh->b_data[offset]; in omfs_make_empty_table() local 24 oe->e_next = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 25 oe->e_extent_count = cpu_to_be32(1), in omfs_make_empty_table() 26 oe->e_fill = cpu_to_be32(0x22), in omfs_make_empty_table() 27 oe->e_entry[0].e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry[0].e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 34 struct omfs_extent *oe; in omfs_shrink_inode() local 56 oe = (struct omfs_extent *)(&bh->b_data[OMFS_EXTENT_START]); in omfs_shrink_inode() 64 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_shrink_inode() 70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode() [all …]
|
/openbmc/linux/fs/overlayfs/ |
H A D | ovl_entry.h | 127 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() argument 129 return oe ? oe->__numlower : 0; in ovl_numlower() 132 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() argument 134 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack() 137 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() argument 139 return ovl_lowerstack(oe); in ovl_lowerpath() 142 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() argument 144 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata() 146 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata() 150 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() argument [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | patch.bbclass | 18 PATCH_GIT_USER_EMAIL ?= "oe.patch@oe" 65 import oe.patch 82 … oe.patch.GitApplyTree.commitIgnored("Add changes from %s" % func, dir=srcsubdir, files=['.'], d=d) 86 import oe.patch 87 return oe.patch.src_patches(d, all, expand) 91 import oe.patch 92 return oe.patch.should_apply(parm, d) 97 import oe.patch 100 "patch": oe.patch.PatchTree, 101 "quilt": oe.patch.QuiltTree, [all …]
|
H A D | insane.bbclass | 103 …oe.qa.handle_error("shebang-size", "%s: %s maximum shebang size exceeded, the maximum size is 128.… 115 …oe.qa.handle_error("libexec", "%s: %s is using libexec please relocate to %s" % (name, package_qa_… 137 …oe.qa.handle_error("rpaths", "%s: %s contains bad RPATH %s" % (name, package_qa_clean_path(file, d… 164 …oe.qa.handle_error("useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (name, packag… 173 … oe.qa.handle_error("dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%s'" % \ 185 oe.qa.handle_error("dev-elf", "-dev package %s contains non-symlink .so '%s'" % \ 198 …oe.qa.handle_error("staticdev", "non -staticdev package contains static .a library: %s path '%s'" … 209 …oe.qa.handle_error("mime", "package contains mime types but does not inherit mime: %s path '%s'" %… 236 oe.qa.handle_error("mime-xdg", wstr, d) 238 …oe.qa.handle_error("mime-xdg", "%s: contains desktop file with key 'MimeType' but does not inhert … [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 30 /* oe = 0, pu = 0, od = 0 */ 32 /* oe = 0, pu = 1, od = 0 */ 34 /* oe = 1, pu = 0, od = 0 */ 35 #define OUT (OE) 36 /* oe = 1, pu = 0, od = 1 */ 37 #define BIDIR (OE | OD) 38 /* oe = 1, pu = 1, od = 1 */ 39 #define BIDIR_PU (OE | PU | OD)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | st-pincfg.h | 14 #define OE (1 << 27) macro 29 /* oe = 0, pu = 0, od = 0 */ 31 /* oe = 0, pu = 1, od = 0 */ 33 /* oe = 1, pu = 0, od = 0 */ 34 #define OUT (OE) 35 /* oe = 1, pu = 0, od = 1 */ 36 #define BIDIR (OE | OD) 37 /* oe = 1, pu = 1, od = 1 */ 38 #define BIDIR_PU (OE | PU | OD)
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-sti.c | 22 #define OE (1 << 27) macro 29 /* oe = 0, pu = 0, od = 0 */ 31 /* oe = 0, pu = 1, od = 0 */ 33 /* oe = 1, pu = 0, od = 0 */ 34 #define OUT (OE) 35 /* oe = 1, pu = 1, od = 0 */ 36 #define OUT_PU (OE | PU) 37 /* oe = 1, pu = 0, od = 1 */ 38 #define BIDIR (OE | OD) 39 /* oe = 1, pu = 1, od = 1 */ [all …]
|