logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eztrace_convert - create PAJE/OTF traces

Author

       Francois Trahay (francois.trahay@telecom-sduparis.eu)

1.0                                             05 September 2013                                         man(1)

Description

       Browse  the  INPUT_FILES  generated  by the eztrace command (or eztrace.old) and create PAJE or OTF trace
       files.

Examples

       $ eztrace -t pthread ./application
       Starting EZTrace... done
       [...]
       Stopping EZTrace... saving trace  /tmp/user_eztrace_log_rank_1
       $ eztrace_convert /tmp/user_eztrace_log_rank_1

Name

       eztrace_convert - create PAJE/OTF traces

Options

       -v     Enable verbose mode.

       -t TRACE_FORMAT
              Select the output trace format. Available trace formats are PAJE, OTF (default: PAJE).

       -z     Enable trace compression.

       -o OUTPUT_FILENAME
              Save the output trace as OUTPUT_FILENAME (default: eztrace_output.trace).

       -h     Display this help and exit

Reporting Bugs

       Report eztrace bugs to eztrace-devel@lists.gforge.inria.fr
       EZTrace home page: <http://eztrace.gforge.inria.fr/>

See Also

eztrace(1),  eztrace_stats(1),  eztrace.old(1),   eztrace_cc(1),   eztrace_avail(1),   eztrace_loaded(1),
       eztrace_create_plugin(1)

Synopsis

       eztrace_convert [OPTIONS] INPUT_FILES

See Also