Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: ProcessServiceUtilsFindSymbolsFilePathFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 13 59.0%
gold 0 0.0%
yellow 0 0.0%
greenyellow 0 0.0%
lawngreen 9 40.9%
All colors 22 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4 4 orbit_grpc_protos::GetDebugInfoFileRequest::GetDebugInfoFileRequest() call site
2 16 orbit_grpc_protos::GetDebugInfoFileRequest::GetDebugInfoFileRequest() call site
2 19 orbit_grpc_protos::GetDebugInfoFileRequest::GetDebugInfoFileRequest() call site
1 0 EP call site
1 2 orbit_grpc_protos::GetDebugInfoFileRequest::GetDebugInfoFileRequest() call site
1 10 orbit_grpc_protos::GetDebugInfoFileRequest::SharedCtor() call site
1 12 orbit_grpc_protos::GetDebugInfoFileRequest::SharedCtor() call site

Runtime coverage analysis

Covered functions
458
Functions that are reachable but not covered
17
Reachable functions
20
Percentage of reachable functions covered
15.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/src/ProcessService/ProcessServiceUtilsFindSymbolsFilePathFuzzer.cpp 2
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/services.pb.cc 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message_lite.h 4
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata_lite.h 3
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/repeated_field.h 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/generated_message_util.h 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/arenastring.h 1

Fuzzer: PeCoffRuntimeFunctionsFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 1 16.6%
gold 0 0.0%
yellow 0 0.0%
greenyellow 0 0.0%
lawngreen 5 83.3%
All colors 6 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 3 unwindstack::Memory::CreateOfflineMemory(unsigned char const*, unsigned long, unsigned long) call site

Runtime coverage analysis

Covered functions
15
Functions that are reachable but not covered
0
Reachable functions
5
Percentage of reachable functions covered
100.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffRuntimeFunctionsFuzzer.cpp 2
/src/orbit/third_party/libunwindstack/Memory.cpp 2
/src/orbit/third_party/libunwindstack/include/unwindstack/Memory.h 1
/src/orbit/third_party/libunwindstack/PeCoffRuntimeFunctions.cpp 1

Fuzzer: ModuleLoadSymbolsFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 17 70.8%
gold 0 0.0%
yellow 0 0.0%
greenyellow 0 0.0%
lawngreen 7 29.1%
All colors 24 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 12 orbit_grpc_protos::ModuleSymbols::ModuleSymbols() call site __clang_call_terminate
4 4 orbit_grpc_protos::ModuleSymbols::ModuleSymbols() call site
2 18 orbit_grpc_protos::ModuleSymbols::ModuleSymbols() call site
2 21 orbit_grpc_protos::ModuleSymbols::ModuleSymbols() call site
1 0 EP call site
1 2 orbit_grpc_protos::ModuleSymbols::ModuleSymbols() call site
1 10 orbit_grpc_protos::ModuleSymbols::SharedCtor() call site

Runtime coverage analysis

Covered functions
62
Functions that are reachable but not covered
19
Reachable functions
22
Percentage of reachable functions covered
13.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/src/ClientData/ModuleLoadSymbolsFuzzer.cpp 2
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/symbol.pb.cc 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message_lite.h 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata_lite.h 3
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/repeated_field.h 6
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/generated_message_util.h 2

Fuzzer: PeCoffUnwindInfosFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 1 12.5%
gold 0 0.0%
yellow 0 0.0%
greenyellow 0 0.0%
lawngreen 7 87.5%
All colors 8 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 3 unwindstack::Memory::CreateOfflineMemory(unsigned char const*, unsigned long, unsigned long) call site

Runtime coverage analysis

Covered functions
25
Functions that are reachable but not covered
1
Reachable functions
7
Percentage of reachable functions covered
85.71%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffUnwindInfosFuzzer.cpp 2
/src/orbit/third_party/libunwindstack/Memory.cpp 2
/src/orbit/third_party/libunwindstack/include/unwindstack/Memory.h 1
/src/orbit/third_party/libunwindstack/include/unwindstack/PeCoffInterface.h 2
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfos.cpp 1

Fuzzer: ElfFileLoadSymbolsFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 245 51.5%
gold 38 8.0%
yellow 2 0.42%
greenyellow 18 3.78%
lawngreen 172 36.2%
All colors 475 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
44 58 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site
42 138 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site __clang_call_terminate
32 381 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitProgramHeaders() call site
30 208 ErrorMessageOr orbit_object_utils::(anonymous namespace)::ReadGnuDebuglinkSection >(llvm::object::ELFType<(llvm::support::endianness)1, false>::Shdr const&, llvm::object::ELFFile > const&) call site
15 19 orbit_object_utils::CreateElfFileFromBuffer(std::__1::__fs::filesystem::path const&, void const*, unsigned long) call site
11 103 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site _ZN4absl12lts_202111029StrFormatIJNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEEES8_RKNS0_19str_format_internal18FormatSpecTemplateIJXspclsr19str_format_internalE14ArgumentToConvIT_EEEEEEDpRKSB_
11 255 ErrorMessageOr orbit_object_utils::(anonymous namespace)::ReadGnuDebuglinkSection >(llvm::object::ELFType<(llvm::support::endianness)1, false>::Shdr const&, llvm::object::ELFFile > const&) call site
9 45 orbit_object_utils::CreateElfFile(std::__1::__fs::filesystem::path const&, llvm::object::OwningBinary &&) call site
7 285 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site
6 189 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site
5 13 orbit_object_utils::CreateElfFileFromBuffer(std::__1::__fs::filesystem::path const&, void const*, unsigned long) call site
4 271 orbit_object_utils::(anonymous namespace)::ElfFileImpl >::InitSections() call site abort

Runtime coverage analysis

Covered functions
52
Functions that are reachable but not covered
219
Reachable functions
234
Percentage of reachable functions covered
6.41%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/src/ObjectUtils/ElfFileLoadSymbolsFuzzer.cpp 2
/src/orbit/src/ObjectUtils/ElfFile.cpp 8
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/StringRef.h 5
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ObjectFile.h 1
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/BinaryFormat/Magic.h 1
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Error.h 58
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/bind.h 6
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_format.h 5
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/arg.h 8
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/extension.h 1
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/types/span.h 2
/src/orbit/src/OrbitBase/include/OrbitBase/Result.h 9
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/Binary.h 3
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Casting.h 9
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELFObjectFile.h 2
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELF.h 12
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Endian.h 7
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/SwapByteOrder.h 3
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/ArrayRef.h 15
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/Twine.h 6
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/time/time.h 2
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/STLExtras.h 2
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELFTypes.h 12
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/MathExtras.h 1
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/iterator_range.h 3
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_cat.h 2
/root/.conan/data/outcome/2.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/outcome.hpp 28
/src/orbit/src/ObjectUtils/include/ObjectUtils/ElfFile.h 2
/usr/local/bin/../include/c++/v1/optional 2
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/base/casts.h 1
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/module.pb.h 4

Fuzzer: CaptureEventProcessorProcessEventsFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 17 70.8%
gold 0 0.0%
yellow 0 0.0%
greenyellow 0 0.0%
lawngreen 7 29.1%
All colors 24 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 12 orbit_grpc_protos::CaptureResponse::CaptureResponse() call site __clang_call_terminate
4 4 orbit_grpc_protos::CaptureResponse::CaptureResponse() call site
2 18 orbit_grpc_protos::CaptureResponse::CaptureResponse() call site
2 21 orbit_grpc_protos::CaptureResponse::CaptureResponse() call site
1 0 EP call site
1 2 orbit_grpc_protos::CaptureResponse::CaptureResponse() call site
1 10 orbit_grpc_protos::CaptureResponse::SharedCtor() call site

Runtime coverage analysis

Covered functions
1477
Functions that are reachable but not covered
19
Reachable functions
22
Percentage of reachable functions covered
13.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/src/CaptureClient/CaptureEventProcessorProcessEventsFuzzer.cpp 2
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/services.pb.cc 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message_lite.h 2
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata.h 1
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata_lite.h 3
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/repeated_field.h 6
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/generated_message_util.h 2

Fuzzer: PeCoffInterfaceFuzzer

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 17 11.9%
gold 9 6.33%
yellow 13 9.15%
greenyellow 6 4.22%
lawngreen 97 68.3%
All colors 142 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
8 114 unwindstack::PeCoffInterfaceImpl ::GetSectionName(std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator >*) call site tolower
2 61 unwindstack::PeCoffInterfaceImpl ::ParseOptionalHeader(unsigned long) call site
2 108 unwindstack::PeCoffInterfaceImpl ::ParseSectionHeaders(unsigned long) call site
2 136 unwindstack::DwarfSection::DwarfSection(unwindstack::Memory*) call site
1 3 unwindstack::Memory::CreateOfflineMemory(unsigned char const*, unsigned long, unsigned long) call site
1 16 unwindstack::Log::Error(char const*, ...) call site
1 23 unwindstack::Memory::Read32(unsigned long, unsigned int*) call site

Runtime coverage analysis

Covered functions
88
Functions that are reachable but not covered
16
Reachable functions
55
Percentage of reachable functions covered
70.91%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffInterfaceFuzzer.cpp 3
/src/orbit/third_party/libunwindstack/Memory.cpp 3
/src/orbit/third_party/libunwindstack/include/unwindstack/Memory.h 5
/src/orbit/third_party/libunwindstack/include/unwindstack/PeCoffInterface.h 11
/src/orbit/third_party/libunwindstack/PeCoffInterface.cpp 16
/src/orbit/third_party/libunwindstack/LogStdout.cpp 2
/src/orbit/third_party/libunwindstack/include/unwindstack/Error.h 1
/root/.conan/data/libunwindstack-android-dependencies/20210709/orbitdeps/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/android-base/parseint.h 1
/usr/include/ctype.h 2
/src/orbit/third_party/libunwindstack/DwarfDebugFrame.h 1
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfSection.h 1
/src/orbit/third_party/libunwindstack/DwarfSection.cpp 1
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfMemory.h 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
orbit_capture_client::(anonymousnamespace)::CaptureEventProcessorForListener::ProcessEvent(orbit_grpc_protos::ClientCaptureEventconst&) /src/orbit/src/CaptureClient/CaptureEventProcessor.cpp 2 ['class.orbit_capture_client::(anonymous namespace)::CaptureEventProcessorForListener *', 'class.orbit_grpc_protos::ClientCaptureEvent *'] 17 0 565 93 76 717 0 2925 2842
orbit_grpc_protos::ProducerCaptureEvent::InternalSerializeWithCachedSizesToArray(unsignedchar*)const /src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/capture.pb.cc 2 ['class.orbit_grpc_protos::ProducerCaptureEvent *', 'char *'] 5 0 1259 132 45 649 0 1803 1549
orbit_grpc_protos::ProducerCaptureEvent::ProducerCaptureEvent(orbit_grpc_protos::ProducerCaptureEventconst&) /src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/capture.pb.cc 2 ['class.orbit_grpc_protos::ProducerCaptureEvent *', 'class.orbit_grpc_protos::ProducerCaptureEvent *'] 8 0 752 181 54 616 0 1845 971
orbit_grpc_protos::CaptureResponse::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) /src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/services.pb.cc 2 ['class.orbit_grpc_protos::ModuleSymbols *', 'class.google::protobuf::io::CodedInputStream *'] 10 0 159 28 11 245 0 868 693
OrbitFuzzerTestFunction(orbit_grpc_protos::GetDebugInfoFileRequestconst&) /src/orbit/src/ProcessService/ProcessServiceUtilsFindSymbolsFilePathFuzzer.cpp 1 ['class.orbit_grpc_protos::GetDebugInfoFileRequest *'] 16 0 16 3 2 303 1 724 560
OrbitFuzzerTestFunction(orbit_grpc_protos::ModuleSymbolsconst&) /src/orbit/src/ClientData/ModuleLoadSymbolsFuzzer.cpp 1 ['class.orbit_grpc_protos::ModuleSymbols *'] 13 0 41 8 7 203 1 687 395
orbit_base::(anonymousnamespace)::ThreadPoolImpl::ThreadPoolImpl(unsignedlong,unsignedlong,absl::lts_20211102::Duration,std::__1::function >const&)>) /src/orbit/src/OrbitBase/ThreadPool.cpp 6 ['class.orbit_base::(anonymous namespace)::ThreadPoolImpl *', 'size_t ', 'size_t ', 'size_t ', 'int ', 'class.std::__1::function.324 *'] 13 0 852 154 105 142 0 489 349

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
20.75%
1986/9570
Cyclomatic complexity statically reachable by fuzzers
22.78%
7941 / 34864

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/arena.h [] []
/src/orbit/src/ObjectUtils/ElfFileLoadSymbolsFuzzer.cpp ['ElfFileLoadSymbolsFuzzer'] ['ElfFileLoadSymbolsFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/ArrayRef.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/ClientData/ModuleData.cpp [] []
/src/orbit/src/ObjectUtils/ElfFile.cpp ['ElfFileLoadSymbolsFuzzer'] ['ElfFileLoadSymbolsFuzzer']
/root/.conan/data/libunwindstack-android-dependencies/20210709/orbitdeps/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/android-base/unique_fd.h [] []
/src/orbit/src/ClientData/include/ClientData/FunctionInfo.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfMemory.h ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/src/orbit/third_party/libunwindstack/PeCoffRuntimeFunctions.cpp ['PeCoffRuntimeFunctionsFuzzer'] ['PeCoffRuntimeFunctionsFuzzer']
/src/orbit/third_party/libunwindstack/DwarfMemory.cpp [] []
/src/orbit/src/ObjectUtils/PdbFileLlvm.h [] []
/src/orbit/src/Introspection/Introspection.cpp [] []
/src/orbit/third_party/libunwindstack/Memory.cpp ['PeCoffRuntimeFunctionsFuzzer', 'PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer'] ['PeCoffRuntimeFunctionsFuzzer', 'PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer']
/src/orbit/third_party/libunwindstack/DwarfCfa.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Executor.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/PeCoffNativeUnwinder.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/wire_format_lite.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/File.h [] []
/src/orbit/src/OrbitBase/ThreadPool.cpp [] []
/src/orbit/third_party/libunwindstack/MemoryFileAtOffset.h [] []
/src/orbit/third_party/libunwindstack/MemoryCache.h [] []
/src/orbit/third_party/libunwindstack/PeCoffEpilog.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELF.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/OrbitBase/include/OrbitBase/Future.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/SharedState.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/src/orbit/third_party/libunwindstack/RegsInfo.h [] []
/usr/local/bin/../include/c++/v1/math.h [] []
/src/orbit/third_party/libunwindstack/PeCoffRuntimeFunctions.h [] []
/src/orbit/third_party/libunwindstack/LogStdout.cpp ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/src/orbit/src/CaptureClient/include/CaptureClient/ApiEventProcessor.h [] []
/root/.conan/data/outcome/2.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/outcome.hpp ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/OrbitBase/ThreadUtilsLinux.cpp [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/arenastring.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer'] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/io/coded_stream.h [] []
/src/orbit/src/ApiUtils/include/ApiUtils/EncodedEvent.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/utility/utility.h [] []
/src/orbit/src/ProcessService/ProcessServiceUtilsFindSymbolsFilePathFuzzer.cpp ['ProcessServiceUtilsFindSymbolsFilePathFuzzer'] ['ProcessServiceUtilsFindSymbolsFilePathFuzzer']
/src/orbit/third_party/libunwindstack/include/unwindstack/Memory.h ['PeCoffRuntimeFunctionsFuzzer', 'PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer'] ['PeCoffRuntimeFunctionsFuzzer', 'PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Error.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/module.pb.h ['ElfFileLoadSymbolsFuzzer'] ['ElfFileLoadSymbolsFuzzer']
/src/orbit/third_party/libunwindstack/DwarfOp.cpp [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/code_block.pb.cc [] []
/src/orbit/third_party/libunwindstack/DwarfDebugFrame.h ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/STLExtras.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/synchronization/mutex.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/node_hash_map.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message_lite.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/process.pb.cc [] []
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffUnwindInfosFuzzer.cpp ['PeCoffUnwindInfosFuzzer'] ['PeCoffUnwindInfosFuzzer']
/src/orbit/src/ObjectUtils/include/ObjectUtils/PdbFile.h [] []
/src/orbit/third_party/libunwindstack/MemoryLocal.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Profiling.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/process.pb.h [] []
/src/orbit/src/ClientData/include/ClientData/LinuxAddressInfo.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfStructs.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/arena_impl.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/Regs.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/Twine.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/OrbitBase/include/OrbitBase/ThreadPool.h [] []
/src/orbit/src/CaptureClient/include/CaptureClient/CaptureEventProcessor.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/unknown_field_set.h [] []
/src/orbit/build_default/src/ClientProtos/protos/ClientProtos/capture_data.pb.h [] []
/root/.conan/data/libunwindstack-android-dependencies/20210709/orbitdeps/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/android-base/parseint.h ['PeCoffInterfaceFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/DWARFFormValue.h [] []
/src/orbit/src/CaptureClient/CaptureEventProcessorProcessEventsFuzzer.cpp ['CaptureEventProcessorProcessEventsFuzzer'] ['CaptureEventProcessorProcessEventsFuzzer']
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_join_internal.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/services.pb.cc ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'CaptureEventProcessorProcessEventsFuzzer']
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffInterfaceFuzzer.cpp ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/generated_message_util.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/hash/internal/hash.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/symbol.pb.h [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfos.cpp ['PeCoffUnwindInfosFuzzer'] ['PeCoffUnwindInfosFuzzer']
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/symbol.pb.cc ['ModuleLoadSymbolsFuzzer'] ['ModuleLoadSymbolsFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/BinaryFormat/Magic.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/Native/TpiStream.h [] []
/src/orbit/src/ObjectUtils/include/ObjectUtils/ElfFile.h ['ElfFileLoadSymbolsFuzzer'] ['ElfFileLoadSymbolsFuzzer']
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/flat_hash_set.h [] []
/src/orbit/src/ObjectUtils/SymbolsFile.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/Optional.h [] []
/src/orbit/src/ObjectUtils/PdbFileLlvm.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/BinaryStreamRef.h [] []
/src/orbit/src/ObjectUtils/include/ObjectUtils/ObjectFile.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/raw_hash_map.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/compressed_tuple.h [] []
/src/orbit/src/ObjectUtils/CoffFile.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/BinaryStreamReader.h [] []
/usr/include/ctype.h ['PeCoffInterfaceFuzzer'] []
/src/orbit/third_party/libunwindstack/include/unwindstack/Error.h ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/base/internal/unaligned_access.h [] []
/src/orbit/third_party/libunwindstack/PeCoffInterface.cpp ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/src/orbit/src/ClientData/include/ClientData/TracepointInfo.h [] []
/src/orbit/third_party/libunwindstack/tests/fuzz/PeCoffRuntimeFunctionsFuzzer.cpp ['PeCoffRuntimeFunctionsFuzzer'] ['PeCoffRuntimeFunctionsFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/Native/NativeSession.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/SwapByteOrder.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/third_party/xxHash-r42/xxhash.c [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_split_internal.h [] []
/usr/local/bin/../include/c++/v1/exception [] []
/src/orbit/src/CaptureClient/CaptureEventProcessor.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/CodeViewTypes.def [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/container_memory.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/StringRef.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/bind.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/Symbols/SymbolUtils.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h [] []
/src/orbit/third_party/libunwindstack/MemoryRange.h [] []
/src/orbit/src/ObjectUtils/include/ObjectUtils/CoffFile.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/DWARFUnit.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/raw_hash_set.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h [] []
/src/orbit/third_party/libunwindstack/MemoryOfflineBuffer.h [] []
/src/orbit/src/CaptureClient/GpuQueueSubmissionProcessor.cpp [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/hash_policy_traits.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/raw_ostream.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/ascii.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_cat.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DIContext.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/Symbolize/Symbolize.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfLocation.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/code_block.pb.h [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfoEvaluator.h [] []
/src/orbit/src/ClientData/include/ClientData/ProcessData.h [] []
/src/orbit/third_party/libunwindstack/DwarfEhFrame.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Action.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/tracepoint.pb.cc [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_split.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Promise.h [] []
/src/orbit/src/Introspection/include/Introspection/Introspection.h [] []
/usr/local/bin/../include/c++/v1/optional ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/COFF.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/BinaryByteStream.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/memory/memory.h [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfoUnwinderX86_64.cpp [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/metadata_lite.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/src/orbit/third_party/libunwindstack/MemoryRemote.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/capture.pb.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/resize_uninitialized.h [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfoUnwinderX86_64.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/DWARFContext.h [] []
/src/orbit/src/ApiUtils/EncodedString.cpp [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/arg.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELFObjectFile.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/third_party/libunwindstack/DwarfOp.h [] []
/src/orbit/src/ClientData/ProcessData.cpp [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/match.h [] []
/src/orbit/src/ProcessService/ProcessServiceUtils.cpp [] []
/src/orbit/src/ObjectUtils/WindowsBuildIdUtils.cpp [] []
/src/orbit/src/ObjectUtils/PdbFile.cpp [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/flat_hash_map.h [] []
/src/orbit/src/CaptureClient/include/CaptureClient/CaptureListener.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Align.h [] []
/src/orbit/src/ClientData/include/ClientData/TracepointEventInfo.h [] []
/src/orbit/src/ClientData/include/ClientData/ThreadStateSliceInfo.h [] []
/usr/local/bin/../include/c++/v1/variant [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfoEvaluator.cpp [] []
/src/orbit/src/ObjectUtils/include/ObjectUtils/SymbolsFile.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/Error.h [] []
/src/orbit/third_party/libunwindstack/DwarfSection.cpp ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/src/orbit/src/ApiInterface/include/ApiInterface/Orbit.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/iterator.h [] []
/src/orbit/src/ClientData/FunctionInfo.cpp [] []
/src/orbit/third_party/libunwindstack/PeCoffEpilog.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/PDBSymbolExe.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/extension.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Casting.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/module.pb.cc [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/node_hash_policy.h [] []
/src/orbit/src/OrbitBase/SafeStrerror.cpp [] []
/src/orbit/src/ClientData/ModuleLoadSymbolsFuzzer.cpp ['ModuleLoadSymbolsFuzzer'] ['ModuleLoadSymbolsFuzzer']
/src/orbit/src/ApiUtils/include/ApiUtils/Event.h [] []
/src/orbit/src/ObjectUtils/ObjectFile.cpp [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/capture.pb.cc [] []
/src/orbit/third_party/libunwindstack/DwarfCfa.cpp [] []
/src/orbit/src/OrbitBase/include/OrbitBase/PromiseHelpers.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/TypeDeserializer.h [] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/stubs/port.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/Binary.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/services.pb.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ObjectFile.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/repeated_field.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_format.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/MathExtras.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/ModuleUtils/VirtualAndAbsoluteAddresses.cpp [] []
/src/orbit/src/OrbitBase/include/OrbitBase/AnyInvocable.h [] []
/src/orbit/src/OrbitBase/ReadFileToString.cpp [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/PeCoffInterface.h ['PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer'] ['PeCoffUnwindInfosFuzzer', 'PeCoffInterfaceFuzzer']
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/TypeIndex.h [] []
/src/orbit/src/CaptureClient/ApiEventProcessor.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/CVRecord.h [] []
/src/orbit/src/ClientData/include/ClientData/CallstackEvent.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/SmallVector.h [] []
/src/orbit/src/OrbitBase/File.cpp [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/numeric/bits.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/types/span.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/third_party/libunwindstack/MemoryBuffer.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/numbers.h [] []
/src/orbit/src/ClientData/include/ClientData/ModuleData.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/BinaryStream.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/base/casts.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/TypeRecord.h [] []
/src/orbit/third_party/libunwindstack/MemoryMte.cpp [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/iterator_range.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/SymbolicFile.h [] []
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/tracepoint.pb.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/AnyMovable.h [] []
/src/orbit/src/CaptureClient/include/CaptureClient/GpuQueueSubmissionProcessor.h [] []
/src/orbit/src/ClientData/include/ClientData/ApiStringEvent.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/DWARFDie.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/ELFTypes.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/hash_function_defaults.h [] []
/src/orbit/build_default/src/ClientProtos/protos/ClientProtos/capture_data.pb.cc [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/str_join.h [] []
/src/orbit/src/ClientData/include/ClientData/CallstackInfo.h [] []
/usr/include/x86_64-linux-gnu/sys/stat.h [] []
/src/orbit/third_party/libunwindstack/PeCoffUnwindInfos.h [] []
/src/orbit/src/OrbitBase/include/OrbitBase/Result.h ['ElfFileLoadSymbolsFuzzer'] ['ElfFileLoadSymbolsFuzzer']
/src/orbit/third_party/libunwindstack/MemoryOffline.h [] []
/src/orbit/third_party/libunwindstack/include/unwindstack/DwarfSection.h ['PeCoffInterfaceFuzzer'] ['PeCoffInterfaceFuzzer']
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/message.h ['ProcessServiceUtilsFindSymbolsFilePathFuzzer', 'ModuleLoadSymbolsFuzzer', 'CaptureEventProcessorProcessEventsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/Endian.h ['ElfFileLoadSymbolsFuzzer'] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/StringExtras.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/time/time.h ['ElfFileLoadSymbolsFuzzer'] []
/src/orbit/src/ClientData/CallstackType.cpp [] []
/src/orbit/src/ClientData/include/ClientData/ApiTrackValue.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h [] []
/src/orbit/src/ClientData/include/ClientData/ModuleIdentifier.h [] []
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/BinaryStreamArray.h [] []
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/hashtablez_sampler.h [] []

Directories in report

Directory
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/CodeView/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/Native/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/time/
/src/orbit/src/Introspection/include/Introspection/
/src/orbit/src/CaptureClient/include/CaptureClient/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/memory/
/usr/include/
/src/orbit/src/ClientData/include/ClientData/
/src/orbit/src/ProcessService/
/src/orbit/src/ApiUtils/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/BinaryFormat/
/src/orbit/src/OrbitBase/
/src/orbit/src/ClientData/
/usr/local/bin/../include/c++/v1/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/internal/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/Symbolize/
/root/.conan/data/libunwindstack-android-dependencies/20210709/orbitdeps/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/android-base/
/src/orbit/src/Introspection/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/str_format/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Object/
/src/orbit/third_party/libunwindstack/include/unwindstack/
/src/orbit/build_default/src/ClientProtos/protos/ClientProtos/
/src/orbit/src/ApiUtils/include/ApiUtils/
/src/orbit/build_default/src/GrpcProtos/grpc_codegen/include/GrpcProtos/
/root/.conan/data/outcome/2.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/
/src/orbit/src/ObjectUtils/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/utility/
/src/orbit/src/ModuleUtils/
/src/orbit/third_party/libunwindstack/tests/fuzz/
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/io/
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/stubs/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/Support/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/container/
/usr/include/x86_64-linux-gnu/sys/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/synchronization/
/root/.conan/data/protobuf/3.9.1/bincrafters/stable/package/2eaaac2d93639a9dedb75e0bac511068f285731e/include/google/protobuf/
/src/orbit/third_party/xxHash-r42/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/numeric/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/hash/internal/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/PDB/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/base/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/types/
/src/orbit/src/ObjectUtils/include/ObjectUtils/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/base/internal/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/DebugInfo/DWARF/
/src/orbit/third_party/libunwindstack/
/root/.conan/data/llvm-core/12.0.0/orbitdeps/stable/package/cbd2cd7d8e726ebd067a51a963351e9ae50d0f17/include/llvm/ADT/
/src/orbit/src/CaptureClient/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/internal/
/src/orbit/src/OrbitBase/include/OrbitBase/
/root/.conan/data/abseil/20211102.0/_/_/package/f4137d472d6f474f5a07a8c0d9739e99241bd1d2/include/absl/strings/
/src/orbit/src/ApiInterface/include/ApiInterface/
/src/orbit/src/Symbols/