Home
last modified time | relevance | path

Searched refs:numa_node (Results 1 – 13 of 13) sorted by relevance

/tools/perf/util/
Denv.h29 struct numa_node { struct
103 struct numa_node *numa_nodes;
Denv.c531 struct numa_node *nn; in perf_env__numa_node()
Dheader.c2064 struct numa_node *n; in print_numa_topology()
2720 struct numa_node *nodes, *n; in process_numa_topology()
/tools/testing/selftests/bpf/prog_tests/
Dbloom_filter_map.c76 opts.numa_node = NUMA_NO_NODE; in test_success_cases()
/tools/lib/bpf/
Dbpf.h52 __u32 numa_node; member
Dlibbpf_internal.h276 __u32 numa_node; member
Dgen_loader.c467 attr.numa_node = map_attr->numa_node; in bpf_gen__map_create()
Dbpf.c202 attr.numa_node = OPTS_GET(opts, numa_node, 0); in bpf_map_create()
Dlibbpf.h1027 LIBBPF_API int bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node);
Dlibbpf.c559 __u32 numa_node; member
2545 if (!get_map_field_int(map_name, btf, m, &map_def->numa_node)) in parse_btf_map_def()
2781 map->numa_node = def->numa_node; in fill_map_from_def()
2814 pr_debug("map '%s': found numa_node = %u.\n", map->name, def->numa_node); in fill_map_from_def()
5195 create_attr.numa_node = map->numa_node; in bpf_object__create_map()
10194 return map->numa_node; in bpf_map__numa_node()
10197 int bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node) in bpf_map__set_numa_node() argument
10201 map->numa_node = numa_node; in bpf_map__set_numa_node()
Dlinker.c1578 if (main_def->numa_node != extra_def->numa_node) { in map_defs_match()
/tools/include/uapi/linux/
Dbpf.h1472 __u32 numa_node; /* numa node (effective only if member
/tools/perf/
Dbuiltin-c2c.c2264 struct numa_node *n; in setup_nodes()