Home
last modified time | relevance | path

Searched defs:stackid (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dstackmap.c513 struct stackid { struct
523 static int stackid_init(struct stackid *stackid, struct bpf_map *map, in stackid_init()
545 static int stackid_fastpath(struct stackid *stackid, struct bpf_map *map, in stackid_fastpath()
570 stackid_new_bucket(struct stackid *stackid, struct bpf_map *map) in stackid_new_bucket()
594 static long stackid_install(struct stackid *stackid, struct bpf_map *map, in stackid_install()
632 struct stackid stackid; in BPF_CALL_3() local
689 struct stackid stackid; in BPF_CALL_3() local
/linux/samples/bpf/
H A Dtrace_event_user.c104 __u32 stackid = 0, next_id; in print_stacks() local