提交 61d5bf5b 编写于 作者: R Robert Richter 提交者: Arnaldo Carvalho de Melo

perf tools: Fix thread map that is type pid_t

Thread map is actually type pid_t and not int.
Signed-off-by: NRobert Richter <robert.richter@amd.com>
Cc: Ingo Molnar <mingo@kernel.org>
Link: http://lkml.kernel.org/r/1333643188-26895-3-git-send-email-robert.richter@amd.comSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 666e6d48
......@@ -6,7 +6,7 @@
struct thread_map {
int nr;
int map[];
pid_t map[];
};
struct thread_map *thread_map__new_by_pid(pid_t pid);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册