Home
last modified time | relevance | path

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

/tools/lib/bpf/
A Dusdt.bpf.h98 int spec_id; in bpf_usdt_arg_cnt() local
100 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg_cnt()
101 if (spec_id < 0) in bpf_usdt_arg_cnt()
119 int spec_id; in bpf_usdt_arg_size() local
121 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg_size()
122 if (spec_id < 0) in bpf_usdt_arg_size()
153 int err, spec_id; in bpf_usdt_arg() local
157 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg()
158 if (spec_id < 0) in bpf_usdt_arg()
234 int spec_id; in bpf_usdt_cookie() local
[all …]
A Dusdt.c904 int *spec_id, bool *is_new) in allocate_spec_id() argument
912 *spec_id = tmp; in allocate_spec_id()
927 *spec_id = man->free_spec_ids[man->free_spec_cnt - 1]; in allocate_spec_id()
940 *spec_id = man->next_free_spec_id; in allocate_spec_id()
951 link->spec_ids[link->spec_cnt] = *spec_id; in allocate_spec_id()
1036 int spec_id; in usdt_manager_attach_usdt() local
1053 spec_id, usdt_provider, usdt_name, path, errstr(err)); in usdt_manager_attach_usdt()
1061 spec_id, usdt_provider, usdt_name, path); in usdt_manager_attach_usdt()
1064 target->abs_ip, spec_id, usdt_provider, usdt_name, in usdt_manager_attach_usdt()
1073 cookies[i] = spec_id; in usdt_manager_attach_usdt()
[all …]

Completed in 7 milliseconds