Home
last modified time | relevance | path

Searched refs:deobfuscation_mapping (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/test/trace_processor/profiling/
Dheap_profile_deobfuscate.textproto78 deobfuscation_mapping {
90 deobfuscation_mapping {
Dheap_graph_two_locations.textproto144 deobfuscation_mapping {
161 deobfuscation_mapping {
Dheap_profile_deobfuscate_memfd.textproto78 deobfuscation_mapping {
Dheap_graph_interleaved.textproto117 deobfuscation_mapping {
Dheap_graph_legacy.textproto137 deobfuscation_mapping {
Dheap_graph_baseapk.textproto146 deobfuscation_mapping {
Dheap_graph.textproto160 deobfuscation_mapping {
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc141 ParseDeobfuscationMapping(decoder.deobfuscation_mapping()); in ParsePacket()
311 protos::pbzero::DeobfuscationMapping::Decoder deobfuscation_mapping( in ParseDeobfuscationMapping() local
314 if (deobfuscation_mapping.package_name().size > 0) { in ParseDeobfuscationMapping()
316 deobfuscation_mapping.package_name()); in ParseDeobfuscationMapping()
319 for (auto class_it = deobfuscation_mapping.obfuscated_classes(); class_it; in ParseDeobfuscationMapping()
Dproto_trace_parser.cc121 packet.deobfuscation_mapping()); in ParseTracePacketImpl()
389 protos::pbzero::DeobfuscationMapping::Decoder deobfuscation_mapping( in ParseDeobfuscationMapping() local
391 if (deobfuscation_mapping.package_name().size == 0) in ParseDeobfuscationMapping()
395 deobfuscation_mapping.package_name()); in ParseDeobfuscationMapping()
400 for (auto class_it = deobfuscation_mapping.obfuscated_classes(); class_it; in ParseDeobfuscationMapping()
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto154 DeobfuscationMapping deobfuscation_mapping = 64; field
Dperfetto_trace.proto8963 DeobfuscationMapping deobfuscation_mapping = 64; field