In order to better support tracing in mobile scenarios, we would like the ability to stop a trace based on a trigger.  For example, we are using dotnet-trace to profile an Android application at startup.  It would be helpful if we could stop a trace based on a common method name.
An example:
dotnet-trace /trigger:MethodName=<method-name:>