]> git.karo-electronics.de Git - karo-tx-linux.git/commit - tools/perf/util/rblist.c
perf util: Add findnew method to intlist
authorDavid Ahern <dsahern@gmail.com>
Wed, 9 Oct 2013 03:26:52 +0000 (21:26 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Oct 2013 13:28:48 +0000 (10:28 -0300)
commit813335b8b27d9ceeb67a073f501ada8b8dde37a7
tree6089b90d2cefe9c93576dfbf7146c486d4cf6a2b
parent87f918685a452be514d060a09eeb4e0c91422e86
perf util: Add findnew method to intlist

Similar to other findnew based methods if the requested object is not
found, add it to the list.

v2: followed format of other findnew methods per acme's request

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.kim@lge.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1381289214-24885-2-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intlist.c
tools/perf/util/intlist.h
tools/perf/util/rblist.c
tools/perf/util/rblist.h