Home
last modified time | relevance | path

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

/linux-5.19.10/samples/bpf/
Dtrace_event_user.c105 int error = 1, fd = map_fd[0], stack_map = map_fd[1]; in print_stacks() local
121 while (bpf_map_get_next_key(stack_map, &stackid, &next_id) == 0) { in print_stacks()
122 bpf_map_delete_elem(stack_map, &next_id); in print_stacks()