Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracing: Add lttng support for tracing on Linux. #702

Closed
wants to merge 5 commits into from

Commits on Feb 5, 2015

  1. Tracing: Add lttng support for tracing on Linux.

    This commit adds the ability to enable userspace tracing with lttng
    in io.js. It adds tracepoints for all the equivalent dtrace and ETW
    tracepoints. To use these tracepoints enable --with-lttng on linux.
    GlenTiki committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    6ab942b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Fixing nits

    GlenTiki committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    71c0ab7 View commit details
    Browse the repository at this point in the history
  2. fix nits for review

    GlenTiki committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    28c2e2e View commit details
    Browse the repository at this point in the history
  3. fix missing cast nit

    GlenTiki committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    b8a72b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2015

  1. fix missing cast nit

    GlenTiki committed Feb 7, 2015
    Configuration menu
    Copy the full SHA
    fde51f1 View commit details
    Browse the repository at this point in the history