[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170313114652.9207-1-changbin.du@intel.com>
Date: Mon, 13 Mar 2017 19:46:52 +0800
From: changbin.du@...el.com
To: peterz@...radead.org, mingo@...hat.com, acme@...nel.org
Cc: linux-kernel@...r.kernel.org, Changbin Du <changbin.du@...el.com>
Subject: [PATCH] perf: fix typo in function switch_data_file
From: Changbin Du <changbin.du@...el.com>
Should clear buf abs_path, not options.
Signed-off-by: Changbin Du <changbin.du@...el.com>
---
tools/perf/ui/browsers/hists.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c
index a6dae80..6fafe02 100644
--- a/tools/perf/ui/browsers/hists.c
+++ b/tools/perf/ui/browsers/hists.c
@@ -2350,7 +2350,7 @@ static int switch_data_file(void)
return ret;
memset(options, 0, sizeof(options));
- memset(options, 0, sizeof(abs_path));
+ memset(abs_path, 0, sizeof(abs_path));
while ((dent = readdir(pwd_dir))) {
char path[PATH_MAX];
--
2.7.4
Powered by blists - more mailing lists