Home
last modified time | relevance | path

Searched +full:android +full:- +full:libbacktrace (Results 1 – 24 of 24) sorted by relevance

/external/perfetto/buildtools/
DBUILD.gn1 # Copyright (C) 2017 The Android Open Source Project
7 # http://www.apache.org/licenses/LICENSE-2.0
25 # is to allow embedders to re-route targets to their third_party directories.
40 "-Wno-covered-switch-default",
41 "-Wno-deprecated-copy-dtor",
42 "-Wno-global-constructors",
43 "-Wno-inconsistent-missing-override",
44 "-Wno-language-extension-token",
45 "-Wno-suggest-destructor-override",
46 "-Wno-suggest-override",
[all …]
D.gitignore2 /android-core/
3 /android-libbase/
4 /android-libprocinfo/
5 /android-logging/
6 /android-unwinding/
7 /aosp-*/
15 /debian_sid_arm-sysroot/
16 /debian_sid_arm64-sysroot/
17 /debian_sid_armel-sysroot/
22 /libbacktrace/
[all …]
/external/perfetto/gn/
DBUILD.gn1 # Copyright (C) 2017 The Android Open Source Project
7 # http://www.apache.org/licenses/LICENSE-2.0
31 # - This rule generates a header that contains a bunch of lines like:
33 # - The generated header is included by base/build_config.h
34 # - Source files in the codebase #include base/build_config and use the
52 # doesn't work in Android Mac host builds. We lose the GN notion of OS once
72 "--flags", # Keep this marker first.
102 "--out",
104 "--rsp",
232 # pkg_deps selects the appropriate pkg-config based on current_toolchain and
[all …]
Dperfetto.gni1 # Copyright (C) 2017 The Android Open Source Project
7 # http://www.apache.org/licenses/LICENSE-2.0
27 # 2. Android tree builds
55 # +----------------------------------------------------------------------------+
57 # +----------------------------------------------------------------------------+
74 # The Android blueprint file generator set this to true (as well as
76 # Android tree (AOSP and internal) and is NOT related with the target OS.
77 # In standalone Android builds and Chromium Android builds, this is false.
106 import("//gn/standalone/android.gni") # For android_api_level
110 import("//build/config/android/config.gni") # For android_api_level
[all …]
/external/mesa3d/bin/
Dupdate-android-headers.sh3 set -eu
5 if [ ! -e .git ]; then
6 echo must run from top-level directory;
10 if [ ! -d platform-hardware-libhardware ]; then
11 …git clone --depth 1 https://android.googlesource.com/platform/frameworks/native platform-framework…
12 …git clone --depth 1 https://android.googlesource.com/platform/hardware/libhardware platform-hardwa…
13 git clone --depth 1 https://android.googlesource.com/platform/system/core platform-system-core
14 …git clone --depth 1 https://android.googlesource.com/platform/system/logging platform-system-loggi…
15 …git clone --depth 1 https://android.googlesource.com/platform/system/unwinding platform-system-unw…
20 # Persist the frozen Android N system/window.h for backward compatibility
[all …]
/external/mesa3d/include/android_stub/backtrace/
DBacktrace.h2 * Copyright (C) 2013 The Android Open Source Project
8 * http://www.apache.org/licenses/LICENSE-2.0
186 // Set whether to skip frames in libbacktrace/libunwindstack when doing a local unwind.
208 // Skip frames in libbacktrace/libunwindstack when doing a local unwind.
/external/perfetto/tools/
Dinstall-build-deps2 # Copyright (C) 2017 The Android Open Source Project
8 # http://www.apache.org/licenses/LICENSE-2.0
41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have
63 'buildtools/test_data', # Moved to test/data by r.android.com/1539381 .
64 'buildtools/d8', # Removed by r.android.com/1424334 .
66 # Build tools moved to third_party/ by r.android.com/2327602 .
67 'buildtools/mac/clang-format',
70 'buildtools/linux64/clang-format',
73 'buildtools/win/clang-format.exe',
80 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/.
[all …]
/external/skia/platform_tools/android/bin/
Dandroid_gdbserver12 if [ ! -f "$TARGET_EXE" ]
19 GN_TARGET_CPU=$(gn args --list=target_cpu $SKIA_OUT \
21 | sed -e s/"Current value = "// -e s/\"//g -e s/" "//g)
28 mkdir -p $GDB_TMP_DIR
47 libbacktrace.so \
52 ANDROID_LS=`$ADB $DEVICE_SERIAL shell -x ls -ld ${SYSTEM_LIBRARY_PATH}/${library_file}`
53 if [ "${ANDROID_LS:0:1}" == "-" ]; then
79 set -e
81 # Starting up gdbserver in android shell
/external/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
2 # SPDX-License-Identifier: MIT
9 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
16 'egl-native-platform',
20 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
27 'android-stub',
30 description : 'Build against android-stub',
34 'android-strict',
37 description : 'Enable strict Android compliance. Disabling may cause CTS ' +
43 'android-libbacktrace', feature
[all …]
Dmeson.build1 # Copyright © 2017-2020 Intel Corporation
29 'b_ndebug=if-release',
52 '-D__STDC_CONSTANT_MACROS',
53 '-D__STDC_FORMAT_MACROS',
54 '-D__STDC_LIMIT_MACROS',
55 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
56 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"',
64 with_moltenvk_dir = get_option('moltenvk-dir')
65 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
66 with_tests = get_option('build-tests')
[all …]
D.pick_status.json148 "description": "radv: add support for emitting PS_DONE/CS_DONE on GFX6-8",
256 "description": "anv: Skip CCS ambiguate which preceed fast-clears",
292 "description": "freedreno: Skip some batch dependency tracking if !ctx->dirty.",
301 "description": "freedreno: Move framebuffer state checks under a ctx->dirty flag.",
337 "description": "anv: Invalidate the correct AUX-TT entry",
391 "description": "docs: Mark some non-core zink extensions complete",
463 "description": "r300,i915g: Report no shader buffers or images on non-TCL HW.",
499 "description": "gallium/st: lower point-sprites if not supported",
841 "description": "vk-device-select: add device group support",
850 "description": "lima/ppir: fix creation of mov node for non-ssa tex dest",
[all …]
/external/mesa3d/src/gfxstream/
Dmeson_options.txt1 # 2023 Android Open Source Project
2 # Copyright © 2017-2019 Intel Corporation
3 # SPDX-License-Identifier: MIT
10 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
17 'egl-native-platform',
21 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
28 'android-stub',
31 description : 'Build against android-stub',
35 'android-libbacktrace', feature
37 description : 'Use Android\'s libbacktrace',
[all …]
/external/mesa3d/docs/relnotes/
D20.2.5.rst1 Mesa 20.2.5 Release Notes / 2020-12-16
18 ---------------
22 0ebec6a22660d83f5ed437a145dc703c9398cd1376143aef273ea85f9dc5dd98 mesa-20.2.5.tar.xz
26 ------------
28 - None
32 ---------
34 - Mesa 20.3.0 and older ATi/Radeon cards fails
35 - Amber test NIR validation failed after spirv_to_nir
36 - Amber test validate_phi_src
37 - [RADV] broken stencil behaviour when using extended dynamic stencil state
[all …]
D20.3.1.rst1 Mesa 20.3.1 Release Notes / 2020-12-16
18 ---------------
22 af751b49bb2ab0264d58c31e73d869e80333de02b2d1becc93f1b28c67aa780f mesa-20.3.1.tar.xz
26 ------------
28 - None
32 ---------
34 - Crash and slowness in FreeCAD
35 - ci: Missing needs: in radeonsi-stoney-\*?
36 - Triangles appear from the center of the field on PES2021 with Mesa 20.2.x
37 - \[gen9][iris][regression][bisected\] flaky piglit tests
[all …]
D23.1.0.rst1 Mesa 23.1.0 Release Notes / 2023-05-10
20 ---------------
24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz
28 ------------
30 - VK_EXT_pipeline_library_group_handles on RADV
31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+
32 - VK_KHR_map_memory2 on ANV and RADV
33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+
34 - VK_EXT_discard_rectangles version 2 on RADV
35 - VK_EXT_graphics_pipeline_library on RADV
[all …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
/external/perfetto/src/base/
DBUILD.gn1 # Copyright (C) 2017 The Android Open Source Project
7 # http://www.apache.org/licenses/LICENSE-2.0
86 # and Android.bp.
130 deps += [ "../../gn:libbacktrace" ]
132 cflags = [ "-Wno-deprecated" ]
236 deps += [ "//third_party/fuchsia-sdk/sdk/pkg/fdio" ] # nogncheck
265 cflags = [ "-isystem${perfetto_benchmark_3p_libs_prefix}/include" ]
Ddebug_crash_stack_trace.cc2 * Copyright (C) 2017 The Android Open Source Project
8 * http://www.apache.org/licenses/LICENSE-2.0
36 #pragma GCC diagnostic ignored "-Wdisabled-macro-expansion"
44 #error This translation unit should not be used in non-standalone builds
75 char nibble = static_cast<char>(n >> (sizeof(n) * 8 - i - 4)) & 0x0F; in PrintHex()
76 char c = (nibble < 10) ? '0' + nibble : 'A' + nibble - 10; in PrintHex()
98 if (ip != 0 && state->skip_count) { in TraceStackFrame()
99 state->skip_count--; in TraceStackFrame()
103 state->frames[state->frame_count++] = ip; in TraceStackFrame()
104 if (state->frame_count >= state->max_depth) in TraceStackFrame()
[all …]
/external/swiftshader/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
32 elseif(CMAKE_SYSTEM_NAME MATCHES "Android")
33 set(ANDROID TRUE) variable
34 set(CMAKE_CXX_FLAGS "-DANDROID_NDK_BUILD")
38 # NOTE: Building for Fuchsia requires a Fuchsia CMake-based SDK.
39 # See https://fuchsia-review.googlesource.com/c/fuchsia/+/379673
72 # auto-detected system architecture settings.
87 # Cross compiling with `cmake -A <arch>`.
102 "default, even for 64-bit targets. This can result in linker "
103 "instability and out of memory errors. To use the 64-bit "
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/AFLplusplus/instrumentation/
Dafl-compiler-rt.o.c2 american fuzzy lop++ - instrumentation bootstrap
3 ------------------------------------------------
6 Copyright 2019-2024 AFLplusplus Project. All rights reserved.
12 https://www.apache.org/licenses/LICENSE-2.0
32 #include "android-ashmem.h"
37 #include "llvm-alternative-coverage.h"
65 #include "llvm/Config/llvm-config.h"
69 #include "snapshot-inl.h"
72 /* This is a somewhat ugly hack for the experimental 'trace-pc-guard' mode.
74 the LLVM-generated runtime initialization pass, not before. */
[all …]