diff options
author | Jiri Olsa <[email protected]> | 2019-02-19 10:58:14 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-02-19 12:21:06 -0300 |
commit | 48e6c5acd36873ff022cd97de866bfd0a36a3b99 (patch) | |
tree | 5c3dd2981a49b4b1b67a1813125a7cb1b35660a6 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5135d5efcbb439c2acb20d6197dd57af3a456e76 (diff) |
perf tools: Add numa_topology object
Add the numa_topology object to return the list of numa nodes together
with their cpus. It will replace the numa code in header.c and will be
used from 'perf record' in the following patches.
Add the following interface functions to load numa details:
struct numa_topology *numa_topology__new(void);
void numa_topology__delete(struct numa_topology *tp);
And replace the current (copied) local interface, with no functional
changes.
Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions