[PATCH] Modify perf related func interface.

From: Geunsik Lim
Date: Sat Dec 10 2011 - 04:08:03 EST


Signed-off-by: Geunsik Lim <geunsik.lim@xxxxxxxxxxx>
Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
---
lib/gtp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gtp.c b/lib/gtp.c
index 9bdf82c..9a2670e 100644
--- a/lib/gtp.c
+++ b/lib/gtp.c
@@ -4480,7 +4480,7 @@ restart:
tve->pts->event =
perf_event_create_kernel_counter(&(tve->pts->attr),
tve->pts->cpu,
- NULL, NULL, NULL);
+ NULL, NULL);
if (IS_ERR(tve->pts->event)) {
int ret = PTR_ERR(tve->pts->event);

--
1.7.3.4
==========

Thank you for your contribution for embedded kernel debugging

>
> Thanks,
> Hui
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



--
Best regards,
Geunsik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
Homepage: http://leemgs.fedorapeople.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/