lkml.org 
[lkml]   [2016]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v4 3/3] tracing: Histogram for missed timer offsets
    On Tue, 30 Aug 2016 15:58:44 +0530
    Binoy Jayan <binoy.jayan@linaro.org> wrote:

    > +TRACE_EVENT(latency_hrtimer_interrupt,
    > +
    > + TP_PROTO(long long toffset, struct task_struct *curr,
    > + struct task_struct *task),
    > +
    > + TP_ARGS(toffset, curr, task),
    > +
    > + TP_STRUCT__entry(
    > + __field(long long, toffset)
    > + __array(char, ccomm, TASK_COMM_LEN)

    Can curr be different than current? If not, lets not record it.

    -- Steve


    > + __field(int, cprio)
    > + __array(char, tcomm, TASK_COMM_LEN)
    > + __field(int, tprio)
    > + ),

    \
     
     \ /
      Last update: 2016-09-17 09:58    [W:2.803 / U:2.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site