]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf rb_resort: Rename for_each() macros to for_each_entry()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 23 Jun 2016 14:34:10 +0000 (11:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 23 Jun 2016 14:35:07 +0000 (11:35 -0300)
commit98a91837dd1751e730f8265129b376450f41dcfd
tree52447e9ba430c88b6e6a89176f5dd1d9f8e4d5a1
parent602a1f4daa5d107e890fd4f5f558dedf6a0874f3
perf rb_resort: Rename for_each() macros to for_each_entry()

To match the semantics for list.h in the kernel, that are the
interface we use in them.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-iaxuq2yu43mtb504j96q0axs@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c
tools/perf/util/rb_resort.h