Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fd44cd4 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

tools: perf: Fix typo in tools/perf



Correct spelling typo in tools/perf.

Signed-off-by: default avatarMasanari iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ce8283d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ struct callchain_list {
/*
 * A callchain cursor is a single linked list that
 * let one feed a callchain progressively.
 * It keeps persitent allocated entries to minimize
 * It keeps persistent allocated entries to minimize
 * allocations.
 */
struct callchain_cursor_node {
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ static int test_pmu(void)

	ret = stat(path, &st);
	if (ret)
		pr_debug("ommiting PMU cpu tests\n");
		pr_debug("omitting PMU cpu tests\n");
	return !ret;
}

+1 −1
Original line number Diff line number Diff line
#
# List of files needed by perf python extention
# List of files needed by perf python extension
#
# Each source file must be placed on its own line so that it can be
# processed by Makefile and util/setup.py accordingly.