From: José Fonseca Date: Thu, 22 Nov 2012 08:12:37 +0000 (+0000) Subject: s/UNINTERESTING/VERBOSE/ X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=28f65148273ec8fade06a6e5bbfe40017be41dcb s/UNINTERESTING/VERBOSE/ --- 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; }