Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.h90 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError() argument
92 switch (unwind_error) { in StringifyStackUnwindError()
Dprofile_module.cc292 auto unwind_error = in ParsePerfSample() local
293 static_cast<Profiling::StackUnwindError>(sample.unwind_error()); in ParsePerfSample()
295 ProfilePacketUtils::StringifyStackUnwindError(unwind_error)); in ParsePerfSample()
/external/perfetto/src/profiling/perf/
Dcommon_types.h90 unwindstack::ErrorCode unwind_error = unwindstack::ERROR_NONE; member
Dperf_producer.cc1061 if (sample.unwind_error != unwindstack::ERROR_NONE) { in EmitSample()
1062 perf_sample->set_unwind_error(ToProtoEnum(sample.unwind_error)); in EmitSample()
Dunwinding.cc468 ret.unwind_error = unwind.error_code; in UnwindSample()
/external/perfetto/test/trace_processor/diff_tests/parser/profiling/
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/protos/perfetto/trace/profiling/
Dprofile_packet.proto310 // frame is appended, and |unwind_error| is set accordingly.
315 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto13662 // frame is appended, and |unwind_error| is set accordingly.
13667 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto14781 // frame is appended, and |unwind_error| is set accordingly.
14786 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field