]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
perf/core: Remove unused perf_cgroup_event_cgrp_time() function
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 23 May 2017 21:51:32 +0000 (14:51 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 8 Jun 2017 08:12:39 +0000 (10:12 +0200)
The function was added by commit e5d1367f17ba ("perf: Add cgroup
support") in 2011 and hasn't been used since then. Removing it fixes the
following warning when building with Clang:

    kernel/events/core.c:696:19: error: unused function 'perf_cgroup_event_cgrp_time' [-Werror,-Wunused-function]

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Douglas Anderson <dianders@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170523215132.189049-1-mka@chromium.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c

index 407dad6cf89ac55e221c3a4519ed2c25c1241dc7..bc63f8db1b0d218f09ae489fbfbeb042e82f5cf6 100644 (file)
@@ -925,11 +925,6 @@ static inline int is_cgroup_event(struct perf_event *event)
        return 0;
 }
 
-static inline u64 perf_cgroup_event_cgrp_time(struct perf_event *event)
-{
-       return 0;
-}
-
 static inline void update_cgrp_time_from_event(struct perf_event *event)
 {
 }