Home
last modified time | relevance | path

Searched refs:numa_topology (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dcputopo.h44 struct numa_topology { struct
72 struct numa_topology *numa_topology__new(void);
73 void numa_topology__delete(struct numa_topology *tp);
H A Dcputopo.c375 struct numa_topology *numa_topology__new(void) in numa_topology__new()
378 struct numa_topology *tp = NULL; in numa_topology__new()
427 void numa_topology__delete(struct numa_topology *tp) in numa_topology__delete()
H A Dheader.c689 struct numa_topology *tp; in write_numa_topology()
3425 FEAT_OPR(NUMA_TOPOLOGY, numa_topology, true),
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c3780 struct numa_topology *topo; in record__init_thread_numa_masks()