Home
last modified time | relevance | path

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

/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.c720 struct numa_topology *tp; in write_numa_topology()
4034 FEAT_OPR(NUMA_TOPOLOGY, numa_topology, true), in perf_session__do_write_header()
/linux/tools/perf/
H A Dbuiltin-record.c3917 struct numa_topology *topo; in record__init_thread_core_masks()