1 /* 2 * Copyright (C) 2019 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 // Generated by write_buildflag_header.py 18 19 // fix_include_guards: off 20 #ifndef GEN_BUILD_CONFIG_PERFETTO_BUILD_FLAGS_H_ 21 #define GEN_BUILD_CONFIG_PERFETTO_BUILD_FLAGS_H_ 22 23 // clang-format off 24 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_ANDROID_BUILD() (0) 25 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_CHROMIUM_BUILD() (0) 26 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_STANDALONE_BUILD() (1) 27 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_START_DAEMONS() (1) 28 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_IPC() (1) 29 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_WATCHDOG() (0) 30 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_COMPONENT_BUILD() (0) 31 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_FORCE_DLOG_ON() (0) 32 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_FORCE_DLOG_OFF() (0) 33 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_FORCE_DCHECK_ON() (0) 34 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_FORCE_DCHECK_OFF() (1) 35 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_VERBOSE_LOGS() (1) 36 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_VERSION_GEN() (1) 37 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_TP_PERCENTILE() (1) 38 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_TP_LINENOISE() (1) 39 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_TP_HTTPD() (1) 40 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_TP_JSON() (1) 41 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_LOCAL_SYMBOLIZER() (PERFETTO_BUILDFLAG_DEFINE_PERFETTO_OS_LINUX() || PERFETTO_BUILDFLAG_DEFINE_PERFETTO_OS_MAC() ||PERFETTO_BUILDFLAG_DEFINE_PERFETTO_OS_WIN()) 42 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_ZLIB() (1) 43 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_TRACED_PERF() (0) 44 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_HEAPPROFD() (0) 45 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_STDERR_CRASH_DUMP() (0) 46 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_X64_CPU_OPT() (0) 47 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_LLVM_DEMANGLE() (1) 48 #define PERFETTO_BUILDFLAG_DEFINE_PERFETTO_SYSTEM_CONSUMER() (1) 49 50 // clang-format on 51 #endif // GEN_BUILD_CONFIG_PERFETTO_BUILD_FLAGS_H_ 52