/developtools/smartperf_host/trace_streamer/src/filter/ |
D | process_filter.cpp | 83 TraceStdtype::Thread *thread = nullptr; in GetOrCreateThreadWithPid() 106 TraceStdtype::Process *process = nullptr; in UpdateOrCreateProcessWithName() 122 TraceStdtype::Thread *thread = nullptr; in UpdateOrCreateThreadWithNameIndex() 223 TraceStdtype::Process *process = nullptr; in GetOrCreateInternalPid() 227 std::tuple<uint32_t, TraceStdtype::Thread *> ProcessFilter::NewThread(uint32_t tid) in NewThread() 236 std::tuple<uint32_t, TraceStdtype::Process *> ProcessFilter::NewProcess(uint32_t pid) in NewProcess() 245 std::tuple<uint32_t, TraceStdtype::Process *> ProcessFilter::CreateProcessMaybe(uint32_t pid, uint6… in CreateProcessMaybe() 248 TraceStdtype::Process *process = nullptr; in CreateProcessMaybe()
|
D | process_filter.h | 50 std::tuple<uint32_t, TraceStdtype::Process *> CreateProcessMaybe(uint32_t pid, uint64_t startT); 51 std::tuple<uint32_t, TraceStdtype::Thread *> NewThread(uint32_t tid); 52 std::tuple<uint32_t, TraceStdtype::Process *> NewProcess(uint32_t pid);
|
D | frame_filter.h | 69 … TraceStdtype::FrameSlice::FrameSliceType frameType_ = TraceStdtype::FrameSlice::ACTURAL_SLICE;
|
D | frame_filter.cpp | 45 …expectStart, ipid, itid, vsyncId, callStackSliceId, expectEnd, (uint8_t)TraceStdtype::FrameSlice::… in BeginVsyncEvent() 117 TraceStdtype::FrameSlice *frameSlice = traceDataCache_->GetFrameSliceData(); in BeginProcessCommandUni() 201 TraceStdtype::FrameSlice *frameSlice = traceDataCache_->GetFrameSliceData(); in EndFrameQueue()
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
D | demo_trace_data_cache_reader.cpp | 20 using namespace TraceStdtype;
|
D | trace_data_cache.h | 25 using namespace TraceStdtype; variable
|
D | demo_trace_data_cache_reader.h | 25 using namespace TraceStdtype; variable
|
D | trace_data_cache_base.h | 28 using namespace TraceStdtype; variable
|
D | demo_trace_data_cache_writer.h | 23 using namespace TraceStdtype; variable
|
D | demo_trace_data_cache_writer.cpp | 20 using namespace TraceStdtype;
|
D | trace_stdtype.cpp | 20 namespace TraceStdtype { namespace
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/ |
D | syscall_stdtype.cpp | 18 namespace TraceStdtype { namespace
|
D | syscall_stdtype.h | 21 namespace TraceStdtype {
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
D | base_stdtype.cpp | 18 namespace TraceStdtype { namespace
|
D | base_stdtype.h | 23 namespace TraceStdtype {
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/ |
D | hilog_stdtype.cpp | 18 namespace TraceStdtype { namespace
|
D | hilog_stdtype.h | 21 namespace TraceStdtype {
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/template/ |
D | app_startup_stdtype.cpp | 18 namespace TraceStdtype { namespace
|
D | task_pool_stdtype.h | 21 namespace TraceStdtype {
|
D | animation_stdtype.h | 23 namespace TraceStdtype {
|
D | app_startup_stdtype.h | 21 namespace TraceStdtype {
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/measure/ |
D | measure_stdtype.cpp | 19 namespace TraceStdtype { namespace
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
D | trace_data_cache.h | 26 using namespace TraceStdtype; variable
|
D | trace_data_cache_reader.h | 40 using namespace TraceStdtype; variable
|
D | trace_data_cache_writer.h | 23 using namespace TraceStdtype; variable
|