All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
	"Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH 1/4] kernel-shark-qt: Change "pevent_" to "tep_" in Doxygen.
Date: Wed, 29 Aug 2018 19:29:24 +0300	[thread overview]
Message-ID: <20180829162927.20200-1-y.karadz@gmail.com> (raw)

The naming convention has changed in the code already but we forgot to do
this in the Doxygen documentation.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 kernel-shark-qt/src/libkshark.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel-shark-qt/src/libkshark.c b/kernel-shark-qt/src/libkshark.c
index d07bdd8..1b7e544 100644
--- a/kernel-shark-qt/src/libkshark.c
+++ b/kernel-shark-qt/src/libkshark.c
@@ -759,7 +759,7 @@ ssize_t kshark_load_data_entries(struct kshark_context *kshark_ctx,
 
 /**
  * @brief Load the content of the trace data file into an array of
- *	  pevent_records. Use this function only if you need fast access
+ *	  tep_records. Use this function only if you need fast access
  *	  to all fields of the record.
  *
  * @param kshark_ctx: Input location for the session context pointer.
@@ -962,14 +962,14 @@ ssize_t kshark_find_entry_by_time(uint64_t time,
 }
 
 /**
- * @brief Binary search inside a time-sorted array of pevent_records.
+ * @brief Binary search inside a time-sorted array of tep_records.
  *
  * @param time: The value of time to search for.
  * @param data: Input location for the trace data.
  * @param l: Array index specifying the lower edge of the range to search in.
  * @param h: Array index specifying the upper edge of the range to search in.
  *
- * @returns On success, the first pevent_record inside the range, having a
+ * @returns On success, the first tep_record inside the range, having a
 	    timestamp equal or bigger than "time".
 	    If all entries inside the range have timestamps greater than "time"
 	    the function returns BSEARCH_ALL_GREATER (negative value).
-- 
2.17.1

             reply	other threads:[~2018-08-29 20:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-29 16:29 Yordan Karadzhov (VMware) [this message]
2018-08-29 16:29 ` [PATCH 2/4] kernel-shark-qt: Restore the alignment in libkshark-configio.c Yordan Karadzhov (VMware)
2018-08-29 16:32   ` Steven Rostedt
2018-08-29 16:35     ` Yordan Karadzhov (VMware)
2018-08-29 16:29 ` [PATCH 3/4] kernel-shark-qt: Remove TODO comment in kshark_load_data_entries() Yordan Karadzhov (VMware)
2018-08-29 16:29 ` [PATCH 4/4] kernel-shark-qt: Fix Doxygen doc. for libkshark-model.c Yordan Karadzhov (VMware)
2018-08-29 16:34   ` Steven Rostedt

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=20180829162927.20200-1-y.karadz@gmail.com \
    --to=y.karadz@gmail.com \
    --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.