[PATCHv2 0/3] perf tools: Assorted fixes

From: Jiri Olsa
Date: Mon Feb 18 2019 - 06:39:32 EST


hi,
sending assorted general fixes that queued
up in my other branches.

v2 changes:
- renamed the interface to struct cpu_topology/numa_topology
plus related changes in function names
- adding missing Fixes tag

Also available in here:
https://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/fixes

thanks,
jirka


---
Jiri Olsa (3):
perf header: Fix wrong node write in NUMA_TOPOLOGY feature
perf tools: Add cpu_topology object
perf tools: Add numa_topology object

tools/perf/util/Build | 1 +
tools/perf/util/cputopo.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools/perf/util/cputopo.h | 33 ++++++++++++++++++++++
tools/perf/util/header.c | 269 ++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------
4 files changed, 328 insertions(+), 239 deletions(-)
create mode 100644 tools/perf/util/cputopo.c
create mode 100644 tools/perf/util/cputopo.h