diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-06-04 14:46:19 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-07-12 13:52:35 -0300 |
commit | f36f83f947ede547833e462696893f866df77324 (patch) | |
tree | 1eba463cd8663ed9ce65f973bb09f00a4971dda5 /tools/perf/ui | |
parent | 45a9ee1b3fa2d8c3fb7a0c7e5a7b77281a4239a6 (diff) | |
download | blackbird-op-linux-f36f83f947ede547833e462696893f866df77324.tar.gz blackbird-op-linux-f36f83f947ede547833e462696893f866df77324.zip |
perf sched: Move struct perf_sched definition out of cmd_sched()
For some reason it consumed quite amount of compile time when declared
as local variable, and it disappeared when moved out of the function.
Moving other variables/tables didn't help.
On my system this single-file-change build time reduced from 11s to 3s.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1370324779-16921-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/ui')
0 files changed, 0 insertions, 0 deletions