03 Feb, 2015

2 commits


25 Nov, 2014

1 commit


01 Jul, 2014

1 commit

  • There's several locations in the kernel that open code the calculation
    of the next location in the trace_seq buffer. This is usually done with

    p->buffer + p->len

    Instead of having this open coded, supply a helper function in the
    header to do it for them. This function is called trace_seq_buffer_ptr().

    Link: http://lkml.kernel.org/p/20140626220129.452783019@goodmis.org

    Acked-by: Paolo Bonzini
    Signed-off-by: Steven Rostedt

    Steven Rostedt (Red Hat)
     

25 May, 2011

1 commit


01 May, 2010

2 commits