tracetools_trace
  • Python API
    • tracetools_trace package
      • Subpackages
        • tracetools_trace.tools package
      • Submodules
        • tracetools_trace.trace module
      • Module contents
  • Standard Documents
    • CHANGELOG
      • Changelog for package tracetools_trace
        • 6.3.3 (2024-11-09)
        • 6.3.2 (2024-07-11)
        • 6.3.1 (2023-05-11)
        • 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)
    • PACKAGE
  • Index
tracetools_trace
  • 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()
    • parse_args()
  • tracetools_trace.tools.lttng module
  • tracetools_trace.tools.lttng_impl module
    • destroy()
    • get_version()
    • is_kernel_tracer_available()
    • setup()
    • 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.