Searched defs:token_fd (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dfeatures.c23 static int probe_kern_prog_name(int token_fd) argument
48 static int probe_kern_global_data(int token_fd) argument
83 probe_kern_btf(int token_fd) argument
95 probe_kern_btf_func(int token_fd) argument
113 probe_kern_btf_func_global(int token_fd) argument
131 probe_kern_btf_datasec(int token_fd) argument
150 probe_kern_btf_qmark_datasec(int token_fd) argument
169 probe_kern_btf_float(int token_fd) argument
181 probe_kern_btf_decl_tag(int token_fd) argument
198 probe_kern_btf_type_tag(int token_fd) argument
214 probe_kern_array_mmap(int token_fd) argument
226 probe_kern_exp_attach_type(int token_fd) argument
248 probe_kern_probe_read_kernel(int token_fd) argument
268 probe_prog_bind_map(int token_fd) argument
308 probe_module_btf(int token_fd) argument
337 probe_perf_link(int token_fd) argument
367 probe_uprobe_multi_link(int token_fd) argument
402 probe_kern_bpf_cookie(int token_fd) argument
418 probe_kern_btf_enum64(int token_fd) argument
429 probe_kern_arg_ctx_tag(int token_fd) argument
[all...]
H A Dlibbpf_probes.c221 libbpf__load_raw_btf(const char *raw_types, size_t types_len, const char *str_sec, size_t str_len, int token_fd) argument
H A Dbpf.c106 int probe_memcg_account(int token_fd) argument
H A Dbpf.h56 __u32 token_fd; member in struct:bpf_map_create_opts
109 __u32 token_fd; member in struct:bpf_prog_load_opts
140 __u32 token_fd; member in struct:bpf_btf_load_opts
H A Dlibbpf_internal.h390 int token_fd; member in struct:kern_feature_cache
H A Dbtf.c1325 btf_load_into_kernel(struct btf *btf, char *log_buf, size_t log_sz, __u32 log_level, int token_fd) argument
H A Dlibbpf.c709 int token_fd; member in struct:bpf_object
4840 int bpffs_fd = -1, token_fd, err; local
10968 probe_kern_syscall_wrapper(int token_fd) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c287 int mnt_fd = -1, fs_fd = -1, err = 0, bpffs_fd = -1, token_fd = -1; local
431 int fs_fd = -1, mnt_fd = -1, token_fd = -1, err; local
501 int err, token_fd local
569 int err, token_fd = -1, btf_fd = -1; local
638 int err, token_fd = -1, prog_fd = -1; local
[all...]

Completed in 185 milliseconds