Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dusdt.c576 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie);
785 err = parse_usdt_spec(&target->spec, &note, usdt_cookie); in collect_usdt_targets()
1190 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) in parse_usdt_spec() function