aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xoprofile_android4
1 files changed, 0 insertions, 4 deletions
diff --git a/oprofile_android b/oprofile_android
index 8527499..7716eac 100755
--- a/oprofile_android
+++ b/oprofile_android
@@ -230,10 +230,6 @@ class Tool:
print '* --timer and --event cannot be used together.'
return 2
- if timer and callgraph is not None:
- print '* --callgraph cannot be used with --timer.'
- return 2
-
opcontrol_args = events
if timer:
opcontrol_args.append('--timer')