Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.cc242 auto unwind_error = in ParsePerfSample() local
243 static_cast<Profiling::StackUnwindError>(sample.unwind_error()); in ParsePerfSample()
245 ProfilePacketUtils::StringifyStackUnwindError(unwind_error)); in ParsePerfSample()
Dprofile_packet_utils.h88 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError() argument
90 switch (unwind_error) { in StringifyStackUnwindError()
/external/perfetto/test/trace_processor/profiling/
Dperf_sample.sql17 select ps.ts, ps.cpu, ps.cpu_mode, ps.unwind_error, ps.perf_session_id,
Dperf_sample_rvc.out1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
Dperf_sample_sc.out1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
/external/perfetto/src/profiling/perf/
Dcommon_types.h90 unwindstack::ErrorCode unwind_error = unwindstack::ERROR_NONE; member
Dperf_producer.cc768 if (sample.unwind_error != unwindstack::ERROR_NONE) { in EmitSample()
769 perf_sample->set_unwind_error(ToProtoEnum(sample.unwind_error)); in EmitSample()
Dunwinding.cc412 ret.unwind_error = unwind.error_code; in UnwindSample()
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto244 // frame is appended, and |unwind_error| is set accordingly.
249 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h200 C(base::Optional<StringPool::Id>, unwind_error) \
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto8019 // frame is appended, and |unwind_error| is set accordingly.
8024 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field