Home
last modified time | relevance | path

Searched refs:callstacks (Results 1 – 25 of 27) sorted by relevance

12

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc304 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()
Dproto_trace_parser.cc278 for (auto it = packet.callstacks(); it; ++it) { in ParseProfilePacket()
/external/perfetto/test/trace_processor/profiling/
Dheap_profile_tracker_new_stack.textproto28 callstacks {
57 callstacks {
Dheap_profile_jit.textproto49 callstacks {
53 callstacks {
Dheap_profile_dump_max_legacy.textproto81 callstacks {
87 callstacks {
Dheap_profile_dump_max.textproto81 callstacks {
87 callstacks {
Dheap_profile.textproto81 callstacks {
87 callstacks {
Dstack_profile_tracker_empty_callstack.textproto20 callstacks {
Dheap_profile_no_symbols.textproto33 callstacks {
Dheap_profile_tracker_twoheaps.textproto28 callstacks {
Dheap_profile_deobfuscate_memfd.textproto55 callstacks {
Dheap_profile_deobfuscate.textproto55 callstacks {
/external/perfetto/test/trace_processor/dynamic/
Dindex12 # Annotated callstacks.
/external/libgav1/libgav1/cmake/
Dlibgav1_sanitizer.cmake38 # Make sanitizer callstacks accurate.
/external/libaom/libaom/build/cmake/
Dsanitizers.cmake36 # Make callstacks accurate.
/external/perfetto/protos/perfetto/trace/interned_data/
Dinterned_data.proto90 // Frames of callstacks of a program.
93 repeated Callstack callstacks = 7; field
/external/perfetto/protos/perfetto/config/profiling/
Dperf_event_config.proto45 // 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/
Dprofile_packet.proto35 repeated Callstack callstacks = 3; field
182 // Index into InternedData.callstacks
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md24 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/
Dmemory.md320 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/
DCHANGELOG75 * 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/
Dheapprofd-wire-protocol.md13 Instead of using a socket pool for sending callstacks and frees to heapprofd, we use a single share…
Dheapprofd-sampling.md7 A heap profiler associates memory allocations with the callstacks on which they
Dheapprofd-design.md136 In early versions of heapprofd, we used a `SOCK_STREAM` socket to send callstacks to the service. W…
/external/llvm-project/lldb/docs/design/
Dstructureddataplugins.md226 `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