Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance

/tools/bpf/bpftool/
Dcfg.c12 struct cfg { struct
13 struct list_head funcs;
14 int func_num;
54 #define cfg_first_func(cfg) \ argument
56 #define cfg_last_func(cfg) \ argument
63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func()
131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs()
333 static bool cfg_build(struct cfg *cfg, struct bpf_insn *insn, unsigned int len) in cfg_build()
354 static void cfg_destroy(struct cfg *cfg) in cfg_destroy()
458 static void cfg_dump(struct cfg *cfg) in cfg_dump()
[all …]
/tools/testing/selftests/bpf/progs/
Dstrobemeta.h330 static __always_inline void read_int_var(struct strobemeta_cfg *cfg, in read_int_var()
345 static __always_inline uint64_t read_str_var(struct strobemeta_cfg *cfg, in read_str_var()
375 static __always_inline void *read_map_var(struct strobemeta_cfg *cfg, in read_map_var()
448 struct strobemeta_cfg *cfg; in read_strobe_meta() local
/tools/lib/bpf/
Dxsk.c108 static void xsk_set_umem_config(struct xsk_umem_config *cfg, in xsk_set_umem_config()
127 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
/tools/perf/util/
Dannotate.c3044 const struct annotation_config *cfg = cfgp; in annotation_config__cmp() local
3052 struct annotation_config *cfg; in annotation__config() local
Dparse-events.c2372 struct strlist_config cfg = {.dont_dupstr = true}; in print_sdt_events() local