From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com> To: linux-trace-devel@vger.kernel.org Cc: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com> Subject: [PATCH 7/7] kernel-shark: Quiet the warning printing from libtraceevent Date: Fri, 14 May 2021 15:18:26 +0300 [thread overview] Message-ID: <20210514121826.161749-8-y.karadz@gmail.com> (raw) In-Reply-To: <20210514121826.161749-1-y.karadz@gmail.com> All those warning messages are not really relevant for the users of the GUI. Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com> --- src/libkshark-tepdata.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/libkshark-tepdata.c b/src/libkshark-tepdata.c index 4a84141..323383f 100644 --- a/src/libkshark-tepdata.c +++ b/src/libkshark-tepdata.c @@ -45,6 +45,14 @@ static bool init_thread_seq(void) return seq.buffer != NULL; } +//! @cond Doxygen_Suppress + +void tep_warning(const char *fmt, ...) {} + +void pr_stat(const char *fmt, ...) {} + +//! @endcond + /** Structure for handling all unique attributes of the FTRACE data. */ struct tepdata_handle { /** Page event used to parse the page. */ -- 2.27.0
next prev parent reply other threads:[~2021-05-14 12:18 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-14 12:18 [PATCH 0/7] Final fixes before KS 2.0 Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 1/7] kernel-shark: Preserve markers when appending data Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 2/7] kernel-shark: Preserve open graphs " Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 3/7] kernel-shark: Clear before loading new session Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 4/7] kernel-shark: Better handling of plugins when appending data file Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 5/7] kernel-shark: Do draw the combo point of the mark Yordan Karadzhov (VMware) 2021-05-14 12:18 ` [PATCH 6/7] kernel-shark: Check if "trace_seq" was destroyed before using it Yordan Karadzhov (VMware) 2021-05-14 13:31 ` Steven Rostedt 2021-05-14 13:45 ` Yordan Karadzhov 2021-05-14 13:57 ` Steven Rostedt 2021-05-14 14:01 ` Yordan Karadzhov 2021-05-14 12:18 ` Yordan Karadzhov (VMware) [this message] 2021-05-14 13:33 ` [PATCH 7/7] kernel-shark: Quiet the warning printing from libtraceevent Steven Rostedt 2021-05-14 17:45 ` [PATCH 0/7] Final fixes before KS 2.0 Steven Rostedt 2021-05-14 18:01 ` Steven Rostedt 2021-05-17 10:22 ` Yordan Karadzhov 2021-05-17 12:54 ` Steven Rostedt 2021-05-17 13:04 ` Yordan Karadzhov
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=20210514121826.161749-8-y.karadz@gmail.com \ --to=y.karadz@gmail.com \ --cc=linux-trace-devel@vger.kernel.org \ --subject='Re: [PATCH 7/7] kernel-shark: Quiet the warning printing from libtraceevent' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).