diff options
author | Adrian Hunter <[email protected]> | 2020-07-10 18:10:58 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-08-06 08:22:07 -0300 |
commit | 1d846aeb86cc6e9db1cf08822404c95ecb8bd6c1 (patch) | |
tree | dc443ea5ca0b15b0cb0baa394947037278436429 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | cb971438b7daa986b599942987e8a4d78443ad58 (diff) |
perf intel-pt: Use itrace error flags to suppress some errors
The itrace "e" option may be followed by flags which affect what errors
will or will not be reported. Each flag must be preceded by either '+' or '-'.
The flags supported by Intel PT are:
-o Suppress overflow errors
-l Suppress trace data lost errors
For example, for errors but not overflow or data lost errors:
--itrace=e-o-l
Suppressing those errors can be useful for testing and debugging because
they are not due to decoding.
Signed-off-by: Adrian Hunter <[email protected]>
Reviewed-by: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions