]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf tools: Introducing rblist
authorDavid Ahern <dsahern@gmail.com>
Tue, 31 Jul 2012 04:31:32 +0000 (22:31 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 3 Aug 2012 13:37:21 +0000 (10:37 -0300)
commit37bbd3fff1480a1f5d57abb9e9e56f468954c1b1
tree458ea5149b983dc9cac9ca4bd41e18b5e1655176
parent347ed9903a10179d1cf733d5d77072b283d89da3
perf tools: Introducing rblist

rblist is the rbtree based code from strlist. It will be the common code
for strlist and the to-be-introduced intlist.

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-2-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/util/rblist.c [new file with mode: 0644]
tools/perf/util/rblist.h [new file with mode: 0644]