Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Allow callgraph collection in timer mode.
Browse files Browse the repository at this point in the history
Change-Id: I48700c0c655f7c29ea3eb2ee049aa547a3d327c3
  • Loading branch information
Ben Cheng committed Dec 14, 2011
1 parent 07c74c1 commit 444f6f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oprofile_android
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 444f6f9

Please sign in to comment.