Home
last modified time | relevance | path

Searched refs:callstack_id (Results 1 – 20 of 20) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc274 alloc.callstack_id, intern_lookup); in AddAllocation()
278 CallsiteId callstack_id = *opt_callstack_id; in AddAllocation() local
287 callstack_id, in AddAllocation()
295 callstack_id, in AddAllocation()
299 auto prev_alloc_it = sequence_state.prev_alloc.find({upid, callstack_id}); in AddAllocation()
302 std::make_pair(upid, callstack_id), in AddAllocation()
308 auto prev_free_it = sequence_state.prev_free.find({upid, callstack_id}); in AddAllocation()
311 std::make_pair(upid, callstack_id), in AddAllocation()
319 upid, alloc.callstack_id, alloc.heap_name}]; in AddAllocation()
322 callstacks_for_source_callstack_id.emplace(callstack_id); in AddAllocation()
[all …]
Dstack_profile_tracker.cc336 SourceCallstackId callstack_id, in FindOrInsertCallstack() argument
339 auto it = callstack_ids_.find(callstack_id); in FindOrInsertCallstack()
341 auto interned_callstack = intern_lookup->GetCallstack(callstack_id); in FindOrInsertCallstack()
343 res = AddCallstack(callstack_id, *interned_callstack, intern_lookup); in FindOrInsertCallstack()
347 PERFETTO_DLOG("Unknown callstack %" PRIu64 " : %zu", callstack_id, in FindOrInsertCallstack()
Dheap_profile_tracker.h43 SequenceStackProfileTracker::SourceCallstackId callstack_id = 0; member
Dstack_profile_tracker.h193 SourceCallstackId callstack_id = 0;
Dproto_trace_parser.cc361 src_allocation.callstack_id = sample.callstack_id(); in ParseProfilePacket()
/external/perfetto/test/trace_processor/profiling/
Dstack_profile_tracker_empty_callstack.textproto34 callstack_id: 1
39 callstack_id: 1
Dheap_profile_tracker_twoheaps.textproto44 callstack_id: 1
54 callstack_id: 1
Dheap_profile_tracker_new_stack.textproto43 callstack_id: 1
68 callstack_id: 2
Dheap_profile_jit.textproto65 callstack_id: 1
72 callstack_id: 2
Dheap_profile_dump_max_legacy.textproto105 callstack_id: 1
110 callstack_id: 2
Dheap_profile_dump_max.textproto107 callstack_id: 1
112 callstack_id: 2
Dheap_profile.textproto105 callstack_id: 1
112 callstack_id: 2
Dheap_profile_no_symbols.textproto46 callstack_id: 1
Dheap_profile_deobfuscate_memfd.textproto68 callstack_id: 1
Dheap_profile_deobfuscate.textproto68 callstack_id: 1
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc231 bool IsCallsiteProcessed(int64_t callstack_id) const { in IsCallsiteProcessed()
232 return callsite_to_locations_.find(callstack_id) != in IsCallsiteProcessed()
236 void MaybeSetCallsiteLocations(int64_t callstack_id, in MaybeSetCallsiteLocations() argument
239 callsite_to_locations_.emplace(callstack_id, locs); in MaybeSetCallsiteLocations()
243 int64_t callstack_id) const { in LocationsForCallstack()
244 auto it = callsite_to_locations_.find(callstack_id); in LocationsForCallstack()
245 PERFETTO_CHECK(callstack_id >= 0 && it != callsite_to_locations_.end()); in LocationsForCallstack()
447 bool AddSample(const protozero::PackedVarInt& values, int64_t callstack_id) { in AddSample() argument
448 const auto& location_ids = locations_.LocationsForCallstack(callstack_id); in AddSample()
451 "Failed to find frames for callstack id %" PRIi64 "", callstack_id); in AddSample()
[all …]
/external/perfetto/src/profiling/common/
Dinterning_output.h53 bool IsCallstackNew(uint64_t callstack_id) { in IsCallstackNew() argument
54 return dumped_callstacks_.find(callstack_id) == dumped_callstacks_.end(); in IsCallstackNew()
Dcallstack_trie.cc129 uint64_t callstack_id, in AddChild() argument
131 auto it = children_.emplace(loc, callstack_id, parent); in AddChild()
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto39 optional uint64 callstack_id = 1; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7814 optional uint64 callstack_id = 1; field