diff options
author | Jin Yao <[email protected]> | 2017-05-04 22:58:14 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-06-19 15:14:57 -0300 |
commit | c564f0db92b7f8d734ce530e42a540e12ae3d583 (patch) | |
tree | 30e8c20d5845812d7f763e0d5d21e2c550c7aae9 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 8052bd8243e823a0954bcbafda8f91072598f13d (diff) |
perf report: Remove unnecessary check in annotate_browser_write()
In annotate_browser_write(),
if (dl->offset != -1 && percent_max != 0.0) {
if (percent_max != 0.0) {
...
}
...
}
The second check of (percent_max != 0.0) is not necessary, remove it.
Signed-off-by: Yao Jin <[email protected]>
Acked-by: Milian Wolff <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Yao Jin <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions