]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf intlist: Rename for_each() macros to for_each_entry()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 23 Jun 2016 14:39:19 +0000 (11:39 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 23 Jun 2016 14:39:19 +0000 (11:39 -0300)
commit10daf4d01bad77c6ae862367ad2148a8340d94e6
tree2d28447f13c2a7807ba5c70270d4d17e2910ef5f
parent98a91837dd1751e730f8265129b376450f41dcfd
perf intlist: 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-mdp1heu9xjjc12zebh91232l@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intlist.h
tools/perf/util/probe-event.c