linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] libtracefs: Fix spelling in test name
@ 2022-02-24 23:48 Ian Rogers
  2022-02-24 23:48 ` [PATCH 2/3] libtracefs: Avoid null access Ian Rogers
  2022-02-24 23:48 ` [PATCH 3/3] libtracefs: Move initialization below a null test Ian Rogers
  0 siblings, 2 replies; 7+ messages in thread
From: Ian Rogers @ 2022-02-24 23:48 UTC (permalink / raw)
  To: linux-trace-devel, Tzvetomir Stoyanov, Steven Rostedt; +Cc: Ian Rogers

Synthetic rather than syntetic.

Signed-off-by: Ian Rogers <irogers@google.com>
---
 utest/tracefs-utest.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utest/tracefs-utest.c b/utest/tracefs-utest.c
index 0903243..5163004 100644
--- a/utest/tracefs-utest.c
+++ b/utest/tracefs-utest.c
@@ -436,7 +436,7 @@ static void test_synth_compare(struct test_synth *synth, struct tracefs_dynevent
 	CU_TEST(devents[i] == NULL);
 }
 
-static void test_instance_syntetic(struct tracefs_instance *instance)
+static void test_instance_synthetic(struct tracefs_instance *instance)
 {
 	struct test_synth sevents[] = {
 		{"synth_1", "sched", "sched_waking", "sched", "sched_switch", "pid", "next_pid", "pid_match"},
@@ -496,7 +496,7 @@ static void test_instance_syntetic(struct tracefs_instance *instance)
 
 static void test_synthetic(void)
 {
-	test_instance_syntetic(test_instance);
+	test_instance_synthetic(test_instance);
 }
 
 static void test_trace_file(void)
@@ -1706,6 +1706,6 @@ void test_tracefs_lib(void)
 	CU_add_test(suite, "ftrace marker",
 		    test_ftrace_marker);
 	CU_add_test(suite, "kprobes", test_kprobes);
-	CU_add_test(suite, "syntetic events", test_synthetic);
+	CU_add_test(suite, "synthetic events", test_synthetic);
 	CU_add_test(suite, "eprobes", test_eprobes);
 }
-- 
2.35.1.574.g5d30c73bfb-goog


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-25  0:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 23:48 [PATCH 1/3] libtracefs: Fix spelling in test name Ian Rogers
2022-02-24 23:48 ` [PATCH 2/3] libtracefs: Avoid null access Ian Rogers
2022-02-24 23:48 ` [PATCH 3/3] libtracefs: Move initialization below a null test Ian Rogers
2022-02-24 23:55   ` Steven Rostedt
2022-02-25  0:09     ` Ian Rogers
2022-02-25  0:20       ` Steven Rostedt
2022-02-25  0:21         ` Ian Rogers

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).