[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1395689577-214654-1-git-send-email-dzickus@redhat.com>
Date: Mon, 24 Mar 2014 15:32:53 -0400
From: Don Zickus <dzickus@...hat.com>
To: acme@...stprotocols.net
Cc: LKML <linux-kernel@...r.kernel.org>, jolsa@...hat.com,
jmario@...hat.com, fowles@...each.com,
Don Zickus <dzickus@...hat.com>
Subject: [PATCH 0/4] perf: Make some functions generic
This patch just converts some private functions into global ones
that can be used by other tools like the c2c tool I am trying to merge.
Don Zickus (4):
perf: Allow ability to map cpus to nodes easily
perf, kmem: Utilize the new generic cpunode_map
perf, callchain: Add generic report parse callchain callback function
perf, report: Use new generic report parse callchain callback
tools/perf/builtin-kmem.c | 78 +------------------------
tools/perf/builtin-report.c | 77 +-----------------------
tools/perf/util/callchain.c | 83 ++++++++++++++++++++++++++
tools/perf/util/callchain.h | 1 +
tools/perf/util/cpumap.c | 139 ++++++++++++++++++++++++++++++++++++++++++++
tools/perf/util/cpumap.h | 35 +++++++++++
6 files changed, 262 insertions(+), 151 deletions(-)
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists