lkml.org 
[lkml]   [2008]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH] ftrace port to tracepoints (linux-next)
Date
Hi,Mathieu

I think that it is wonderful that the source code becomes simple by
changing kernel markers to tracepoints.

However, it seems to forget to correct the error message.

For example.
Mathieu Wrote:
>- ret = marker_probe_register("kernel_sched_wakeup",
>- "pid %d state %ld ## rq %p task %p rq->curr %p",
>- wake_up_callback,
>- &ctx_trace);
>+ ret = register_trace_sched_wakeup(probe_sched_wakeup);
> if (ret) {
> pr_info("wakeup trace: Couldn't add marker"
> " probe to kernel_sched_wakeup\n");
> return ret;
> }

if (ret) {
- pr_info("wakeup trace: Couldn't add marker"
+ pr_info("wakeup trace: Couldn't activate tracepoint"
" probe to kernel_sched_wakeup\n");
return ret;
}

Thank you,
--
Takashi Nishiie





\
 
 \ /
  Last update: 2008-07-10 05:17    [W:0.270 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site