]> Git Repo - linux.git/commit
perf tools: Change strlist to use the new rblist
authorDavid Ahern <[email protected]>
Tue, 31 Jul 2012 04:31:33 +0000 (22:31 -0600)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 3 Aug 2012 13:39:51 +0000 (10:39 -0300)
commitee8dd3ca43f151d9fbe1edeef68fb8a77eb9f047
tree051af5be993ec33515d575580d408a89ee072f86
parent37bbd3fff1480a1f5d57abb9e9e56f468954c1b1
perf tools: Change strlist to use the new rblist

Replaces the direct use of rbtree code with the rblist API. In the end
the patch is a no-op on strlist functionality; the API for strlist is
not changed, only its implementaton.

Signed-off-by: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/strlist.c
tools/perf/util/strlist.h
This page took 0.054129 seconds and 4 git commands to generate.