GitXplorerGitXplorer
t

tracecompass-ease-scripting

public
7 stars
5 forks
2 issues

Commits

List of commits on branch master.
Unverified
c623d27202682d492fb8dd7b01562a9d445114a3

Add a link to the tracevizlab's tutorial scripting lab

ttahini committed 4 years ago
Verified
990f4cf742e44711b93a063463791eedb5c23036

Merge pull request #3 from gpollo/marker

ttahini committed 5 years ago
Unverified
c40e54c24cd779b74ab38769c329357b99880779

Add marker example for javascript

ggpollo committed 5 years ago
Unverified
9976f30c80fa7474f46719c343dd8e05d50a8d5f

Split the machine learning python scripts in 2 scripts

ttahini committed 5 years ago
Unverified
fac9b53e85c20fc2aea919b1eaf7e93e5d95f8b9

Merge branch 'master' of https://github.com/damadux/tracecompass-ease-scripting into damadux-master

ttahini committed 5 years ago
Unverified
788c6d0d831a12d00ba39cd7a05d844ff1e3b116

Add link to benchmark post

ttahini committed 5 years ago

README

The README file for this repository.

tracecompass-ease-scripting

This repo contains documentation, examples and utility scripts for the Trace Compass Scripting feature. It contains material developed and written by the community, as a complement to what is provided with Trace Compass itself.

Contributions are welcome! Make sure to add the appropriate traces if the example scripts require specific events not easily available, so that users can try the scripts and get actual results.

Content

Here's a list of example scripts for Trace Compass. In the example folder are example scripts that work with sample traces, but may need to be fine-tuned to one's needs.

In the utils directory are utility scripts that can be used as is with the right use case. They may require some parameters to run properly.

Examples:

Utilities:

  • utils/javascript/exportUstSymbols.js: Export symbols from LTTng-UST traces of applications instrumented with -finstrument-function. It generates content in the GNU nm's format that can then be imported on any machine to configure symbols correctly for that trace. Symbols needs to be properly configured before running this script.

References

Documentation

Here are links to the official documentation of the Trace Compass Scripting Feature.

Community

Here's a list of references, blog posts, etc, produced by the Community.