Searched refs:callstacks (Results 1 – 25 of 27) sorted by relevance
12
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker_unittest.cc | 304 SequenceStackProfileTracker::SourceCallstack callstacks[3]; in TEST() local 305 callstacks[0] = {2, 1, 0}; in TEST() 306 callstacks[1] = {2, 1, 0, 1, 0}; in TEST() 307 callstacks[2] = {0, 2, 0, 1, 2}; in TEST() 328 for (uint32_t i = 0; i < base::ArraySize(callstacks); ++i) in TEST() 329 spt->AddCallstack(i, callstacks[i]); in TEST() 333 for (size_t i = 0; i < base::ArraySize(callstacks); ++i) { in TEST() 336 callstacks[i]; in TEST()
|
D | proto_trace_parser.cc | 278 for (auto it = packet.callstacks(); it; ++it) { in ParseProfilePacket()
|
/external/perfetto/test/trace_processor/profiling/ |
D | heap_profile_tracker_new_stack.textproto | 28 callstacks { 57 callstacks {
|
D | heap_profile_jit.textproto | 49 callstacks { 53 callstacks {
|
D | heap_profile_dump_max_legacy.textproto | 81 callstacks { 87 callstacks {
|
D | heap_profile_dump_max.textproto | 81 callstacks { 87 callstacks {
|
D | heap_profile.textproto | 81 callstacks { 87 callstacks {
|
D | stack_profile_tracker_empty_callstack.textproto | 20 callstacks {
|
D | heap_profile_no_symbols.textproto | 33 callstacks {
|
D | heap_profile_tracker_twoheaps.textproto | 28 callstacks {
|
D | heap_profile_deobfuscate_memfd.textproto | 55 callstacks {
|
D | heap_profile_deobfuscate.textproto | 55 callstacks {
|
/external/perfetto/test/trace_processor/dynamic/ |
D | index | 12 # Annotated callstacks.
|
/external/libgav1/libgav1/cmake/ |
D | libgav1_sanitizer.cmake | 38 # Make sanitizer callstacks accurate.
|
/external/libaom/libaom/build/cmake/ |
D | sanitizers.cmake | 36 # Make callstacks accurate.
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 90 // Frames of callstacks of a program. 93 repeated Callstack callstacks = 7; field
|
/external/perfetto/protos/perfetto/config/profiling/ |
D | perf_event_config.proto | 45 // If set, the profiler will sample userspace processes' callstacks at the 135 // If true, callstacks will include the kernel-space frames. Such frames can
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 35 repeated Callstack callstacks = 3; field 182 // Index into InternedData.callstacks
|
/external/perfetto/docs/data-sources/ |
D | native-heap-profiler.md | 24 callstacks collected at that point in time. 32 Information about callstacks is written to the following tables: 340 ### Implausible callstacks 450 the callstacks are still complete. 526 We can get the callstacks that allocated using an SQL Query in the
|
/external/perfetto/docs/case-studies/ |
D | memory.md | 320 to particular function callstacks, supporting a mix of both native and Java 373 show callstacks where some frame matches "loadApkAssets". 425 If we want to only see callstacks that have a frame that contains some string,
|
/external/perfetto/ |
D | CHANGELOG | 75 * Added ability to sample callstacks using kernel tracepoints as timebase. 130 * Fixed excessive memory usage when decoding traces containing callstacks
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-wire-protocol.md | 13 Instead of using a socket pool for sending callstacks and frees to heapprofd, we use a single share…
|
D | heapprofd-sampling.md | 7 A heap profiler associates memory allocations with the callstacks on which they
|
D | heapprofd-design.md | 136 In early versions of heapprofd, we used a `SOCK_STREAM` socket to send callstacks to the service. W…
|
/external/llvm-project/lldb/docs/design/ |
D | structureddataplugins.md | 226 `os_log_debug()`-level info, or to include callstacks in the log 380 `os_log_debug()`-level info, or to include callstacks in the log
|
12