Searched defs:cfg (Results 1 – 6 of 6) sorted by relevance
/tools/bpf/bpftool/ |
D | cfg.c | 12 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/cgroup/ |
D | memcg_slabinfo.py | 83 def slub_get_slabinfo(s, cfg): argument 106 def cache_show(s, cfg, objs): argument
|
/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 339 static void read_int_var(struct strobemeta_cfg *cfg, in read_int_var() 354 static __always_inline uint64_t read_str_var(struct strobemeta_cfg *cfg, in read_str_var() 384 static __always_inline void *read_map_var(struct strobemeta_cfg *cfg, in read_map_var() 462 struct strobemeta_cfg *cfg; in read_strobe_meta() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | core_extern.c | 25 const char *cfg; member
|
/tools/lib/bpf/ |
D | xsk.c | 121 static void xsk_set_umem_config(struct xsk_umem_config *cfg, in xsk_set_umem_config() 140 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
|
/tools/perf/util/ |
D | parse-events.c | 2636 struct strlist_config cfg = {.dont_dupstr = true}; in print_sdt_events() local
|