]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Introduce intlist
authorDavid Ahern <dsahern@gmail.com>
Tue, 31 Jul 2012 04:31:34 +0000 (22:31 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 3 Aug 2012 13:42:25 +0000 (10:42 -0300)
commite55218f91f8ab620d50a8335c160f6b9d066f3ee
tree76910778151d86cff5a42f2458b79d64eea0c803
parent1f7090b5349a9bb7344794549e81b8078f9aa015
perf tools: Introduce intlist

Built on rblist - like strlist. Used in the next patch.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1343709095-7089-4-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/util/intlist.c [new file with mode: 0644]
tools/perf/util/intlist.h [new file with mode: 0644]