tracetools_trace: Rolling
  • Links
    • Rosindex
    • Website
    • Repository
    • Bugtracker
  • Python API
    • tracetools_trace package
      • Subpackages
        • tracetools_trace.tools package
      • Submodules
        • tracetools_trace.trace module
      • Module contents
  • Standard Documents
    • PACKAGE
    • CHANGELOG
      • Changelog for package tracetools_trace
        • 8.8.1 (2025-07-29)
        • 8.8.0 (2025-07-01)
        • 8.7.0 (2025-04-24)
        • 8.6.0 (2025-04-17)
        • 8.5.0 (2024-12-20)
        • 8.4.1 (2024-11-25)
        • 8.4.0 (2024-10-15)
        • 8.3.0 (2024-04-26)
        • 8.2.0 (2024-04-16)
        • 8.1.0 (2024-03-27)
        • 8.0.0 (2024-01-23)
        • 7.1.0 (2023-08-23)
        • 7.0.0 (2023-06-09)
        • 6.4.1 (2023-05-11)
        • 6.4.0 (2023-04-28)
        • 6.3.0 (2023-04-18)
        • 6.2.0 (2023-04-18)
        • 6.1.0 (2023-04-13)
        • 6.0.0 (2023-04-12)
        • 5.1.0 (2023-03-02)
        • 5.0.0 (2023-02-14)
        • 4.0.0 (2022-01-20)
        • 3.1.0 (2021-08-11)
        • 2.2.0 (2021-03-29)
        • 2.1.0 (2021-01-13)
        • 2.0.0 (2020-10-12)
        • 1.0.1 (2020-05-27)
        • 1.0.0 (2020-04-24)
        • 0.3.0 (2020-03-04)
        • 0.2.11 (2019-12-09)
        • 0.2.10 (2019-11-17)
        • 0.2.8 (2019-10-14)
        • 0.2.7 (2019-09-09)
        • 0.2.6 (2019-08-16)
        • 0.2.5 (2019-08-15)
        • 0.2.2 (2019-08-01)
        • 0.2.1 (2019-07-31)
        • 0.1.0 (2019-07-11)
  • Index
tracetools_trace: Rolling
  • tracetools_trace
  • tracetools_trace package
  • tracetools_trace.tools package
  • View page source

tracetools_trace.tools package

Submodules

  • tracetools_trace.tools.args module
    • ArgCompleter
    • DefaultArgValueCompleter
    • add_arguments()
    • add_arguments_noninteractive_configure()
    • add_arguments_noninteractive_control()
    • parse_args()
  • tracetools_trace.tools.lttng module
    • get_lttng_version()
    • is_lttng_installed()
    • lttng_fini()
    • lttng_init()
    • lttng_record_snapshot()
    • lttng_start()
    • lttng_stop()
  • tracetools_trace.tools.lttng_impl module
    • destroy()
    • get_lttng_home()
    • get_session_daemon_pid()
    • get_version()
    • is_kernel_paranoid_perf_event()
    • is_kernel_tracer_available()
    • is_session_daemon_not_alive()
    • is_session_daemon_unreachable()
    • record_snapshot()
    • setup()
    • spawn_session_daemon()
    • start()
    • stop()
  • tracetools_trace.tools.lttng_stub module
    • destroy()
    • setup()
    • start()
    • stop()
  • tracetools_trace.tools.names module
  • tracetools_trace.tools.path module
    • append_timestamp()
    • get_tracing_directory()
  • tracetools_trace.tools.signals module
    • SignalHandledException
    • SignalHandlerUtil
    • execute_and_handle_sigint()
  • tracetools_trace.tools.tracepoints module

Module contents

Module for tracing.

tracetools_trace.tools.print_names_list(names: List[str], prefix: str = '\t') → None
tracetools_trace.tools.tracing_supported() → bool

Check if tracing is supported on this platform.

It does not mean a tracer is installed.

Previous Next

© Copyright The <tracetools_trace> Contributors. License: Apache 2.0.

Built with Sphinx using a theme provided by Read the Docs.