Searched refs:unwind_error (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | profile_module.cc | 242 auto unwind_error = in ParsePerfSample() local 243 static_cast<Profiling::StackUnwindError>(sample.unwind_error()); in ParsePerfSample() 245 ProfilePacketUtils::StringifyStackUnwindError(unwind_error)); in ParsePerfSample()
|
D | profile_packet_utils.h | 88 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError() argument 90 switch (unwind_error) { in StringifyStackUnwindError()
|
/external/perfetto/test/trace_processor/profiling/ |
D | perf_sample.sql | 17 select ps.ts, ps.cpu, ps.cpu_mode, ps.unwind_error, ps.perf_session_id,
|
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/src/profiling/perf/ |
D | common_types.h | 90 unwindstack::ErrorCode unwind_error = unwindstack::ERROR_NONE; member
|
D | perf_producer.cc | 768 if (sample.unwind_error != unwindstack::ERROR_NONE) { in EmitSample() 769 perf_sample->set_unwind_error(ToProtoEnum(sample.unwind_error)); in EmitSample()
|
D | unwinding.cc | 412 ret.unwind_error = unwind.error_code; in UnwindSample()
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 244 // 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/ |
D | profiler_tables.h | 200 C(base::Optional<StringPool::Id>, unwind_error) \
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 8019 // frame is appended, and |unwind_error| is set accordingly. 8024 oneof optional_unwind_error { Profiling.StackUnwindError unwind_error = 16; }; field
|