]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Use evlist__for_each in a few remaining places
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Oct 2014 13:31:54 +0000 (11:31 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Oct 2014 13:31:54 +0000 (11:31 -0200)
commit9cf6cc3427b9d737b2427f90de13216c1440b478
tree9df75724f38b7f04a0cc455b5a5fee3f921697af
parent898dfc2a5a72372791c7b62bee02efbc5b350883
perf tools: Use evlist__for_each in a few remaining places

Where direct use of the longer form using list_for_entry() was being
used.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-v4fw80flg25nkl8jgeod3ot9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/session.c