All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Wagner <dwagner@suse.de>
To: linux-trace-devel@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org>, Daniel Wagner <dwagner@suse.de>
Subject: [PATCH] libtracecmd: add trace-rbtree to meson build
Date: Tue,  5 Dec 2023 11:58:26 +0100	[thread overview]
Message-ID: <20231205105826.16428-1-dwagner@suse.de> (raw)

A red black tree implementation was recently added but it only enabled
for the make build process. Add it also to the meson build.

Fixes: 5274db32a7ef ("libtracecmd: Use an rbtree for mapping of cache pages")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
 lib/trace-cmd/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/trace-cmd/meson.build b/lib/trace-cmd/meson.build
index 2193e5265b22..25bdd36357bc 100644
--- a/lib/trace-cmd/meson.build
+++ b/lib/trace-cmd/meson.build
@@ -4,6 +4,7 @@
 
 sources = [
     'trace-hash.c',
+    'trace-rbtree.c',
     'trace-hooks.c',
     'trace-input.c',
     'trace-output.c',
-- 
2.43.0


                 reply	other threads:[~2023-12-05 10:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231205105826.16428-1-dwagner@suse.de \
    --to=dwagner@suse.de \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.