Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_storage.h302 stack_ids_.emplace_back(stack_id); in AddSlice()
312 stack_ids_[index] = stack_id; in set_stack_id()
323 const std::deque<int64_t>& stack_ids() const { return stack_ids_; } in stack_ids()
336 std::deque<int64_t> stack_ids_; variable