Rename C++ header files to .hpp
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 15 Dec 2021 20:13:05 +0000 (15:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 Mar 2022 02:40:17 +0000 (22:40 -0400)
commitc9e313bc594f40a86eed237dce222c0fc99c957f
treedfa3690e4e3b2d0542c75577870d7799325e9d29
parent4878de5c7deb512bbdac4fdfc498907efa06fb7c
Rename C++ header files to .hpp

Rename all C++ header files (include/**/*-internal.h, src/**/*.h except
argpar and msgpack, some headers in tests) to have the .hpp extension.

Doing so highlights that we include some C++ header files in some test
files still compiled as C. This is ok for now, as the files they include
don't actually contain C++ code incompatible with C yet, but they could
eventually. This is something we can fix later.

Change-Id: I8bf326b6b2946a3e26704f3ef3ac5831bbe9bc26
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
755 files changed:
doc/examples/trigger-condition-event-matches/notification-client.cpp
include/Makefile.am
include/lttng/action/action-internal.h [deleted file]
include/lttng/action/action-internal.hpp [new file with mode: 0644]
include/lttng/action/list-internal.h [deleted file]
include/lttng/action/list-internal.hpp [new file with mode: 0644]
include/lttng/action/notify-internal.h [deleted file]
include/lttng/action/notify-internal.hpp [new file with mode: 0644]
include/lttng/action/path-internal.h [deleted file]
include/lttng/action/path-internal.hpp [new file with mode: 0644]
include/lttng/action/rate-policy-internal.h [deleted file]
include/lttng/action/rate-policy-internal.hpp [new file with mode: 0644]
include/lttng/action/rotate-session-internal.h [deleted file]
include/lttng/action/rotate-session-internal.hpp [new file with mode: 0644]
include/lttng/action/snapshot-session-internal.h [deleted file]
include/lttng/action/snapshot-session-internal.hpp [new file with mode: 0644]
include/lttng/action/start-session-internal.h [deleted file]
include/lttng/action/start-session-internal.hpp [new file with mode: 0644]
include/lttng/action/stop-session-internal.h [deleted file]
include/lttng/action/stop-session-internal.hpp [new file with mode: 0644]
include/lttng/channel-internal.h [deleted file]
include/lttng/channel-internal.hpp [new file with mode: 0644]
include/lttng/condition/buffer-usage-internal.h [deleted file]
include/lttng/condition/buffer-usage-internal.hpp [new file with mode: 0644]
include/lttng/condition/condition-internal.h [deleted file]
include/lttng/condition/condition-internal.hpp [new file with mode: 0644]
include/lttng/condition/evaluation-internal.h [deleted file]
include/lttng/condition/evaluation-internal.hpp [new file with mode: 0644]
include/lttng/condition/event-rule-matches-internal.h [deleted file]
include/lttng/condition/event-rule-matches-internal.hpp [new file with mode: 0644]
include/lttng/condition/session-consumed-size-internal.h [deleted file]
include/lttng/condition/session-consumed-size-internal.hpp [new file with mode: 0644]
include/lttng/condition/session-rotation-internal.h [deleted file]
include/lttng/condition/session-rotation-internal.hpp [new file with mode: 0644]
include/lttng/domain-internal.h [deleted file]
include/lttng/domain-internal.hpp [new file with mode: 0644]
include/lttng/endpoint-internal.h [deleted file]
include/lttng/endpoint-internal.hpp [new file with mode: 0644]
include/lttng/error-query-internal.h [deleted file]
include/lttng/error-query-internal.hpp [new file with mode: 0644]
include/lttng/event-expr-internal.h [deleted file]
include/lttng/event-expr-internal.hpp [new file with mode: 0644]
include/lttng/event-field-value-internal.h [deleted file]
include/lttng/event-field-value-internal.hpp [new file with mode: 0644]
include/lttng/event-internal.h [deleted file]
include/lttng/event-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/event-rule-internal.h [deleted file]
include/lttng/event-rule/event-rule-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/jul-logging-internal.h [deleted file]
include/lttng/event-rule/jul-logging-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/kernel-kprobe-internal.h [deleted file]
include/lttng/event-rule/kernel-kprobe-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/kernel-syscall-internal.h [deleted file]
include/lttng/event-rule/kernel-syscall-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/kernel-tracepoint-internal.h [deleted file]
include/lttng/event-rule/kernel-tracepoint-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/kernel-uprobe-internal.h [deleted file]
include/lttng/event-rule/kernel-uprobe-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/log4j-logging-internal.h [deleted file]
include/lttng/event-rule/log4j-logging-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/python-logging-internal.h [deleted file]
include/lttng/event-rule/python-logging-internal.hpp [new file with mode: 0644]
include/lttng/event-rule/user-tracepoint-internal.h [deleted file]
include/lttng/event-rule/user-tracepoint-internal.hpp [new file with mode: 0644]
include/lttng/health-internal.h [deleted file]
include/lttng/health-internal.hpp [new file with mode: 0644]
include/lttng/kernel-probe-internal.h [deleted file]
include/lttng/kernel-probe-internal.hpp [new file with mode: 0644]
include/lttng/load-internal.h [deleted file]
include/lttng/load-internal.hpp [new file with mode: 0644]
include/lttng/location-internal.h [deleted file]
include/lttng/location-internal.hpp [new file with mode: 0644]
include/lttng/log-level-rule-internal.h [deleted file]
include/lttng/log-level-rule-internal.hpp [new file with mode: 0644]
include/lttng/notification/channel-internal.h [deleted file]
include/lttng/notification/channel-internal.hpp [new file with mode: 0644]
include/lttng/notification/notification-internal.h [deleted file]
include/lttng/notification/notification-internal.hpp [new file with mode: 0644]
include/lttng/ref-internal.h [deleted file]
include/lttng/ref-internal.hpp [new file with mode: 0644]
include/lttng/rotate-internal.h [deleted file]
include/lttng/rotate-internal.hpp [new file with mode: 0644]
include/lttng/save-internal.h [deleted file]
include/lttng/save-internal.hpp [new file with mode: 0644]
include/lttng/session-descriptor-internal.h [deleted file]
include/lttng/session-descriptor-internal.hpp [new file with mode: 0644]
include/lttng/session-internal.h [deleted file]
include/lttng/session-internal.hpp [new file with mode: 0644]
include/lttng/snapshot-internal.h [deleted file]
include/lttng/snapshot-internal.hpp [new file with mode: 0644]
include/lttng/trigger/trigger-internal.h [deleted file]
include/lttng/trigger/trigger-internal.hpp [new file with mode: 0644]
include/lttng/userspace-probe-internal.h [deleted file]
include/lttng/userspace-probe-internal.hpp [new file with mode: 0644]
include/version.h [deleted file]
include/version.hpp [new file with mode: 0644]
src/bin/lttng-consumerd/Makefile.am
src/bin/lttng-consumerd/health-consumerd.cpp
src/bin/lttng-consumerd/health-consumerd.h [deleted file]
src/bin/lttng-consumerd/health-consumerd.hpp [new file with mode: 0644]
src/bin/lttng-consumerd/lttng-consumerd.cpp
src/bin/lttng-consumerd/lttng-consumerd.h [deleted file]
src/bin/lttng-consumerd/lttng-consumerd.hpp [new file with mode: 0644]
src/bin/lttng-consumerd/testpoint.h [deleted file]
src/bin/lttng-consumerd/testpoint.hpp [new file with mode: 0644]
src/bin/lttng-crash/lttng-crash.cpp
src/bin/lttng-relayd/Makefile.am
src/bin/lttng-relayd/backward-compatibility-group-by.cpp
src/bin/lttng-relayd/backward-compatibility-group-by.h [deleted file]
src/bin/lttng-relayd/backward-compatibility-group-by.hpp [new file with mode: 0644]
src/bin/lttng-relayd/cmd-2-1.cpp
src/bin/lttng-relayd/cmd-2-1.h [deleted file]
src/bin/lttng-relayd/cmd-2-1.hpp [new file with mode: 0644]
src/bin/lttng-relayd/cmd-2-11.cpp
src/bin/lttng-relayd/cmd-2-11.h [deleted file]
src/bin/lttng-relayd/cmd-2-11.hpp [new file with mode: 0644]
src/bin/lttng-relayd/cmd-2-2.cpp
src/bin/lttng-relayd/cmd-2-2.h [deleted file]
src/bin/lttng-relayd/cmd-2-2.hpp [new file with mode: 0644]
src/bin/lttng-relayd/cmd-2-4.cpp
src/bin/lttng-relayd/cmd-2-4.h [deleted file]
src/bin/lttng-relayd/cmd-2-4.hpp [new file with mode: 0644]
src/bin/lttng-relayd/cmd.h [deleted file]
src/bin/lttng-relayd/cmd.hpp [new file with mode: 0644]
src/bin/lttng-relayd/connection.cpp
src/bin/lttng-relayd/connection.h [deleted file]
src/bin/lttng-relayd/connection.hpp [new file with mode: 0644]
src/bin/lttng-relayd/ctf-trace.cpp
src/bin/lttng-relayd/ctf-trace.h [deleted file]
src/bin/lttng-relayd/ctf-trace.hpp [new file with mode: 0644]
src/bin/lttng-relayd/health-relayd.cpp
src/bin/lttng-relayd/health-relayd.h [deleted file]
src/bin/lttng-relayd/health-relayd.hpp [new file with mode: 0644]
src/bin/lttng-relayd/index.cpp
src/bin/lttng-relayd/index.h [deleted file]
src/bin/lttng-relayd/index.hpp [new file with mode: 0644]
src/bin/lttng-relayd/live.cpp
src/bin/lttng-relayd/live.h [deleted file]
src/bin/lttng-relayd/live.hpp [new file with mode: 0644]
src/bin/lttng-relayd/lttng-relayd.h [deleted file]
src/bin/lttng-relayd/lttng-relayd.hpp [new file with mode: 0644]
src/bin/lttng-relayd/lttng-viewer-abi.h [deleted file]
src/bin/lttng-relayd/lttng-viewer-abi.hpp [new file with mode: 0644]
src/bin/lttng-relayd/main.cpp
src/bin/lttng-relayd/session.cpp
src/bin/lttng-relayd/session.h [deleted file]
src/bin/lttng-relayd/session.hpp [new file with mode: 0644]
src/bin/lttng-relayd/sessiond-trace-chunks.cpp
src/bin/lttng-relayd/sessiond-trace-chunks.h [deleted file]
src/bin/lttng-relayd/sessiond-trace-chunks.hpp [new file with mode: 0644]
src/bin/lttng-relayd/stream.cpp
src/bin/lttng-relayd/stream.h [deleted file]
src/bin/lttng-relayd/stream.hpp [new file with mode: 0644]
src/bin/lttng-relayd/tcp_keep_alive.cpp
src/bin/lttng-relayd/tcp_keep_alive.h [deleted file]
src/bin/lttng-relayd/tcp_keep_alive.hpp [new file with mode: 0644]
src/bin/lttng-relayd/testpoint.h [deleted file]
src/bin/lttng-relayd/testpoint.hpp [new file with mode: 0644]
src/bin/lttng-relayd/tracefile-array.cpp
src/bin/lttng-relayd/tracefile-array.h [deleted file]
src/bin/lttng-relayd/tracefile-array.hpp [new file with mode: 0644]
src/bin/lttng-relayd/utils.cpp
src/bin/lttng-relayd/utils.h [deleted file]
src/bin/lttng-relayd/utils.hpp [new file with mode: 0644]
src/bin/lttng-relayd/viewer-session.cpp
src/bin/lttng-relayd/viewer-session.h [deleted file]
src/bin/lttng-relayd/viewer-session.hpp [new file with mode: 0644]
src/bin/lttng-relayd/viewer-stream.cpp
src/bin/lttng-relayd/viewer-stream.h [deleted file]
src/bin/lttng-relayd/viewer-stream.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/Makefile.am
src/bin/lttng-sessiond/action-executor.cpp
src/bin/lttng-sessiond/action-executor.h [deleted file]
src/bin/lttng-sessiond/action-executor.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/agent-thread.cpp
src/bin/lttng-sessiond/agent-thread.h [deleted file]
src/bin/lttng-sessiond/agent-thread.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/agent.cpp
src/bin/lttng-sessiond/agent.h [deleted file]
src/bin/lttng-sessiond/agent.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/buffer-registry.cpp
src/bin/lttng-sessiond/buffer-registry.h [deleted file]
src/bin/lttng-sessiond/buffer-registry.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/channel.cpp
src/bin/lttng-sessiond/channel.h [deleted file]
src/bin/lttng-sessiond/channel.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/clear.cpp
src/bin/lttng-sessiond/clear.h [deleted file]
src/bin/lttng-sessiond/clear.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/client.cpp
src/bin/lttng-sessiond/client.h [deleted file]
src/bin/lttng-sessiond/client.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/cmd.cpp
src/bin/lttng-sessiond/cmd.h [deleted file]
src/bin/lttng-sessiond/cmd.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/condition-internal.cpp
src/bin/lttng-sessiond/condition-internal.h [deleted file]
src/bin/lttng-sessiond/condition-internal.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/consumer.cpp
src/bin/lttng-sessiond/consumer.h [deleted file]
src/bin/lttng-sessiond/consumer.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/context.cpp
src/bin/lttng-sessiond/context.h [deleted file]
src/bin/lttng-sessiond/context.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/dispatch.cpp
src/bin/lttng-sessiond/dispatch.h [deleted file]
src/bin/lttng-sessiond/dispatch.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/event-notifier-error-accounting.cpp
src/bin/lttng-sessiond/event-notifier-error-accounting.h [deleted file]
src/bin/lttng-sessiond/event-notifier-error-accounting.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/event.cpp
src/bin/lttng-sessiond/event.h [deleted file]
src/bin/lttng-sessiond/event.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/fd-limit.cpp
src/bin/lttng-sessiond/fd-limit.h [deleted file]
src/bin/lttng-sessiond/fd-limit.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/globals.cpp
src/bin/lttng-sessiond/health-sessiond.h [deleted file]
src/bin/lttng-sessiond/health-sessiond.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/health.cpp
src/bin/lttng-sessiond/kern-modules.h [deleted file]
src/bin/lttng-sessiond/kern-modules.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/kernel-consumer.cpp
src/bin/lttng-sessiond/kernel-consumer.h [deleted file]
src/bin/lttng-sessiond/kernel-consumer.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/kernel.cpp
src/bin/lttng-sessiond/kernel.h [deleted file]
src/bin/lttng-sessiond/kernel.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-sessiond.h [deleted file]
src/bin/lttng-sessiond/lttng-sessiond.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-syscall.cpp
src/bin/lttng-sessiond/lttng-syscall.h [deleted file]
src/bin/lttng-sessiond/lttng-syscall.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-ust-abi.h [deleted file]
src/bin/lttng-sessiond/lttng-ust-abi.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-ust-ctl.h [deleted file]
src/bin/lttng-sessiond/lttng-ust-ctl.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-ust-error.h [deleted file]
src/bin/lttng-sessiond/lttng-ust-error.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/main.cpp
src/bin/lttng-sessiond/manage-apps.cpp
src/bin/lttng-sessiond/manage-apps.h [deleted file]
src/bin/lttng-sessiond/manage-apps.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/manage-consumer.cpp
src/bin/lttng-sessiond/manage-consumer.h [deleted file]
src/bin/lttng-sessiond/manage-consumer.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/manage-kernel.cpp
src/bin/lttng-sessiond/manage-kernel.h [deleted file]
src/bin/lttng-sessiond/manage-kernel.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/modprobe.cpp
src/bin/lttng-sessiond/modprobe.h [deleted file]
src/bin/lttng-sessiond/modprobe.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-commands.cpp
src/bin/lttng-sessiond/notification-thread-commands.h [deleted file]
src/bin/lttng-sessiond/notification-thread-commands.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-events.cpp
src/bin/lttng-sessiond/notification-thread-events.h [deleted file]
src/bin/lttng-sessiond/notification-thread-events.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-internal.h [deleted file]
src/bin/lttng-sessiond/notification-thread-internal.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread.cpp
src/bin/lttng-sessiond/notification-thread.h [deleted file]
src/bin/lttng-sessiond/notification-thread.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/notify-apps.cpp
src/bin/lttng-sessiond/notify-apps.h [deleted file]
src/bin/lttng-sessiond/notify-apps.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/process-utils.cpp
src/bin/lttng-sessiond/register.cpp
src/bin/lttng-sessiond/register.h [deleted file]
src/bin/lttng-sessiond/register.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/rotate.cpp
src/bin/lttng-sessiond/rotate.h [deleted file]
src/bin/lttng-sessiond/rotate.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/rotation-thread.cpp
src/bin/lttng-sessiond/rotation-thread.h [deleted file]
src/bin/lttng-sessiond/rotation-thread.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/save.cpp
src/bin/lttng-sessiond/save.h [deleted file]
src/bin/lttng-sessiond/save.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/session.cpp
src/bin/lttng-sessiond/session.h [deleted file]
src/bin/lttng-sessiond/session.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/sessiond-config.cpp
src/bin/lttng-sessiond/sessiond-config.h [deleted file]
src/bin/lttng-sessiond/sessiond-config.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/snapshot.cpp
src/bin/lttng-sessiond/snapshot.h [deleted file]
src/bin/lttng-sessiond/snapshot.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/testpoint.h [deleted file]
src/bin/lttng-sessiond/testpoint.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/thread-utils.cpp
src/bin/lttng-sessiond/thread.cpp
src/bin/lttng-sessiond/thread.h [deleted file]
src/bin/lttng-sessiond/thread.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/timer.cpp
src/bin/lttng-sessiond/timer.h [deleted file]
src/bin/lttng-sessiond/timer.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/trace-kernel.cpp
src/bin/lttng-sessiond/trace-kernel.h [deleted file]
src/bin/lttng-sessiond/trace-kernel.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/trace-ust.cpp
src/bin/lttng-sessiond/trace-ust.h [deleted file]
src/bin/lttng-sessiond/trace-ust.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/tracker.cpp
src/bin/lttng-sessiond/tracker.h [deleted file]
src/bin/lttng-sessiond/tracker.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/trigger-error-query.cpp
src/bin/lttng-sessiond/ust-abi-internal.h [deleted file]
src/bin/lttng-sessiond/ust-abi-internal.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-app.cpp
src/bin/lttng-sessiond/ust-app.h [deleted file]
src/bin/lttng-sessiond/ust-app.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-clock.h [deleted file]
src/bin/lttng-sessiond/ust-clock.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-consumer.cpp
src/bin/lttng-sessiond/ust-consumer.h [deleted file]
src/bin/lttng-sessiond/ust-consumer.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-ctl-internal.h [deleted file]
src/bin/lttng-sessiond/ust-ctl-internal.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-error-internal.h [deleted file]
src/bin/lttng-sessiond/ust-error-internal.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-field-utils.cpp
src/bin/lttng-sessiond/ust-field-utils.h [deleted file]
src/bin/lttng-sessiond/ust-field-utils.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-metadata.cpp
src/bin/lttng-sessiond/ust-registry.cpp
src/bin/lttng-sessiond/ust-registry.h [deleted file]
src/bin/lttng-sessiond/ust-registry.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/ust-sigbus.cpp
src/bin/lttng-sessiond/ust-sigbus.h [deleted file]
src/bin/lttng-sessiond/ust-sigbus.hpp [new file with mode: 0644]
src/bin/lttng-sessiond/utils.cpp
src/bin/lttng-sessiond/utils.h [deleted file]
src/bin/lttng-sessiond/utils.hpp [new file with mode: 0644]
src/bin/lttng/Makefile.am
src/bin/lttng/command.h [deleted file]
src/bin/lttng/command.hpp [new file with mode: 0644]
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.h [deleted file]
src/bin/lttng/conf.hpp [new file with mode: 0644]
src/bin/lttng/loglevel.cpp
src/bin/lttng/loglevel.h [deleted file]
src/bin/lttng/loglevel.hpp [new file with mode: 0644]
src/bin/lttng/lttng.cpp
src/bin/lttng/uprobe.cpp
src/bin/lttng/uprobe.h [deleted file]
src/bin/lttng/uprobe.hpp [new file with mode: 0644]
src/bin/lttng/utils.cpp
src/bin/lttng/utils.h [deleted file]
src/bin/lttng/utils.hpp [new file with mode: 0644]
src/common/Makefile.am
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/align.h [deleted file]
src/common/align.hpp [new file with mode: 0644]
src/common/argpar-utils/argpar-utils.cpp
src/common/argpar-utils/argpar-utils.h [deleted file]
src/common/argpar-utils/argpar-utils.hpp [new file with mode: 0644]
src/common/buffer-view.cpp
src/common/buffer-view.h [deleted file]
src/common/buffer-view.hpp [new file with mode: 0644]
src/common/bug.h [deleted file]
src/common/bug.hpp [new file with mode: 0644]
src/common/bytecode/bytecode.cpp
src/common/bytecode/bytecode.h [deleted file]
src/common/bytecode/bytecode.hpp [new file with mode: 0644]
src/common/channel.cpp
src/common/common.h [deleted file]
src/common/common.hpp [new file with mode: 0644]
src/common/compat/compat-fcntl.cpp
src/common/compat/directory-handle.cpp
src/common/compat/directory-handle.h [deleted file]
src/common/compat/directory-handle.hpp [new file with mode: 0644]
src/common/compat/dirent.h [deleted file]
src/common/compat/dirent.hpp [new file with mode: 0644]
src/common/compat/endian.h [deleted file]
src/common/compat/endian.hpp [new file with mode: 0644]
src/common/compat/errno.h [deleted file]
src/common/compat/errno.hpp [new file with mode: 0644]
src/common/compat/fcntl.h [deleted file]
src/common/compat/fcntl.hpp [new file with mode: 0644]
src/common/compat/getenv.h [deleted file]
src/common/compat/getenv.hpp [new file with mode: 0644]
src/common/compat/mman.h [deleted file]
src/common/compat/mman.hpp [new file with mode: 0644]
src/common/compat/netdb.h [deleted file]
src/common/compat/netdb.hpp [new file with mode: 0644]
src/common/compat/path.h [deleted file]
src/common/compat/path.hpp [new file with mode: 0644]
src/common/compat/paths.h [deleted file]
src/common/compat/paths.hpp [new file with mode: 0644]
src/common/compat/poll.cpp
src/common/compat/poll.h [deleted file]
src/common/compat/poll.hpp [new file with mode: 0644]
src/common/compat/pthread.h [deleted file]
src/common/compat/pthread.hpp [new file with mode: 0644]
src/common/compat/socket.h [deleted file]
src/common/compat/socket.hpp [new file with mode: 0644]
src/common/compat/string.h [deleted file]
src/common/compat/string.hpp [new file with mode: 0644]
src/common/compat/tid.h [deleted file]
src/common/compat/tid.hpp [new file with mode: 0644]
src/common/compat/time.h [deleted file]
src/common/compat/time.hpp [new file with mode: 0644]
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.h [deleted file]
src/common/config/config-internal.hpp [new file with mode: 0644]
src/common/config/config-session-abi.h [deleted file]
src/common/config/config-session-abi.hpp [new file with mode: 0644]
src/common/config/session-config.cpp
src/common/config/session-config.h [deleted file]
src/common/config/session-config.hpp [new file with mode: 0644]
src/common/consumer/consumer-metadata-cache.cpp
src/common/consumer/consumer-metadata-cache.h [deleted file]
src/common/consumer/consumer-metadata-cache.hpp [new file with mode: 0644]
src/common/consumer/consumer-stream.cpp
src/common/consumer/consumer-stream.h [deleted file]
src/common/consumer/consumer-stream.hpp [new file with mode: 0644]
src/common/consumer/consumer-testpoint.h [deleted file]
src/common/consumer/consumer-testpoint.hpp [new file with mode: 0644]
src/common/consumer/consumer-timer.cpp
src/common/consumer/consumer-timer.h [deleted file]
src/common/consumer/consumer-timer.hpp [new file with mode: 0644]
src/common/consumer/consumer.cpp
src/common/consumer/consumer.h [deleted file]
src/common/consumer/consumer.hpp [new file with mode: 0644]
src/common/consumer/metadata-bucket.cpp
src/common/consumer/metadata-bucket.h [deleted file]
src/common/consumer/metadata-bucket.hpp [new file with mode: 0644]
src/common/context.cpp
src/common/context.h [deleted file]
src/common/context.hpp [new file with mode: 0644]
src/common/credentials.cpp
src/common/credentials.h [deleted file]
src/common/credentials.hpp [new file with mode: 0644]
src/common/daemonize.cpp
src/common/daemonize.h [deleted file]
src/common/daemonize.hpp [new file with mode: 0644]
src/common/defaults.cpp
src/common/defaults.h [deleted file]
src/common/defaults.hpp [new file with mode: 0644]
src/common/domain.cpp
src/common/dynamic-array.cpp
src/common/dynamic-array.h [deleted file]
src/common/dynamic-array.hpp [new file with mode: 0644]
src/common/dynamic-buffer.cpp
src/common/dynamic-buffer.h [deleted file]
src/common/dynamic-buffer.hpp [new file with mode: 0644]
src/common/endpoint.cpp
src/common/error-query.cpp
src/common/error.cpp
src/common/error.h [deleted file]
src/common/error.hpp [new file with mode: 0644]
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/python-logging.cpp
src/common/event-rule/user-tracepoint.cpp
src/common/event.cpp
src/common/fd-handle.cpp
src/common/fd-handle.h [deleted file]
src/common/fd-handle.hpp [new file with mode: 0644]
src/common/fd-tracker/fd-tracker.cpp
src/common/fd-tracker/fd-tracker.h [deleted file]
src/common/fd-tracker/fd-tracker.hpp [new file with mode: 0644]
src/common/fd-tracker/inode.cpp
src/common/fd-tracker/inode.h [deleted file]
src/common/fd-tracker/inode.hpp [new file with mode: 0644]
src/common/fd-tracker/utils-poll.cpp
src/common/fd-tracker/utils.cpp
src/common/fd-tracker/utils.h [deleted file]
src/common/fd-tracker/utils.hpp [new file with mode: 0644]
src/common/filter-grammar-test.cpp
src/common/filter.cpp
src/common/filter.h [deleted file]
src/common/filter.hpp [new file with mode: 0644]
src/common/filter/filter-ast.h [deleted file]
src/common/filter/filter-ast.hpp [new file with mode: 0644]
src/common/filter/filter-ir.h [deleted file]
src/common/filter/filter-ir.hpp [new file with mode: 0644]
src/common/filter/filter-lexer.lpp
src/common/filter/filter-parser.ypp
src/common/filter/filter-symbols.h [deleted file]
src/common/filter/filter-symbols.hpp [new file with mode: 0644]
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.h [deleted file]
src/common/filter/memstream.hpp [new file with mode: 0644]
src/common/fs-handle-internal.h [deleted file]
src/common/fs-handle-internal.hpp [new file with mode: 0644]
src/common/fs-handle.cpp
src/common/fs-handle.h [deleted file]
src/common/fs-handle.hpp [new file with mode: 0644]
src/common/futex.cpp
src/common/futex.h [deleted file]
src/common/futex.hpp [new file with mode: 0644]
src/common/hashtable/hashtable-symbols.h [deleted file]
src/common/hashtable/hashtable-symbols.hpp [new file with mode: 0644]
src/common/hashtable/hashtable.cpp
src/common/hashtable/hashtable.h [deleted file]
src/common/hashtable/hashtable.hpp [new file with mode: 0644]
src/common/hashtable/seed.cpp
src/common/hashtable/utils.cpp
src/common/hashtable/utils.h [deleted file]
src/common/hashtable/utils.hpp [new file with mode: 0644]
src/common/health/health.cpp
src/common/index-allocator.cpp
src/common/index-allocator.h [deleted file]
src/common/index-allocator.hpp [new file with mode: 0644]
src/common/index/ctf-index.h [deleted file]
src/common/index/ctf-index.hpp [new file with mode: 0644]
src/common/index/index.cpp
src/common/index/index.h [deleted file]
src/common/index/index.hpp [new file with mode: 0644]
src/common/ini-config/ini-config.cpp
src/common/ini-config/ini-config.h [deleted file]
src/common/ini-config/ini-config.hpp [new file with mode: 0644]
src/common/ini-config/ini.cpp
src/common/ini-config/ini.h [deleted file]
src/common/ini-config/ini.hpp [new file with mode: 0644]
src/common/kernel-consumer/kernel-consumer.cpp
src/common/kernel-consumer/kernel-consumer.h [deleted file]
src/common/kernel-consumer/kernel-consumer.hpp [new file with mode: 0644]
src/common/kernel-ctl/kernel-ctl.cpp
src/common/kernel-ctl/kernel-ctl.h [deleted file]
src/common/kernel-ctl/kernel-ctl.hpp [new file with mode: 0644]
src/common/kernel-ctl/kernel-ioctl.h [deleted file]
src/common/kernel-ctl/kernel-ioctl.hpp [new file with mode: 0644]
src/common/kernel-probe.cpp
src/common/location.cpp
src/common/log-level-rule.cpp
src/common/lttng-elf.cpp
src/common/lttng-elf.h [deleted file]
src/common/lttng-elf.hpp [new file with mode: 0644]
src/common/lttng-kernel-old.h [deleted file]
src/common/lttng-kernel-old.hpp [new file with mode: 0644]
src/common/lttng-kernel.h [deleted file]
src/common/lttng-kernel.hpp [new file with mode: 0644]
src/common/macros.h [deleted file]
src/common/macros.hpp [new file with mode: 0644]
src/common/mi-lttng.cpp
src/common/mi-lttng.h [deleted file]
src/common/mi-lttng.hpp [new file with mode: 0644]
src/common/notification.cpp
src/common/optional.h [deleted file]
src/common/optional.hpp [new file with mode: 0644]
src/common/path.cpp
src/common/path.h [deleted file]
src/common/path.hpp [new file with mode: 0644]
src/common/payload-view.cpp
src/common/payload-view.h [deleted file]
src/common/payload-view.hpp [new file with mode: 0644]
src/common/payload.cpp
src/common/payload.h [deleted file]
src/common/payload.hpp [new file with mode: 0644]
src/common/pipe.cpp
src/common/pipe.h [deleted file]
src/common/pipe.hpp [new file with mode: 0644]
src/common/readwrite.cpp
src/common/readwrite.h [deleted file]
src/common/readwrite.hpp [new file with mode: 0644]
src/common/relayd/relayd.cpp
src/common/relayd/relayd.h [deleted file]
src/common/relayd/relayd.hpp [new file with mode: 0644]
src/common/runas.cpp
src/common/runas.h [deleted file]
src/common/runas.hpp [new file with mode: 0644]
src/common/session-descriptor.cpp
src/common/sessiond-comm/agent.h [deleted file]
src/common/sessiond-comm/agent.hpp [new file with mode: 0644]
src/common/sessiond-comm/inet.cpp
src/common/sessiond-comm/inet.h [deleted file]
src/common/sessiond-comm/inet.hpp [new file with mode: 0644]
src/common/sessiond-comm/inet6.cpp
src/common/sessiond-comm/inet6.h [deleted file]
src/common/sessiond-comm/inet6.hpp [new file with mode: 0644]
src/common/sessiond-comm/relayd.h [deleted file]
src/common/sessiond-comm/relayd.hpp [new file with mode: 0644]
src/common/sessiond-comm/sessiond-comm.cpp
src/common/sessiond-comm/sessiond-comm.h [deleted file]
src/common/sessiond-comm/sessiond-comm.hpp [new file with mode: 0644]
src/common/shm.cpp
src/common/shm.h [deleted file]
src/common/shm.hpp [new file with mode: 0644]
src/common/snapshot.cpp
src/common/snapshot.h [deleted file]
src/common/snapshot.hpp [new file with mode: 0644]
src/common/spawn-viewer.cpp
src/common/spawn-viewer.h [deleted file]
src/common/spawn-viewer.hpp [new file with mode: 0644]
src/common/string-utils/format.h [deleted file]
src/common/string-utils/format.hpp [new file with mode: 0644]
src/common/string-utils/string-utils.cpp
src/common/string-utils/string-utils.h [deleted file]
src/common/string-utils/string-utils.hpp [new file with mode: 0644]
src/common/testpoint/testpoint.cpp
src/common/testpoint/testpoint.h [deleted file]
src/common/testpoint/testpoint.hpp [new file with mode: 0644]
src/common/thread.cpp
src/common/thread.h [deleted file]
src/common/thread.hpp [new file with mode: 0644]
src/common/time.cpp
src/common/time.h [deleted file]
src/common/time.hpp [new file with mode: 0644]
src/common/trace-chunk-registry.h [deleted file]
src/common/trace-chunk-registry.hpp [new file with mode: 0644]
src/common/trace-chunk.cpp
src/common/trace-chunk.h [deleted file]
src/common/trace-chunk.hpp [new file with mode: 0644]
src/common/tracker.cpp
src/common/tracker.h [deleted file]
src/common/tracker.hpp [new file with mode: 0644]
src/common/trigger.cpp
src/common/unix.cpp
src/common/unix.h [deleted file]
src/common/unix.hpp [new file with mode: 0644]
src/common/uri.cpp
src/common/uri.h [deleted file]
src/common/uri.hpp [new file with mode: 0644]
src/common/userspace-probe.cpp
src/common/ust-consumer/ust-consumer.cpp
src/common/ust-consumer/ust-consumer.h [deleted file]
src/common/ust-consumer/ust-consumer.hpp [new file with mode: 0644]
src/common/utils.cpp
src/common/utils.h [deleted file]
src/common/utils.hpp [new file with mode: 0644]
src/common/uuid.cpp
src/common/uuid.h [deleted file]
src/common/uuid.hpp [new file with mode: 0644]
src/common/waiter.cpp
src/common/waiter.h [deleted file]
src/common/waiter.hpp [new file with mode: 0644]
src/lib/lttng-ctl/Makefile.am
src/lib/lttng-ctl/channel.cpp
src/lib/lttng-ctl/clear.cpp
src/lib/lttng-ctl/destruction-handle.cpp
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.h [deleted file]
src/lib/lttng-ctl/lttng-ctl-helper.hpp [new file with mode: 0644]
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
src/vendor/msgpack/lttng-config.h
tests/regression/kernel/select_poll_epoll.cpp
tests/regression/tools/live/live_test.cpp
tests/regression/tools/notification/consumer_testpoints.cpp
tests/regression/tools/notification/default_pipe_size_getter.cpp
tests/regression/tools/notification/notification.cpp
tests/regression/tools/notification/sessiond_testpoints.cpp
tests/regression/tools/trigger/hidden/hidden_trigger.cpp
tests/regression/tools/trigger/name/trigger_name.cpp
tests/regression/tools/trigger/utils/register-some-triggers.cpp
tests/regression/ust/clock-override/lttng-ust-clock-override-test.c
tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c
tests/regression/ust/ust-dl/prog.c
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/utils/testapp/Makefile.am
tests/utils/testapp/gen-ns-events/gen-ns-events.cpp
tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp
tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp
tests/utils/testapp/gen-ust-events/gen-ust-events.cpp
tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp
tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp
tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp
tests/utils/testapp/signal-helper.h [deleted file]
tests/utils/testapp/signal-helper.hpp [new file with mode: 0644]
tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am
tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp
tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h [deleted file]
tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp [new file with mode: 0644]
tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp
tests/utils/utils.cpp
tests/utils/xml-utils/extract_xml.cpp
tests/utils/xml-utils/validate_xml.cpp
This page took 0.123799 seconds and 4 git commands to generate.