Searched refs:get_stack_symbol (Results 1 – 4 of 4) sorted by relevance
98 auto syms = stacks.get_stack_symbol(it.first.kernel_stack, -1); in main()111 auto syms = stacks.get_stack_symbol(it.first.user_stack, it.first.pid); in main()
209 auto symbols = stack_traces.get_stack_symbol(stack_id, -1);
311 std::vector<std::string> get_stack_symbol(int stack_id, int pid);
293 std::vector<std::string> BPFStackTable::get_stack_symbol(int stack_id, in get_stack_symbol() function in ebpf::BPFStackTable