Home
last modified time | relevance | path

Searched refs:SymTabLens (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_elf_table.cpp142 if (ebpfElfObj_.SymTabLens()[CurrentRow()] != INVALID_UINT32) { in Column()
143 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfElfObj_.SymTabLens()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Debpf_elf_table.cpp178 if (ebpfElfObj_.SymTabLens()[CurrentRow()] != INVALID_UINT32) { in Column()
179 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfElfObj_.SymTabLens()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1706 const std::deque<uint32_t>& EbpfElf::SymTabLens() const in SymTabLens() function in SysTuning::TraceStdtype::EbpfElf
Dtrace_stdtype.h1482 const std::deque<uint32_t>& SymTabLens() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1713 const std::deque<uint32_t>& EbpfElf::SymTabLens() const in SymTabLens() function in SysTuning::TraceStdtype::EbpfElf
Dtrace_stdtype.h1487 const std::deque<uint32_t>& SymTabLens() const;