X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_trim.cpp;fp=cli%2Fcli_trim.cpp;h=22340b23b40034c90e2d10b1b6816a1c06fe740f;hb=28f65148273ec8fade06a6e5bbfe40017be41dcb;hp=8f0996028ced0e97e8d0a0da9d39a26ef72e22e6;hpb=25e918f484586620d3e718d92aa4d338a1e3c9bd;p=apitrace diff --git a/cli/cli_trim.cpp b/cli/cli_trim.cpp index 8f09960..22340b2 100644 --- a/cli/cli_trim.cpp +++ b/cli/cli_trim.cpp @@ -213,7 +213,7 @@ trim_trace(const char *filename, struct trim_options *options) } /* Also, prune if uninteresting (unless the user asked for no pruning. */ - if (options->prune_uninteresting && call->flags & trace::CALL_FLAG_UNINTERESTING) { + if (options->prune_uninteresting && call->flags & trace::CALL_FLAG_VERBOSE) { goto NEXT; }