Searched refs:spec_id (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | usdt.bpf.h | 98 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() 104 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg_cnt() 121 int err, spec_id; in bpf_usdt_arg() local 125 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg() 126 if (spec_id < 0) in bpf_usdt_arg() 129 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg() 202 int spec_id; in bpf_usdt_cookie() local 204 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_cookie() [all …]
|
A D | usdt.c | 888 int *spec_id, bool *is_new) in allocate_spec_id() argument 896 *spec_id = tmp; in allocate_spec_id() 911 *spec_id = man->free_spec_ids[man->free_spec_cnt - 1]; in allocate_spec_id() 914 err = hashmap__add(specs_hash, target->spec_str, *spec_id); in allocate_spec_id() 924 *spec_id = man->next_free_spec_id; in allocate_spec_id() 935 link->spec_ids[link->spec_cnt] = *spec_id; in allocate_spec_id() 1018 int spec_id; in usdt_manager_attach_usdt() local 1035 spec_id, usdt_provider, usdt_name, path, err); in usdt_manager_attach_usdt() 1043 spec_id, usdt_provider, usdt_name, path); in usdt_manager_attach_usdt() 1046 target->abs_ip, spec_id, usdt_provider, usdt_name, in usdt_manager_attach_usdt() [all …]
|
Completed in 7 milliseconds