diff options
author | Peter Zijlstra <peterz@infradead.org> | 2015-05-21 10:57:36 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-27 09:17:44 +0200 |
commit | 1fe684e349e904adeed2883cfdeef259a21c94f4 (patch) | |
tree | 24b41966e9a9854c7b5e6d3ed525fc71f2309581 /tools/perf/builtin-annotate.c | |
parent | 0c41e756b9c5a9899b5cd238226600f8f34c9b82 (diff) | |
download | linux-1fe684e349e904adeed2883cfdeef259a21c94f4.tar.gz linux-1fe684e349e904adeed2883cfdeef259a21c94f4.tar.bz2 linux-1fe684e349e904adeed2883cfdeef259a21c94f4.zip |
perf/x86/intel: Remove pointless tests
Both intel_commit_scheduling() and intel_get_excl_contraints() test
for cntr < 0.
The only way that can happen (aside from a bug) is through
validate_event(), however that is already captured by the
cpuc->is_fake test.
So remove these test and simplify the code.
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