diff options
author | Lawrence L Love <lawrencex.l.love@intel.com> | 2014-02-12 10:40:25 -0800 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-02-25 15:07:37 +0000 |
commit | b9adf67e972b58da5c017e82bab20438b56f353c (patch) | |
tree | 8f64744216a36b7e18d074ad5892405ff15c5560 /README.markdown | |
parent | 53a4080ffa79234da4ed9a246d15b7604777ac64 (diff) |
apitrace documentation: add multiple callsets
Documentation update for previous commit:
apitrace: Allow multiple --calls and/or --frames input options
Signed-off-by: Lawrence L Love <lawrencex.l.love@intel.com>
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 75c6fbbc..a04742ab 100644 --- a/README.markdown +++ b/README.markdown @@ -96,6 +96,7 @@ Several tools take `CALLSET` arguments, e.g: apitrace dump --calls=CALLSET foo.trace apitrace dump-images --calls=CALLSET foo.trace + apitrace trim --calls=CALLSET1 --calls=CALLSET2 foo.trace The call syntax is very flexible. Here are a few examples: |