lkml.org 
[lkml]   [2018]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] tracing: Remove redundant subject
    Date
    There are two consecutive 'we' to represent subject, remove one of the two.

    Signed-off-by: Xiongwei Song <sxwjean@me.com>
    ---
    Documentation/trace/events.txt | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt
    index 1d486660b40f..813b140cfe2c 100644
    --- a/Documentation/trace/events.txt
    +++ b/Documentation/trace/events.txt
    @@ -878,10 +878,10 @@ The following commands are supported:
    Because the default sort key above is 'hitcount', the above shows a
    the list of call_sites by increasing hitcount, so that at the bottom
    we see the functions that made the most kmalloc calls during the
    - run. If instead we we wanted to see the top kmalloc callers in
    - terms of the number of bytes requested rather than the number of
    - calls, and we wanted the top caller to appear at the top, we can use
    - the 'sort' parameter, along with the 'descending' modifier:
    + run. If instead we wanted to see the top kmalloc callers in terms
    + of the number of bytes requested rather than the number of calls,
    + and we wanted the top caller to appear at the top, we can use the
    + 'sort' parameter, along with the 'descending' modifier:

    # echo 'hist:key=call_site.sym:val=bytes_req:sort=bytes_req.descending' > \
    /sys/kernel/debug/tracing/events/kmem/kmalloc/trigger
    --
    To unsubscribe from this list: send the line "unsubscribe linux-doc" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    \
     
     \ /
      Last update: 2018-02-21 16:22    [W:3.997 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site