aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2015-05-21 10:57:24 +0200
committerIngo Molnar <mingo@kernel.org>2015-05-27 09:17:43 +0200
commitaaf932e8161e45291cc85085b6d850f1bbdf53c8 (patch)
tree463268ffdddee2efed13e32d822ab90450353f73 /tools/perf/builtin-annotate.c
parentb32ed7f5de262b10633bb6c6dbb7f8ba46598cf4 (diff)
downloadlinux-aaf932e8161e45291cc85085b6d850f1bbdf53c8.tar.gz
linux-aaf932e8161e45291cc85085b6d850f1bbdf53c8.tar.bz2
linux-aaf932e8161e45291cc85085b6d850f1bbdf53c8.zip
perf/x86/intel: Simplify the dynamic constraint code somewhat
We have two 'struct event_constraint' local variables in intel_get_excl_constraints(): 'cx' and 'c'. Instead of using 'cx' after the dynamic allocation, put all 'cx' inside the dynamic allocation block and use 'c' outside of it. Also use direct assignment to copy the structure; let the compiler figure it out. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vince Weaver <vincent.weaver@maine.edu> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions