Searched refs:unwind_error (Results 1 – 10 of 10) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | profile_packet_utils.h | 90 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError() argument 92 switch (unwind_error) { in StringifyStackUnwindError()
|
D | profile_module.cc | 292 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/ |
D | common_types.h | 90 unwindstack::ErrorCode unwind_error = unwindstack::ERROR_NONE; member
|
D | perf_producer.cc | 1061 if (sample.unwind_error != unwindstack::ERROR_NONE) { in EmitSample() 1062 perf_sample->set_unwind_error(ToProtoEnum(sample.unwind_error)); in EmitSample()
|
D | unwinding.cc | 468 ret.unwind_error = unwind.error_code; in UnwindSample()
|
/external/perfetto/test/trace_processor/diff_tests/parser/profiling/ |
D | perf_sample_rvc.out | 1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
|
D | perf_sample_sc.out | 1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name"
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 310 // 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/ |
D | perfetto_trace.proto | 13662 // 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/ |
D | perfetto_trace.proto | 14781 // frame is appended, and |unwind_error| is set accordingly. 14786 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field
|