From 551d8244ca3843dab20fee819bab3a88c222fabc Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 28 Nov 2022 15:02:47 -0500 Subject: [PATCH] Rename "Side" to "Software" Signed-off-by: Mathieu Desnoyers --- README.md | 2 +- include/side/trace.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c933b3..39292de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022 EfficiOS Inc. # side -Static Instrumentation Dynamically Enabled +Software Instrumentation Dynamically Enabled # dependencies librseq: https://github.com/compudj/librseq diff --git a/include/side/trace.h b/include/side/trace.h index 235382e..f03b4fc 100644 --- a/include/side/trace.h +++ b/include/side/trace.h @@ -15,7 +15,7 @@ #include /* - * SIDE stands for "Static Instrumentation Dynamically Enabled" + * SIDE stands for "Software Instrumentation Dynamically Enabled" * * This is an instrumentation API for Linux user-space, which exposes an * instrumentation type system and facilities allowing a kernel or -- 2.34.1