From: Ingo Molnar Date: Mon, 21 Sep 2009 08:18:27 +0000 (+0200) Subject: perf_counter: Rename list_entry -> group_entry, counter_list -> group_list X-Git-Tag: v2.6.32-rc1~611^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65abc8653c282ded3dbdb9ec1227784140ba28cd;p=pandora-kernel.git perf_counter: Rename list_entry -> group_entry, counter_list -> group_list This is in preparation of the big rename, but also makes sense in a standalone way: 'list_entry' is a bad name as we already have a list_entry() in list.h. Also, the 'counter list' is too vague, it doesnt tell us the purpose of that list. Clarify these names to show that it's all about the group hiearchy. Acked-by: Peter Zijlstra Cc: Paul Mackerras Cc: Frederic Weisbecker LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed