]> git.liburcu.org Git - lttng-tools.git/commit
Migrate to SPDX-FileCopyrightText notices master
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Jan 2025 20:30:10 +0000 (20:30 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Jan 2025 20:32:53 +0000 (20:32 +0000)
commit668d25980fc81f4c2290be0c4076f8b6ace0c39b
tree97594395440f4502634766c26faac4a62c3523c7
parent0262cb00580e77a78814b53d8e88c8f8359f688d
Migrate to SPDX-FileCopyrightText notices

Automated using the following snippet:

find . \
  \( -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp' \
     -o -name '*.py' -o -name '*.sh' \) -print0 |
while IFS= read -r -d '' file; do
  sed -E -i \
    's/Copyright(\s*\(C\))?\s+([0-9]{4})\s+(.*)/SPDX-FileCopyrightText: \2 \3/g' \
    "$file"
done

Change-Id: I9a12cdc7fc8bed0c6436b5be62cc57f56ec4ed89
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
799 files changed:
.vscode/build.sh
.vscode/libtool_gdb_wrapper.sh
doc/examples/trigger-condition-event-matches/demo.sh
doc/examples/trigger-condition-event-matches/instrumented-app.c
doc/examples/trigger-condition-event-matches/notification-client.cpp
doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.c
doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.h
extras/bindings/swig/python/tests/example.py
extras/bindings/swig/python/tests/run.sh
extras/bindings/swig/python/tests/tests.py
extras/core-handler/crash.c
extras/core-handler/handler.sh
extras/core-handler/install.sh
extras/core-handler/test.sh
include/lttng/action/action-internal.hpp
include/lttng/action/action.h
include/lttng/action/list-internal.hpp
include/lttng/action/list.h
include/lttng/action/notify-internal.hpp
include/lttng/action/notify.h
include/lttng/action/path-internal.hpp
include/lttng/action/path.h
include/lttng/action/rate-policy-internal.hpp
include/lttng/action/rate-policy.h
include/lttng/action/rotate-session-internal.hpp
include/lttng/action/rotate-session.h
include/lttng/action/snapshot-session-internal.hpp
include/lttng/action/snapshot-session.h
include/lttng/action/start-session-internal.hpp
include/lttng/action/start-session.h
include/lttng/action/stop-session-internal.hpp
include/lttng/action/stop-session.h
include/lttng/channel-internal.hpp
include/lttng/channel.h
include/lttng/clear-handle.h
include/lttng/clear.h
include/lttng/condition/buffer-usage-internal.hpp
include/lttng/condition/buffer-usage.h
include/lttng/condition/condition-internal.hpp
include/lttng/condition/condition.h
include/lttng/condition/evaluation-internal.hpp
include/lttng/condition/evaluation.h
include/lttng/condition/event-rule-matches-internal.hpp
include/lttng/condition/event-rule-matches.h
include/lttng/condition/session-consumed-size-internal.hpp
include/lttng/condition/session-consumed-size.h
include/lttng/condition/session-rotation-internal.hpp
include/lttng/condition/session-rotation.h
include/lttng/constant.h
include/lttng/destruction-handle.h
include/lttng/domain-internal.hpp
include/lttng/domain.h
include/lttng/endpoint-internal.hpp
include/lttng/endpoint.h
include/lttng/error-query-internal.hpp
include/lttng/error-query.h
include/lttng/event-expr-internal.hpp
include/lttng/event-expr.h
include/lttng/event-field-value-internal.hpp
include/lttng/event-field-value.h
include/lttng/event-internal.hpp
include/lttng/event-rule/event-rule-internal.hpp
include/lttng/event-rule/event-rule.h
include/lttng/event-rule/jul-logging-internal.hpp
include/lttng/event-rule/jul-logging.h
include/lttng/event-rule/kernel-kprobe-internal.hpp
include/lttng/event-rule/kernel-kprobe.h
include/lttng/event-rule/kernel-syscall-internal.hpp
include/lttng/event-rule/kernel-syscall.h
include/lttng/event-rule/kernel-tracepoint-internal.hpp
include/lttng/event-rule/kernel-tracepoint.h
include/lttng/event-rule/kernel-uprobe-internal.hpp
include/lttng/event-rule/kernel-uprobe.h
include/lttng/event-rule/log4j-logging-internal.hpp
include/lttng/event-rule/log4j-logging.h
include/lttng/event-rule/log4j2-logging-internal.hpp
include/lttng/event-rule/log4j2-logging.h
include/lttng/event-rule/python-logging-internal.hpp
include/lttng/event-rule/python-logging.h
include/lttng/event-rule/user-tracepoint-internal.hpp
include/lttng/event-rule/user-tracepoint.h
include/lttng/event.h
include/lttng/handle.h
include/lttng/health-internal.hpp
include/lttng/health.h
include/lttng/kernel-probe-internal.hpp
include/lttng/kernel-probe.h
include/lttng/kernel.h
include/lttng/load-internal.hpp
include/lttng/load.h
include/lttng/location-internal.hpp
include/lttng/location.h
include/lttng/log-level-rule-internal.hpp
include/lttng/log-level-rule.h
include/lttng/lttng-error.h
include/lttng/lttng-export.h
include/lttng/lttng.h
include/lttng/notification/channel-internal.hpp
include/lttng/notification/channel.h
include/lttng/notification/notification-internal.hpp
include/lttng/notification/notification.h
include/lttng/rotate-internal.hpp
include/lttng/rotation.h
include/lttng/save-internal.hpp
include/lttng/save.h
include/lttng/session-descriptor-internal.hpp
include/lttng/session-descriptor.h
include/lttng/session-internal.hpp
include/lttng/session.h
include/lttng/snapshot-internal.hpp
include/lttng/snapshot.h
include/lttng/tracker.h
include/lttng/trigger/trigger-internal.hpp
include/lttng/trigger/trigger.h
include/lttng/userspace-probe-internal.hpp
include/lttng/userspace-probe.h
src/bin/lttng-consumerd/health-consumerd.cpp
src/bin/lttng-consumerd/health-consumerd.hpp
src/bin/lttng-consumerd/lttng-consumerd.cpp
src/bin/lttng-consumerd/lttng-consumerd.hpp
src/bin/lttng-consumerd/testpoint.hpp
src/bin/lttng-crash/lttng-crash.cpp
src/bin/lttng-relayd/backward-compatibility-group-by.cpp
src/bin/lttng-relayd/backward-compatibility-group-by.hpp
src/bin/lttng-relayd/cmd-2-1.cpp
src/bin/lttng-relayd/cmd-2-1.hpp
src/bin/lttng-relayd/cmd-2-11.cpp
src/bin/lttng-relayd/cmd-2-11.hpp
src/bin/lttng-relayd/cmd-2-2.cpp
src/bin/lttng-relayd/cmd-2-2.hpp
src/bin/lttng-relayd/cmd-2-4.cpp
src/bin/lttng-relayd/cmd-2-4.hpp
src/bin/lttng-relayd/cmd.hpp
src/bin/lttng-relayd/connection.cpp
src/bin/lttng-relayd/connection.hpp
src/bin/lttng-relayd/ctf-trace.cpp
src/bin/lttng-relayd/ctf-trace.hpp
src/bin/lttng-relayd/health-relayd.cpp
src/bin/lttng-relayd/health-relayd.hpp
src/bin/lttng-relayd/index.cpp
src/bin/lttng-relayd/index.hpp
src/bin/lttng-relayd/live.cpp
src/bin/lttng-relayd/live.hpp
src/bin/lttng-relayd/lttng-relayd.hpp
src/bin/lttng-relayd/lttng-viewer-abi.hpp
src/bin/lttng-relayd/main.cpp
src/bin/lttng-relayd/session.cpp
src/bin/lttng-relayd/session.hpp
src/bin/lttng-relayd/sessiond-trace-chunks.cpp
src/bin/lttng-relayd/sessiond-trace-chunks.hpp
src/bin/lttng-relayd/stream.cpp
src/bin/lttng-relayd/stream.hpp
src/bin/lttng-relayd/tcp_keep_alive.cpp
src/bin/lttng-relayd/tcp_keep_alive.hpp
src/bin/lttng-relayd/testpoint.hpp
src/bin/lttng-relayd/thread-utils.cpp
src/bin/lttng-relayd/tracefile-array.cpp
src/bin/lttng-relayd/tracefile-array.hpp
src/bin/lttng-relayd/utils.cpp
src/bin/lttng-relayd/utils.hpp
src/bin/lttng-relayd/viewer-session.cpp
src/bin/lttng-relayd/viewer-session.hpp
src/bin/lttng-relayd/viewer-stream.cpp
src/bin/lttng-relayd/viewer-stream.hpp
src/bin/lttng-sessiond/action-executor.cpp
src/bin/lttng-sessiond/action-executor.hpp
src/bin/lttng-sessiond/agent-thread.cpp
src/bin/lttng-sessiond/agent-thread.hpp
src/bin/lttng-sessiond/agent.cpp
src/bin/lttng-sessiond/agent.hpp
src/bin/lttng-sessiond/buffer-registry.cpp
src/bin/lttng-sessiond/buffer-registry.hpp
src/bin/lttng-sessiond/channel.cpp
src/bin/lttng-sessiond/channel.hpp
src/bin/lttng-sessiond/clear.cpp
src/bin/lttng-sessiond/clear.hpp
src/bin/lttng-sessiond/client.cpp
src/bin/lttng-sessiond/client.hpp
src/bin/lttng-sessiond/clock-class.cpp
src/bin/lttng-sessiond/clock-class.hpp
src/bin/lttng-sessiond/cmd.cpp
src/bin/lttng-sessiond/cmd.hpp
src/bin/lttng-sessiond/condition-internal.cpp
src/bin/lttng-sessiond/condition-internal.hpp
src/bin/lttng-sessiond/consumer-destination-type.hpp
src/bin/lttng-sessiond/consumer-output.hpp
src/bin/lttng-sessiond/consumer.cpp
src/bin/lttng-sessiond/consumer.hpp
src/bin/lttng-sessiond/context.cpp
src/bin/lttng-sessiond/context.hpp
src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp
src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp
src/bin/lttng-sessiond/ctl-utils.hpp
src/bin/lttng-sessiond/dispatch.cpp
src/bin/lttng-sessiond/dispatch.hpp
src/bin/lttng-sessiond/domain.cpp
src/bin/lttng-sessiond/domain.hpp
src/bin/lttng-sessiond/event-class.cpp
src/bin/lttng-sessiond/event-class.hpp
src/bin/lttng-sessiond/event-notifier-error-accounting.cpp
src/bin/lttng-sessiond/event-notifier-error-accounting.hpp
src/bin/lttng-sessiond/event-rule-configuration.cpp
src/bin/lttng-sessiond/event-rule-configuration.hpp
src/bin/lttng-sessiond/event.cpp
src/bin/lttng-sessiond/event.hpp
src/bin/lttng-sessiond/fd-limit.cpp
src/bin/lttng-sessiond/fd-limit.hpp
src/bin/lttng-sessiond/field.cpp
src/bin/lttng-sessiond/field.hpp
src/bin/lttng-sessiond/globals.cpp
src/bin/lttng-sessiond/health-sessiond.hpp
src/bin/lttng-sessiond/health.cpp
src/bin/lttng-sessiond/kern-modules.hpp
src/bin/lttng-sessiond/kernel-consumer.cpp
src/bin/lttng-sessiond/kernel-consumer.hpp
src/bin/lttng-sessiond/kernel.cpp
src/bin/lttng-sessiond/kernel.hpp
src/bin/lttng-sessiond/lttng-sessiond.hpp
src/bin/lttng-sessiond/lttng-syscall.cpp
src/bin/lttng-sessiond/lttng-syscall.hpp
src/bin/lttng-sessiond/lttng-ust-abi.hpp
src/bin/lttng-sessiond/lttng-ust-ctl.hpp
src/bin/lttng-sessiond/lttng-ust-error.hpp
src/bin/lttng-sessiond/main.cpp
src/bin/lttng-sessiond/manage-apps.cpp
src/bin/lttng-sessiond/manage-apps.hpp
src/bin/lttng-sessiond/manage-consumer.cpp
src/bin/lttng-sessiond/manage-consumer.hpp
src/bin/lttng-sessiond/manage-kernel.cpp
src/bin/lttng-sessiond/manage-kernel.hpp
src/bin/lttng-sessiond/modprobe.cpp
src/bin/lttng-sessiond/modprobe.hpp
src/bin/lttng-sessiond/notification-thread-commands.cpp
src/bin/lttng-sessiond/notification-thread-commands.hpp
src/bin/lttng-sessiond/notification-thread-events.cpp
src/bin/lttng-sessiond/notification-thread-events.hpp
src/bin/lttng-sessiond/notification-thread-internal.hpp
src/bin/lttng-sessiond/notification-thread.cpp
src/bin/lttng-sessiond/notification-thread.hpp
src/bin/lttng-sessiond/notify-apps.cpp
src/bin/lttng-sessiond/notify-apps.hpp
src/bin/lttng-sessiond/process-utils.cpp
src/bin/lttng-sessiond/recording-channel-configuration.cpp
src/bin/lttng-sessiond/recording-channel-configuration.hpp
src/bin/lttng-sessiond/register.cpp
src/bin/lttng-sessiond/register.hpp
src/bin/lttng-sessiond/rotation-thread.cpp
src/bin/lttng-sessiond/rotation-thread.hpp
src/bin/lttng-sessiond/save.cpp
src/bin/lttng-sessiond/save.hpp
src/bin/lttng-sessiond/session.cpp
src/bin/lttng-sessiond/session.hpp
src/bin/lttng-sessiond/sessiond-config.cpp
src/bin/lttng-sessiond/sessiond-config.hpp
src/bin/lttng-sessiond/snapshot-output.hpp
src/bin/lttng-sessiond/snapshot.cpp
src/bin/lttng-sessiond/snapshot.hpp
src/bin/lttng-sessiond/stream-class.cpp
src/bin/lttng-sessiond/stream-class.hpp
src/bin/lttng-sessiond/testpoint.hpp
src/bin/lttng-sessiond/thread-utils.cpp
src/bin/lttng-sessiond/thread.cpp
src/bin/lttng-sessiond/thread.hpp
src/bin/lttng-sessiond/timer.cpp
src/bin/lttng-sessiond/timer.hpp
src/bin/lttng-sessiond/trace-class.cpp
src/bin/lttng-sessiond/trace-class.hpp
src/bin/lttng-sessiond/trace-kernel.cpp
src/bin/lttng-sessiond/trace-kernel.hpp
src/bin/lttng-sessiond/trace-ust.cpp
src/bin/lttng-sessiond/trace-ust.hpp
src/bin/lttng-sessiond/tracker.cpp
src/bin/lttng-sessiond/tracker.hpp
src/bin/lttng-sessiond/trigger-error-query.cpp
src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp
src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp
src/bin/lttng-sessiond/ust-app.cpp
src/bin/lttng-sessiond/ust-app.hpp
src/bin/lttng-sessiond/ust-clock-class.cpp
src/bin/lttng-sessiond/ust-clock-class.hpp
src/bin/lttng-sessiond/ust-consumer.cpp
src/bin/lttng-sessiond/ust-consumer.hpp
src/bin/lttng-sessiond/ust-ctl-internal.hpp
src/bin/lttng-sessiond/ust-error-internal.hpp
src/bin/lttng-sessiond/ust-field-convert.cpp
src/bin/lttng-sessiond/ust-field-quirks.hpp
src/bin/lttng-sessiond/ust-registry-channel.cpp
src/bin/lttng-sessiond/ust-registry-channel.hpp
src/bin/lttng-sessiond/ust-registry-event.cpp
src/bin/lttng-sessiond/ust-registry-event.hpp
src/bin/lttng-sessiond/ust-registry-session-pid.cpp
src/bin/lttng-sessiond/ust-registry-session-pid.hpp
src/bin/lttng-sessiond/ust-registry-session-uid.cpp
src/bin/lttng-sessiond/ust-registry-session-uid.hpp
src/bin/lttng-sessiond/ust-registry-session.cpp
src/bin/lttng-sessiond/ust-registry-session.hpp
src/bin/lttng-sessiond/ust-registry.cpp
src/bin/lttng-sessiond/ust-registry.hpp
src/bin/lttng-sessiond/ust-sigbus.cpp
src/bin/lttng-sessiond/ust-sigbus.hpp
src/bin/lttng-sessiond/utils.cpp
src/bin/lttng-sessiond/utils.hpp
src/bin/lttng/command.hpp
src/bin/lttng/commands/add_context.cpp
src/bin/lttng/commands/add_trigger.cpp
src/bin/lttng/commands/clear.cpp
src/bin/lttng/commands/create.cpp
src/bin/lttng/commands/destroy.cpp
src/bin/lttng/commands/disable_channels.cpp
src/bin/lttng/commands/disable_events.cpp
src/bin/lttng/commands/disable_rotation.cpp
src/bin/lttng/commands/enable_channels.cpp
src/bin/lttng/commands/enable_events.cpp
src/bin/lttng/commands/enable_rotation.cpp
src/bin/lttng/commands/help.cpp
src/bin/lttng/commands/list.cpp
src/bin/lttng/commands/list_triggers.cpp
src/bin/lttng/commands/load.cpp
src/bin/lttng/commands/metadata.cpp
src/bin/lttng/commands/regenerate.cpp
src/bin/lttng/commands/remove_trigger.cpp
src/bin/lttng/commands/rotate.cpp
src/bin/lttng/commands/save.cpp
src/bin/lttng/commands/set_session.cpp
src/bin/lttng/commands/snapshot.cpp
src/bin/lttng/commands/start.cpp
src/bin/lttng/commands/status.cpp
src/bin/lttng/commands/stop.cpp
src/bin/lttng/commands/track-untrack.cpp
src/bin/lttng/commands/version.cpp
src/bin/lttng/commands/view.cpp
src/bin/lttng/conf.cpp
src/bin/lttng/conf.hpp
src/bin/lttng/exception.cpp
src/bin/lttng/exception.hpp
src/bin/lttng/loglevel.cpp
src/bin/lttng/loglevel.hpp
src/bin/lttng/lttng.cpp
src/bin/lttng/uprobe.cpp
src/bin/lttng/uprobe.hpp
src/bin/lttng/utils.cpp
src/bin/lttng/utils.hpp
src/common/actions/action.cpp
src/common/actions/list.cpp
src/common/actions/notify.cpp
src/common/actions/path.cpp
src/common/actions/rate-policy.cpp
src/common/actions/rotate-session.cpp
src/common/actions/snapshot-session.cpp
src/common/actions/start-session.cpp
src/common/actions/stop-session.cpp
src/common/argpar-utils/argpar-utils.cpp
src/common/argpar-utils/argpar-utils.hpp
src/common/buffer-view.cpp
src/common/buffer-view.hpp
src/common/bytecode/bytecode.cpp
src/common/bytecode/bytecode.hpp
src/common/channel.cpp
src/common/common.hpp
src/common/compat/directory-handle.cpp
src/common/compat/directory-handle.hpp
src/common/compat/dirent.hpp
src/common/compat/endian.hpp
src/common/compat/errno.hpp
src/common/compat/getenv.hpp
src/common/compat/mman.hpp
src/common/compat/netdb.hpp
src/common/compat/path.hpp
src/common/compat/paths.hpp
src/common/compat/poll.cpp
src/common/compat/poll.hpp
src/common/compat/pthread.hpp
src/common/compat/socket.hpp
src/common/compat/string.hpp
src/common/compat/tid.hpp
src/common/compat/time.hpp
src/common/compiler.hpp
src/common/conditions/buffer-usage.cpp
src/common/conditions/condition.cpp
src/common/conditions/event-rule-matches.cpp
src/common/conditions/session-consumed-size.cpp
src/common/conditions/session-rotation.cpp
src/common/config/config-internal.hpp
src/common/config/session-config.cpp
src/common/config/session-config.hpp
src/common/consumer/consumer-metadata-cache.cpp
src/common/consumer/consumer-metadata-cache.hpp
src/common/consumer/consumer-stream.cpp
src/common/consumer/consumer-stream.hpp
src/common/consumer/consumer-testpoint.hpp
src/common/consumer/consumer-timer.cpp
src/common/consumer/consumer-timer.hpp
src/common/consumer/consumer.cpp
src/common/consumer/consumer.hpp
src/common/consumer/metadata-bucket.cpp
src/common/consumer/metadata-bucket.hpp
src/common/container-wrapper.hpp
src/common/context.cpp
src/common/context.hpp
src/common/credentials.cpp
src/common/credentials.hpp
src/common/ctl/format.hpp
src/common/ctl/memory.hpp
src/common/daemonize.cpp
src/common/daemonize.hpp
src/common/defaults.cpp
src/common/defaults.hpp
src/common/domain.cpp
src/common/dynamic-array.cpp
src/common/dynamic-array.hpp
src/common/dynamic-buffer.cpp
src/common/dynamic-buffer.hpp
src/common/endpoint.cpp
src/common/error-query.cpp
src/common/error.cpp
src/common/error.hpp
src/common/evaluation.cpp
src/common/event-expr/event-expr.cpp
src/common/event-field-value.cpp
src/common/event-rule/event-rule.cpp
src/common/event-rule/jul-logging.cpp
src/common/event-rule/kernel-kprobe.cpp
src/common/event-rule/kernel-syscall.cpp
src/common/event-rule/kernel-tracepoint.cpp
src/common/event-rule/kernel-uprobe.cpp
src/common/event-rule/log4j-logging.cpp
src/common/event-rule/log4j2-logging.cpp
src/common/event-rule/python-logging.cpp
src/common/event-rule/user-tracepoint.cpp
src/common/event.cpp
src/common/eventfd.cpp
src/common/eventfd.hpp
src/common/exception.cpp
src/common/exception.hpp
src/common/fd-handle.cpp
src/common/fd-handle.hpp
src/common/fd-tracker/fd-tracker.hpp
src/common/fd-tracker/inode.cpp
src/common/fd-tracker/inode.hpp
src/common/fd-tracker/utils-poll.cpp
src/common/fd-tracker/utils.cpp
src/common/fd-tracker/utils.hpp
src/common/file-descriptor.cpp
src/common/file-descriptor.hpp
src/common/filter-grammar-test.cpp
src/common/filter.cpp
src/common/filter.hpp
src/common/filter/filter-ast.hpp
src/common/filter/filter-ir.hpp
src/common/filter/filter-symbols.hpp
src/common/filter/filter-visitor-generate-bytecode.cpp
src/common/filter/filter-visitor-generate-ir.cpp
src/common/filter/filter-visitor-ir-check-binary-comparator.cpp
src/common/filter/filter-visitor-ir-check-binary-op-nesting.cpp
src/common/filter/filter-visitor-ir-normalize-glob-patterns.cpp
src/common/filter/filter-visitor-ir-validate-globbing.cpp
src/common/filter/filter-visitor-ir-validate-string.cpp
src/common/filter/filter-visitor-xml.cpp
src/common/filter/memstream.hpp
src/common/format.hpp
src/common/fs-handle-internal.hpp
src/common/fs-handle.cpp
src/common/fs-handle.hpp
src/common/futex.cpp
src/common/futex.hpp
src/common/hashtable/hashtable-symbols.hpp
src/common/hashtable/hashtable.cpp
src/common/hashtable/hashtable.hpp
src/common/hashtable/seed.cpp
src/common/hashtable/utils.cpp
src/common/hashtable/utils.hpp
src/common/health/health.cpp
src/common/index-allocator.cpp
src/common/index-allocator.hpp
src/common/index/ctf-index.hpp
src/common/index/index.cpp
src/common/index/index.hpp
src/common/ini-config/ini-config.cpp
src/common/ini-config/ini-config.hpp
src/common/ini-config/ini.cpp
src/common/ini-config/ini.hpp
src/common/io-hint.cpp
src/common/io-hint.hpp
src/common/kernel-consumer/kernel-consumer.cpp
src/common/kernel-consumer/kernel-consumer.hpp
src/common/kernel-ctl/kernel-ctl.cpp
src/common/kernel-ctl/kernel-ctl.hpp
src/common/kernel-ctl/kernel-ioctl.hpp
src/common/kernel-probe.cpp
src/common/location.cpp
src/common/locked-reference.hpp
src/common/lockfile.cpp
src/common/lockfile.hpp
src/common/log-level-rule.cpp
src/common/logging-utils.cpp
src/common/logging-utils.hpp
src/common/lttng-elf.cpp
src/common/lttng-elf.hpp
src/common/lttng-kernel-old.hpp
src/common/lttng-kernel.hpp
src/common/macros.hpp
src/common/make-unique-wrapper.hpp
src/common/make-unique.hpp
src/common/math.hpp
src/common/meta-helpers.hpp
src/common/mi-lttng.cpp
src/common/mi-lttng.hpp
src/common/notification.cpp
src/common/optional.hpp
src/common/path.cpp
src/common/path.hpp
src/common/payload-view.cpp
src/common/payload-view.hpp
src/common/payload.cpp
src/common/payload.hpp
src/common/pipe.cpp
src/common/pipe.hpp
src/common/pthread-lock.hpp
src/common/random.cpp
src/common/random.hpp
src/common/readwrite.cpp
src/common/readwrite.hpp
src/common/reference.hpp
src/common/relayd/relayd.cpp
src/common/relayd/relayd.hpp
src/common/runas.cpp
src/common/runas.hpp
src/common/scope-exit.hpp
src/common/session-descriptor.cpp
src/common/sessiond-comm/agent.hpp
src/common/sessiond-comm/inet.cpp
src/common/sessiond-comm/inet.hpp
src/common/sessiond-comm/inet6.cpp
src/common/sessiond-comm/inet6.hpp
src/common/sessiond-comm/relayd.hpp
src/common/sessiond-comm/sessiond-comm.cpp
src/common/sessiond-comm/sessiond-comm.hpp
src/common/shm.cpp
src/common/shm.hpp
src/common/snapshot.cpp
src/common/snapshot.hpp
src/common/spawn-viewer.cpp
src/common/spawn-viewer.hpp
src/common/string-utils/format.hpp
src/common/string-utils/string-utils.cpp
src/common/string-utils/string-utils.hpp
src/common/testpoint/testpoint.cpp
src/common/testpoint/testpoint.hpp
src/common/thread.cpp
src/common/thread.hpp
src/common/time.cpp
src/common/time.hpp
src/common/trace-chunk-registry.hpp
src/common/trace-chunk.cpp
src/common/trace-chunk.hpp
src/common/tracker.cpp
src/common/tracker.hpp
src/common/trigger.cpp
src/common/unix.cpp
src/common/unix.hpp
src/common/urcu.hpp
src/common/uri.cpp
src/common/uri.hpp
src/common/userspace-probe.cpp
src/common/ust-consumer/ust-consumer.cpp
src/common/ust-consumer/ust-consumer.hpp
src/common/utils.cpp
src/common/utils.hpp
src/common/uuid.cpp
src/common/uuid.hpp
src/common/waiter.cpp
src/common/waiter.hpp
src/lib/lttng-ctl/channel.cpp
src/lib/lttng-ctl/clear.cpp
src/lib/lttng-ctl/deprecated-symbols.cpp
src/lib/lttng-ctl/destruction-handle.cpp
src/lib/lttng-ctl/event-rule-convert.cpp
src/lib/lttng-ctl/event-rule-convert.hpp
src/lib/lttng-ctl/event.cpp
src/lib/lttng-ctl/load.cpp
src/lib/lttng-ctl/lttng-ctl-health.cpp
src/lib/lttng-ctl/lttng-ctl-helper.hpp
src/lib/lttng-ctl/lttng-ctl.cpp
src/lib/lttng-ctl/rotate.cpp
src/lib/lttng-ctl/save.cpp
src/lib/lttng-ctl/snapshot.cpp
src/lib/lttng-ctl/tracker.cpp
tests/perf/find_event.c
tests/regression/kernel/select_poll_epoll.cpp
tests/regression/kernel/validate_select_poll_epoll.py
tests/regression/tools/clear/test_live_hang.py
tests/regression/tools/client/test_event_rule_listing.py
tests/regression/tools/client/test_session_commands.py
tests/regression/tools/context/test_ust.py
tests/regression/tools/filtering/gen-ust-events.c
tests/regression/tools/filtering/tp.c
tests/regression/tools/filtering/tp.h
tests/regression/tools/health/health_check.c
tests/regression/tools/health/health_fail.c
tests/regression/tools/health/health_stall.c
tests/regression/tools/health/test_health.sh
tests/regression/tools/live/live_test.cpp
tests/regression/tools/metadata/utils.sh
tests/regression/tools/notification/base_client.c
tests/regression/tools/notification/consumer_testpoints.cpp
tests/regression/tools/notification/notification.cpp
tests/regression/tools/notification/rotation.c
tests/regression/tools/notification/sessiond_testpoints.cpp
tests/regression/tools/notification/util_event_generator.sh
tests/regression/tools/rotation/rotate_utils.sh
tests/regression/tools/rotation/schedule_api.c
tests/regression/tools/trigger/hidden/hidden_trigger.cpp
tests/regression/tools/trigger/name/trigger_name.cpp
tests/regression/tools/trigger/utils/notification-client.cpp
tests/regression/tools/trigger/utils/register-some-triggers.cpp
tests/regression/ust/baddr-statedump/prog.c
tests/regression/ust/baddr-statedump/test_baddr-statedump.py
tests/regression/ust/baddr-statedump/tp.c
tests/regression/ust/baddr-statedump/tp.h
tests/regression/ust/clock-override/lttng-ust-clock-override-test.c
tests/regression/ust/daemon/daemon.c
tests/regression/ust/daemon/test_daemon.py
tests/regression/ust/daemon/ust_tests_daemon.h
tests/regression/ust/exit-fast/exit-fast.c
tests/regression/ust/exit-fast/test_exit-fast.py
tests/regression/ust/fork/fork.c
tests/regression/ust/fork/fork2.c
tests/regression/ust/fork/test_fork.py
tests/regression/ust/fork/ust_tests_fork.h
tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c
tests/regression/ust/high-throughput/main.c
tests/regression/ust/high-throughput/tp.c
tests/regression/ust/high-throughput/tp.h
tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh
tests/regression/ust/libc-wrapper/prog.c
tests/regression/ust/libc-wrapper/test_libc-wrapper.py
tests/regression/ust/linking/demo.c
tests/regression/ust/linking/test_linking.py
tests/regression/ust/linking/tp.c
tests/regression/ust/linking/tp2.c
tests/regression/ust/linking/tp3.c
tests/regression/ust/linking/ust_tests_demo.h
tests/regression/ust/linking/ust_tests_demo2.h
tests/regression/ust/linking/ust_tests_demo3.h
tests/regression/ust/low-throughput/main.c
tests/regression/ust/low-throughput/tp.c
tests/regression/ust/low-throughput/tp.h
tests/regression/ust/multi-lib/callsites.h
tests/regression/ust/multi-lib/multi-lib-test.c
tests/regression/ust/multi-lib/probes.c
tests/regression/ust/multi-lib/probes.h
tests/regression/ust/multi-session/gen-nevents.c
tests/regression/ust/multi-session/tp.c
tests/regression/ust/multi-session/ust_gen_nevents.h
tests/regression/ust/overlap/demo/demo.c
tests/regression/ust/overlap/demo/tp.c
tests/regression/ust/overlap/demo/tp2.c
tests/regression/ust/overlap/demo/tp3.c
tests/regression/ust/overlap/demo/ust_tests_demo.h
tests/regression/ust/overlap/demo/ust_tests_demo2.h
tests/regression/ust/overlap/demo/ust_tests_demo3.h
tests/regression/ust/type-declarations/test_type_declarations.py
tests/regression/ust/type-declarations/type-declarations.c
tests/regression/ust/type-declarations/ust_tests_td.h
tests/regression/ust/ust-constructor/test_ust_constructor_cpp_static.py
tests/regression/ust/ust-dl/libbar-tp.c
tests/regression/ust/ust-dl/libbar-tp.h
tests/regression/ust/ust-dl/libbar.c
tests/regression/ust/ust-dl/libbar.h
tests/regression/ust/ust-dl/libfoo-tp.c
tests/regression/ust/ust-dl/libfoo-tp.h
tests/regression/ust/ust-dl/libfoo.c
tests/regression/ust/ust-dl/libfoo.h
tests/regression/ust/ust-dl/libzzz-tp.c
tests/regression/ust/ust-dl/libzzz-tp.h
tests/regression/ust/ust-dl/libzzz.c
tests/regression/ust/ust-dl/libzzz.h
tests/regression/ust/ust-dl/prog.c
tests/regression/ust/ust-dl/test_ust-dl.py
tests/run.sh
tests/unit/ini_config/ini_config.cpp
tests/unit/test_action.cpp
tests/unit/test_buffer_view.cpp
tests/unit/test_condition.cpp
tests/unit/test_directory_handle.cpp
tests/unit/test_event_expr_to_bytecode.cpp
tests/unit/test_event_rule.cpp
tests/unit/test_fd_tracker.cpp
tests/unit/test_kernel_data.cpp
tests/unit/test_kernel_probe.cpp
tests/unit/test_log_level_rule.cpp
tests/unit/test_notification.cpp
tests/unit/test_payload.cpp
tests/unit/test_rate_policy.cpp
tests/unit/test_relayd_backward_compat_group_by_session.cpp
tests/unit/test_session.cpp
tests/unit/test_string_utils.cpp
tests/unit/test_unix_socket.cpp
tests/unit/test_uri.cpp
tests/unit/test_ust_data.cpp
tests/unit/test_utils_compat_poll.cpp
tests/unit/test_utils_compat_pthread.cpp
tests/unit/test_utils_expand_path.cpp
tests/unit/test_utils_parse_size_suffix.cpp
tests/unit/test_utils_parse_time_suffix.cpp
tests/unit/test_uuid.cpp
tests/unit/ust-sigbus.cpp
tests/utils/bt2_plugins/event_name/event_name.cpp
tests/utils/bt2_plugins/event_name/event_name.hpp
tests/utils/bt2_plugins/field_stats/field_stats.cpp
tests/utils/bt2_plugins/field_stats/field_stats.hpp
tests/utils/bt2_plugins/fmt.hpp
tests/utils/bt2_plugins/lttngtest-plugin.cpp
tests/utils/bt2_plugins/utils.hpp
tests/utils/lttngtest/__init__.py
tests/utils/lttngtest/environment.py
tests/utils/lttngtest/logger.py
tests/utils/lttngtest/lttng.py
tests/utils/lttngtest/lttngctl.py
tests/utils/lttngtest/tap_generator.py
tests/utils/parse-callstack.py
tests/utils/tap/clock.cpp
tests/utils/tap/tap.c
tests/utils/tap/tap.h
tests/utils/tap/tap.sh
tests/utils/test_utils.py
tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events.c
tests/utils/testapp/gen-ns-events/gen-ns-events.cpp
tests/utils/testapp/gen-py-events/gen-py-events.py
tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c
tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp
tests/utils/testapp/gen-ust-events-constructor/01-c-tp-before-define.c
tests/utils/testapp/gen-ust-events-constructor/01-tp-before-define.cpp
tests/utils/testapp/gen-ust-events-constructor/02-c-define-tp.c
tests/utils/testapp/gen-ust-events-constructor/02-define-tp.cpp
tests/utils/testapp/gen-ust-events-constructor/03-c-tp-after-define.c
tests/utils/testapp/gen-ust-events-constructor/03-tp-after-define.cpp
tests/utils/testapp/gen-ust-events-constructor/04-c-tp-provider.c
tests/utils/testapp/gen-ust-events-constructor/04-tp-provider.cpp
tests/utils/testapp/gen-ust-events-constructor/05-c-tp-after-provider.c
tests/utils/testapp/gen-ust-events-constructor/05-tp-after-provider.cpp
tests/utils/testapp/gen-ust-events-constructor/main-a.cpp
tests/utils/testapp/gen-ust-events-constructor/main.cpp
tests/utils/testapp/gen-ust-events-constructor/main_c-a.c
tests/utils/testapp/gen-ust-events-constructor/main_c-so.c
tests/utils/testapp/gen-ust-events-constructor/obj-a.h
tests/utils/testapp/gen-ust-events-constructor/obj.cpp
tests/utils/testapp/gen-ust-events-constructor/obj.h
tests/utils/testapp/gen-ust-events-constructor/tp-a-define.cpp
tests/utils/testapp/gen-ust-events-constructor/tp-a-provider.cpp
tests/utils/testapp/gen-ust-events-constructor/tp-a.h
tests/utils/testapp/gen-ust-events-constructor/tp-a_c-define.c
tests/utils/testapp/gen-ust-events-constructor/tp-a_c-provider.c
tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h
tests/utils/testapp/gen-ust-events-constructor/tp-so-define.cpp
tests/utils/testapp/gen-ust-events-constructor/tp-so-provider.cpp
tests/utils/testapp/gen-ust-events-constructor/tp-so.h
tests/utils/testapp/gen-ust-events-constructor/tp-so_c-define.c
tests/utils/testapp/gen-ust-events-constructor/tp-so_c-provider.c
tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h
tests/utils/testapp/gen-ust-events-constructor/tp.h
tests/utils/testapp/gen-ust-events-constructor/uses_heap.cpp
tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp
tests/utils/testapp/gen-ust-events-ns/tp.c
tests/utils/testapp/gen-ust-events-ns/tp.h
tests/utils/testapp/gen-ust-events/gen-ust-events.cpp
tests/utils/testapp/gen-ust-events/tp.c
tests/utils/testapp/gen-ust-events/tp.h
tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp
tests/utils/testapp/gen-ust-nevents-str/tp.c
tests/utils/testapp/gen-ust-nevents-str/tp.h
tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp
tests/utils/testapp/gen-ust-nevents/tp.c
tests/utils/testapp/gen-ust-nevents/tp.h
tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp
tests/utils/testapp/signal-helper.hpp
tests/utils/testapp/userspace-probe-elf-binary/foo.c
tests/utils/testapp/userspace-probe-elf-binary/foo.h
tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary.c
tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp
tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp
tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp
tests/utils/testapp/userspace-probe-sdt-binary/libbar.c
tests/utils/testapp/userspace-probe-sdt-binary/libbar.h
tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c
tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h
tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c
tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h
tests/utils/testapp/userspace-probe-sdt-binary/sema.c
tests/utils/testapp/userspace-probe-sdt-binary/sema.h
tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary.c
tests/utils/utils.cpp
tests/utils/utils.h
tests/utils/utils.sh
tests/utils/warn_processes.sh
tests/utils/xml-utils/common.hpp
tests/utils/xml-utils/extract_xml.cpp
tests/utils/xml-utils/pretty_xml.cpp
tests/utils/xml-utils/validate_xml.cpp
This page took 0.096085 seconds and 4 git commands to generate.