Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcputopo.h44 struct numa_topology { struct
67 struct numa_topology *numa_topology__new(void); argument
68 void numa_topology__delete(struct numa_topology *tp);
Dcputopo.c360 struct numa_topology *numa_topology__new(void) in numa_topology__new()
363 struct numa_topology *tp = NULL; in numa_topology__new()
412 void numa_topology__delete(struct numa_topology *tp) in numa_topology__delete()
Dheader.c679 struct numa_topology *tp; in write_numa_topology()
3382 FEAT_OPR(NUMA_TOPOLOGY, numa_topology, true),
/linux-6.1.9/tools/perf/
Dbuiltin-record.c3798 struct numa_topology *topo; in record__init_thread_numa_masks()