NUMA: process CPU NUMA information

This commit is contained in:
Balazs Gerofi
2016-09-18 03:15:25 -04:00
parent 2929fbb803
commit 3ae69d1290
3 changed files with 17 additions and 5 deletions

View File

@ -155,7 +155,9 @@ int ihk_mc_pt_virt_to_phys(struct page_table *pt,
uint64_t ihk_mc_pt_virt_to_pagemap(struct page_table *pt, unsigned long virt);
int ihk_mc_get_nr_numa_nodes(void);
int ihk_mc_get_numa_node(int id, int *linux_numa_id, int *type);
struct smp_coreset;
int ihk_mc_get_numa_node(int id, int *linux_numa_id, int *type,
struct smp_coreset **cpu_hw_ids);
int ihk_mc_get_nr_memory_chunks(void);
int ihk_mc_get_memory_chunk(int id,
unsigned long *start,