Searched +full:kconfig +full:- +full:ext (Results 1 – 19 of 19) sorted by relevance
8 # http://www.apache.org/licenses/LICENSE-2.027 LINUX_BUILD_DIR := $(abspath $(BUILDDIR)/linux-build)32 LINUX_PREBUILTS_IMAGE := kernel/prebuilts/${LINUX_VERSION}/${LINUX_ARCH}/kernel-${LINUX_VERSION}39 LINUX_CLANG_TRIPLE := $(LINUX_ARCH)-linux-gnueabi-41 LINUX_CLANG_TRIPLE := $(LINUX_ARCH)-linux-gnu-48 # Check if the Linux sources have the Trusty drivers in-tree65 linux/common-modules/trusty/system_heap.fragment \66 linux/common-modules/trusty/trusty_defconfig.fragment \67 linux/common-modules/virtual-device/aarch64.fragment \68 linux/common-modules/virtual-device/virtual_device_core.fragment \[all …]
1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)6 * Copyright (C) 2013-2015 Alexei Starovoitov <[email protected]>70 #pragma GCC diagnostic ignored "-Wformat-nonliteral"220 [BPF_PROG_TYPE_EXT] = "ext",272 if (err != -EPERM || geteuid() != 0) in pr_perm_msg()289 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg()305 fd = -1; \316 /* as of v1.0 libbpf_set_strict_mode() is a no-op */ in libbpf_set_strict_mode()362 /* stored as sec_def->cookie for all libbpf-supported SEC()s */381 /* BPF program support non-linear XDP buffer */[all …]
1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)71 /* single .BTF.ext data section */81 /* associated section id for .ksyms, .kconfig, etc, but not .extern */127 /* section's .BTF.ext data */156 libbpf_print(LIBBPF_WARN, "libbpf: " fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))187 free(linker->filename); in bpf_linker__free()189 if (linker->elf) in bpf_linker__free()190 elf_end(linker->elf); in bpf_linker__free()192 if (linker->fd >= 0) in bpf_linker__free()193 close(linker->fd); in bpf_linker__free()[all …]
3 # SPDX-License-Identifier: GPL-2.0-only13 # set -x # uncomment for debug17 if ! ( git --version && cloc --version && rename --version ) > /dev/null 2>&123 if ! { cdup="$(git rev-parse --show-cdup 2>/dev/null)" && [ -z "${cdup}" ]; }30 if ! git diff-index --quiet --cached HEAD 2>/dev/null || \31 [ "$(git diff origin/main --shortstat 2>/dev/null | tail -n1)" != "" ]; then37 if [ "$1" == "--help" ] || [ -z "$1" ] || [ -z "$2" ]; then56 TOTAL_COMMITS=$(git log --pretty=oneline \57 "${OLD_GIT_VERSION}..${NEW_GIT_VERSION}" 2>/dev/null | wc -l)62 if [ -n "$3" ]; then[all …]
3 cmake-ext: True4 kconfig-ext: True
31 cmake-ext: True32 kconfig-ext: True
1 # SPDX-License-Identifier: GPL-2.0-only4 GIT:=$(shell git -C "$(top)" rev-parse --git-dir 1>/dev/null 2>&1 \5 && command -v git)11 # normalize Kconfig variables in a central place23 KERNELVERSION := -TIMELESS--LESSTIME-26 $(shell git describe --abbrev=12 --dirty --always || git describe),\27 $(if $(wildcard $(top)/.coreboot-version),\28 $(shell cat $(top)/.coreboot-version),\29 coreboot-unknown$(KERNELREVISION))))45 additional-dirs += $(objcbfs)[all …]
7 # https://www.apache.org/licenses/LICENSE-2.025 # The master toctree document. # inclusive-language: ignore30 copyright = f'{date.today().year} The Pigweed Authors' # pylint: disable=redefined-builtin65 "pw_docgen.sphinx.kconfig",71 "sphinx.ext.autodoc", # Automatic documentation for Python code72 "sphinx.ext.napoleon", # Parses Google-style docstrings73 "sphinxarg.ext", # Automatic documentation of Python argparse77 "sphinx_copybutton", # Copy-to-clipboard button on code blocks82 # When a user clicks the copy-to-clipboard button the `$ ` prompt should not be83 # copied: https://sphinx-copybutton.readthedocs.io/en/latest/use.html[all …]
25 adl-m26 adl-n27 adl-p102 auto-demotion123 base-address133 big-endian205 c-state206 c-states232 cd-rom268 clause-patent[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)51 if (str[n1 - i - 1] != suffix[n2 - i - 1]) in str_has_suffix()67 t = skip_mods_and_typedefs(btf, t->type, res_id); in resolve_func_ptr()77 strncpy(file_copy, file, PATH_MAX - 1)[PATH_MAX - 1] = '\0'; in get_obj_name()78 strncpy(name, basename(file_copy), MAX_OBJ_NAME_LEN - 1)[MAX_OBJ_NAME_LEN - 1] = '\0'; in get_obj_name()80 name[strlen(name) - 2] = '\0'; in get_obj_name()95 static const char *sfxs[] = { ".data", ".rodata", ".bss", ".kconfig" }; in get_map_ident()120 static const char *pfxs[] = { ".data", ".rodata", ".bss", ".kconfig" }; in get_datasec_ident()153 const char *sec_name = btf__name_by_offset(btf, sec->name_off); in codegen_datasec_def()162 if (strcmp(sec_name, ".kconfig") != 0) in codegen_datasec_def()[all …]
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 bpftool-gen6 -------------------------------------------------------------------------------7 tool for BPF code-generation8 -------------------------------------------------------------------------------19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } }40 user-space object files, but in addition to combining data41 and instruction sections, .BTF and .BTF.ext (if present in74 user in pre-allocated fields in skeleton struct. For BPF77 in per-program link field. All such set up links will be[all …]
7 # https://www.apache.org/licenses/LICENSE-2.040 # NUM_POSITIONAL_ARGS - PARSE_ARGV <N> arguments for45 # OPTION_ARGS - <option> arguments for cmake_parse_arguments46 # ONE_VALUE_ARGS - <one_value_keywords> arguments for cmake_parse_arguments47 # MULTI_VALUE_ARGS - <multi_value_keywords> arguments for49 # REQUIRED_ARGS - required arguments which must be set, these may any104 # # Checks that arg_FOO is non-empty, using the current function name.107 # # Checks that FOO and BAR are non-empty, using function name "do_the_thing".138 # <name> - The library target to add the TARGET link dependencies to.142 # INTERFACE - interface target_link_libraries arguments which are all TARGETs.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.0130 kresolver = bcc_symcache_new(-1, nullptr); in get_symbol_resolver()195 if (arg->getType()->isPointerType()) in ProbeChecker()209 if (std::get<0>(p) == E->getDirectCallee()) { in VisitCallExpr()215 nb_derefs_ -= std::get<1>(p); in VisitCallExpr()220 tuple<Decl *, int> pt = make_tuple(E->getDirectCallee(), nb_derefs_); in VisitCallExpr()227 if (VarDecl *V = dyn_cast_or_null<VarDecl>(E->getCalleeDecl())) in VisitCallExpr()228 needs_probe_ = V->getName() == "bpf_get_current_task"; in VisitCallExpr()232 tuple<Decl *, int> pt = make_tuple(M->getMemberDecl(), nb_derefs_); in VisitMemberExpr()237 if (M->isArrow()) { in VisitMemberExpr()[all …]
1 /* automatically generated by rust-bindgen 0.69.5 */10 pub const fn new(storage: Storage) -> Self { in new()19 pub fn get_bit(&self, index: usize) -> bool { in get_bit()24 7 - (index % 8) in get_bit()37 7 - (index % 8) in set_bit()49 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()57 bit_width as usize - 1 - i in get()75 bit_width as usize - 1 - i in set()88 pub const fn new() -> Self { in new()92 pub fn as_ptr(&self) -> *const T { in as_ptr()[all …]
1 /* automatically generated by rust-bindgen 0.69.4 */10 pub const fn new(storage: Storage) -> Self { in new()19 pub fn get_bit(&self, index: usize) -> bool { in get_bit()24 7 - (index % 8) in get_bit()37 7 - (index % 8) in set_bit()49 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()57 bit_width as usize - 1 - i in get()75 bit_width as usize - 1 - i in set()88 pub const fn new() -> Self { in new()92 pub fn as_ptr(&self) -> *const T { in as_ptr()[all …]
2 {"WorkingDirectory":"/root/opengrok-1.13.29/src/aosp_15_r20","RootDirs":["."],"FollowSymlinks":false,"ExcludeDirs":[".git",".repo"],"PruneFiles":[".out-dir",".find-ignore"],"IncludeFiles":["Android.mk","AndroidProducts.mk","Android.bp","CleanSpec.mk","OWNERS","TEST_MAPPING","METADATA"],"IncludeSuffixes":[".mk"],"FilesystemView":"root@v2202504258438334715"}3 [{"Device":65027,"Root":"/root/opengrok-1.13.29/src/aosp_15_r20","Dirs":[{"P":"","T":1749095540760375437,"I":547973,"F":["Android.bp","lk_inc.mk"]},{"P":"art","T":1745562276530206591,"I":2361613,"F":["Android.mk","Android.bp","TEST_MAPPING","OWNERS","METADATA","CleanSpec.mk"]},{"P":"art/adbconnection","T":1745562275874206941,"I":4456672,"F":["Android.bp"]},{"P":"art/artd","T":1745562275878206940,"I":4456683,"F":["Android.bp"]},{"P":"art/artd/binder","T":1745562275874206941,"I":4456728,"F":["Android.bp"]},{"P":"art/artd/binder/com","T":1745562275874206941,"I":4456732,"F":null},{"P":"art/artd/binder/com/android","T":1745562275874206941,"I":4456734,"F":null},{"P":"art/artd/binder/com/android/server","T":1745562275874206941,"I":4456735,"F":null},{"P":"art/artd/binder/com/android/server/art","T":1745562275878206940,"I":4456738,"F":[]},{"P":"art/artd/tests","T":1745562275878206940,"I":4456798,"F":["Android.bp"]},{"P":"art/artd/tests/src","T":1745562275878206940,"I":4456805,"F":null},{"P":"art/artd/tests/src/com","T":1745562275878206940,"I":4456806,"F":null},{"P":"art/artd/tests/src/com/android","T":1745562275878206940,"I":4456807,"F":null},{"P":"art/artd/tests/src/com/android/art","T":1745562275878206940,"I":4456808,"F":[]},{"P":"art/benchmark","T":1745562275878206940,"I":4456812,"F":["Android.bp"]},{"P":"art/benchmark/const-class","T":1745562275878206940,"I":4456817,"F":[]},{"P":"art/benchmark/const-class/src","T":1745562275878206940,"I":4456822,"F":[]},{"P":"art/benchmark/const-string","T":1745562275878206940,"I":4456828,"F":[]},{"P":"art/benchmark/const-string/src","T":1745562275878206940,"I":4456833,"F":[]},{"P":"art/benchmark/golem-tiagent","T":1745562275878206940,"I":4456842,"F":[]},{"P":"art/benchmark/jni-per[all...]
7 art/test/Android.run-test.mk46 build/make/core/combo/TARGET_linux-arm.mk47 build/make/core/combo/TARGET_linux-arm64.mk48 build/make/core/combo/TARGET_linux-riscv64.mk49 build/make/core/combo/TARGET_linux-x86.mk50 build/make/core/combo/TARGET_linux-x86_64.mk51 build/make/core/combo/arch/arm/armv7-a-neon.mk52 build/make/core/combo/arch/arm/armv8-2a.mk53 build/make/core/combo/arch/arm/armv8-a.mk54 build/make/core/combo/arch/arm64/armv8-2a-dotprod.mk[all …]
... /arch/s390/include/asm/vx-insn.h kernel-headers/arch/s390 ...