Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dordered-events.c18 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 Dordered-events.h27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
57 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
60 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
62 void ordered_events__free(struct ordered_events *oe);
63 void ordered_events__reinit(struct ordered_events *oe);
64 u64 ordered_events__first_time(struct ordered_events *oe);
67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb1 SUMMARY = "Meta-oe ptest packagegroups"
8 packagegroup-meta-oe \
9 packagegroup-meta-oe-benchmarks \
10 packagegroup-meta-oe-connectivity \
11 packagegroup-meta-oe-connectivity-python2 \
12 packagegroup-meta-oe-core \
13 packagegroup-meta-oe-crypto \
14 packagegroup-meta-oe-bsp \
15 packagegroup-meta-oe-dbs \
16 packagegroup-meta-oe-dbs-python2 \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/
H A D0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch9 Fixes sysdig from meta-oe and other recipes (like com.webos.service.tts
13 | : && /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot-native/us…
14oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot -O2 -pipe -g -feliminate…
15oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0=/usr/src/debug/sysdig/0.27.1-r0 …
16 ild/oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot-native= -fvisibility-…
17 /oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot -Wall -ggdb -std=c++0x …
18oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot -O2 -pipe -g -feliminate…
19oe-core/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0=/usr/src/debug/sysdig/0.27.1-r0 …
20oe-linux/sysdig/0.27.1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m64 -march=core2 -…
21oe-linux/sysdig/0.27.1-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-pref…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dliboe.py7 import oe.path
25 testloc = oe.path.join(self.tmp_dir, 'liboetests')
26 src = oe.path.join(testloc, 'src')
27 dst = oe.path.join(testloc, 'dst')
33 open(oe.path.join(src, testfilename), 'w+b').close()
34 oe.path.copytree(src, dst)
37 fileindst = os.path.isfile(oe.path.join(dst, testfilename))
40 oe.path.remove(testloc)
50 testloc = oe.path.join(self.tmp_dir, 'liboetests')
51 src = oe.path.join(testloc, 'src')
[all …]
H A Drecipeutils.py27 import oe.recipeutils
30 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
62 import oe.recipeutils
68 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
89 import oe.recipeutils
93 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
114 import oe.recipeutils
127 result = oe.recipeutils.validate_pn(pn)
134 import oe.recipeutils
135 …res = oe.recipeutils.split_var_value('test.1 test.2 ${@call_function("hi there world", false)} tes…
H A Dpackage.py8 import oe.path
32 cls.staging = oe.path.join(vars["STAGING_DIR"], vars["BUILD_ARCH"])
33 cls.bindir = oe.path.join(cls.staging, vars["bindir_native"])
34 cls.libdir = oe.path.join(cls.staging, vars["libdir_native"])
45 …status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
50 …status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
55 …status = subprocess.call((oe.path.join(self.bindir, "dpkg"), "--compare-versions", ver1, op, ver2))
61 … status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
66 … status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
71 … status = subprocess.call((oe.path.join(self.bindir, "opkg"), "compare-versions", ver1, op, ver2))
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Delf.py6 import oe.qa
13 self.assertEqual(oe.qa.elf_machine_to_string(0x02), "SPARC")
14 self.assertEqual(oe.qa.elf_machine_to_string(0x03), "x86")
15 self.assertEqual(oe.qa.elf_machine_to_string(0x08), "MIPS")
16 self.assertEqual(oe.qa.elf_machine_to_string(0x14), "PowerPC")
17 self.assertEqual(oe.qa.elf_machine_to_string(0x28), "ARM")
18 self.assertEqual(oe.qa.elf_machine_to_string(0x2A), "SuperH")
19 self.assertEqual(oe.qa.elf_machine_to_string(0x32), "IA-64")
20 self.assertEqual(oe.qa.elf_machine_to_string(0x3E), "x86-64")
21 self.assertEqual(oe.qa.elf_machine_to_string(0xB7), "AArch64")
[all …]
H A Dlicense.py6 import oe.license
8 class SeenVisitor(oe.license.LicenseVisitor):
11 oe.license.LicenseVisitor.__init__(self)
40 with self.assertRaises(oe.license.InvalidLicense) as cm:
62 licenses = oe.license.flattened_licenses(license, choose)
100 is_included, licenses = oe.license.is_included(
/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c22 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.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
28 oe->e_entry.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 …]
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dutil.c93 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local
95 if (oe) in ovl_alloc_entry()
96 oe->numlower = numlower; in ovl_alloc_entry()
98 return oe; in ovl_alloc_entry()
110 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_update_reval() local
115 for (i = 0; i < oe->numlower; i++) in ovl_dentry_update_reval()
116 flags |= oe->lowerstack[i].dentry->d_flags; in ovl_dentry_update_reval()
134 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local
143 if (oe->numlower) { in ovl_path_type()
151 if (oe->numlower > 1) in ovl_path_type()
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0009-Add-OE-specific-specs-for-clang-compiler.patch9 mkspecs/linux-oe-clang/qmake.conf | 40 ++++++++++++++++++++++++++
10 mkspecs/linux-oe-clang/qplatformdefs.h | 1 +
12 create mode 100644 mkspecs/linux-oe-clang/qmake.conf
13 create mode 100644 mkspecs/linux-oe-clang/qplatformdefs.h
15 diff --git a/mkspecs/linux-oe-clang/qmake.conf b/mkspecs/linux-oe-clang/qmake.conf
19 +++ b/mkspecs/linux-oe-clang/qmake.conf
57 +include(../oe-device-extra.pri)
61 diff --git a/mkspecs/linux-oe-clang/qplatformdefs.h b/mkspecs/linux-oe-clang/qplatformdefs.h
65 +++ b/mkspecs/linux-oe-clang/qplatformdefs.h
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dprexport.bbclass16 import oe.prservice
20 retval = oe.prservice.prserv_dump_db(e.data)
27 oe.prservice.prserv_export_tofile(e.data, None, datainfo, False)
33 retval = oe.prservice.prserv_dump_db(e.data)
37 oe.prservice.prserv_export_tofile(e.data, None, datainfo, False)
40 import oe.prservice
41 oe.prservice.prserv_check_avail(e.data)
45 import oe.prservice
49 retval = oe.prservice.prserv_dump_db(d)
54 oe.prservice.prserv_export_tofile(d, metainfo, None, True)
H A Dcreate-spdx.bbclass16 SPDX_TOOL_NAME ??= "oe-spdx-creator"
64 annotation = oe.spdx.SPDXAnnotation()
98 import oe.spdx
109 extracted_info = oe.spdx.SPDXExtractedLicensingInfo()
198 import oe.spdx
219 spdx_file = oe.spdx.SPDXFile()
241 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
245 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
275 import oe.packagedata
276 import oe.spdx
[all …]
H A Dpatch.bbclass16 PATCH_GIT_USER_EMAIL ?= "oe.patch@oe"
63 import oe.patch
81 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=d)
82 … -a -m "Committing changes from %s\n\n%s"' % (' '.join(useroptions), func, oe.patch.GitApplyTree.i…
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,
[all …]
H A Dcopyleft_filter.bbclass37 for recipe_type in oe.data.typed_value('COPYLEFT_AVAILABLE_RECIPE_TYPES', d):
38 if oe.utils.inherits(d, recipe_type):
47 import oe.license
51 if recipe_type not in oe.data.typed_value('COPYLEFT_RECIPE_TYPES', d):
56 include = oe.data.typed_value('COPYLEFT_LICENSE_INCLUDE', d)
57 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d)
60 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude)
61 except oe.license.LicenseError as exc:
73 for name in oe.data.typed_value('COPYLEFT_PN_INCLUDE', d)):
76 for name in oe.data.typed_value('COPYLEFT_PN_EXCLUDE', d)):
H A Dterminal.bbclass13 import oe.terminal
14 return " ".join(o.name for o in oe.terminal.prioritized())
41 import oe.data
42 import oe.terminal
50 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d):
85 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
90 oe.terminal.spawn(terminal, command, title, None, d)
92 except oe.terminal.UnsupportedTerminal:
95 except oe.terminal.ExecutionError as exc:
99 oe.terminal.spawn_preferred(command, title, None, d)
[all …]
H A Dinsane.bbclass98oe.qa.add_message(messages, "shebang-size", "%s: %s maximum shebang size exceeded, the maximum siz…
110oe.qa.add_message(messages, "libexec", "%s: %s is using libexec please relocate to %s" % (name, pa…
138oe.qa.add_message(messages, "rpaths", "package %s contains bad RPATH %s in file %s" % (name, rpath…
168oe.qa.add_message(messages, "useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (nam…
177oe.qa.add_message(messages, "dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%…
188 oe.qa.add_message(messages, "dev-elf", "-dev package %s contains non-symlink .so '%s'" % \
201oe.qa.add_message(messages, "staticdev", "non -staticdev package contains static .a library: %s pa…
212oe.qa.add_message(messages, "mime", "package contains mime types but does not inherit mime: %s pat…
239 oe.qa.add_message(messages, "mime-xdg", wstr)
241oe.qa.add_message(messages, "mime-xdg", "package contains desktop file with key 'MimeType' but doe…
[all …]
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_gate.h116 struct action_gate_entry *oe; in tcf_gate_get_list() local
131 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list()
132 if (!oe) in tcf_gate_get_list()
137 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list()
138 oe[i].interval = entry->interval; in tcf_gate_get_list()
139 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
140 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list()
144 return oe; in tcf_gate_get_list()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Makefile.am-include-descriptor.cc-when-building-libp.patch9 …core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot-native/usr/bin/i686-oe-linux/../../libexec/i686…
10 …core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot-native/usr/bin/i686-oe-linux/../../libexec/i686…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/glide/
H A Dglide_0.13.3.bb24 # ERROR: QA Issue: ELF binary '/work/i586-oe-linux/glide/0.13.1-r0/packages-split/glide/usr/bin/gli…
29 # ERROR: QA Issue: ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/us…
30 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
31 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
32 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
33 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
34 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
35 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
36 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
37 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest…
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtbase_git.bb19 file://0001-Add-linux-oe-g-platform.patch \
162oe-core/tmp-glibc/work/i586-oe-linux/qtbase/5.9.0+gitAUTOINC+f6b36eaafe-r0/build/tests/auto/coreli…
167oe-core/tmp-glibc/work/i586-oe-linux/qtbase/5.9.0+gitAUTOINC+f6b36eaafe-r0/build/tests/auto/coreli…
170oe-core/tmp-glibc/work/i586-oe-linux/qtbase/5.9.0+gitAUTOINC+f6b36eaafe-r0/build/tests/auto/coreli…
178 # /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtbase/5.12.3+gitAUTOINC+b527725766-r0/recipe-…
208 XPLATFORM:toolchain-clang = "linux-oe-clang"
209 XPLATFORM ?= "linux-oe-g++"
222 …# Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or di…
223 touch ${S}/mkspecs/oe-device-extra.pri
253 …# Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or di…
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bbappend1 RDEPENDS:packagegroup-meta-oe-devtools += "\
8 RDEPENDS:packagegroup-meta-oe-connectivity += "\
12 RDEPENDS:packagegroup-meta-oe-extended += "\
16 RDEPENDS:packagegroup-meta-oe-support += "\
19 RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "lcdproc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs-oe-cache-native_16.19.bb6 file://oe-npm-cache \
14 sed -e 's!@@libdir@@!${libdir}!g' < '${WORKDIR}/oe-npm-cache' > '${B}/oe-npm-cache'
18 install -D -p -m 0755 ${B}/oe-npm-cache ${D}${bindir}/oe-npm-cache
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py38 import oe.qa, oe.elf
44 machine_data = oe.elf.machine_dict(None)[target_os][target_arch]
47 elf = oe.qa.ELFFile(path)
52 … (oe.qa.elf_machine_to_string(elf.machine()), oe.qa.elf_machine_to_string(machine)))

12345678910>>...33