• M
    perf probe: Fix line range to show end line · dda4ab34
    Masami Hiramatsu 提交于
    Line range should reject the range if the number of lines is 0
    (e.g. "sched.c:1024+0"), and it should show the lines include
    the end of line number (e.g. "sched.c:1024-2048" should show
    2048th line).
    
    LKML-Reference: <20100414223950.14630.42263.stgit@localhost6.localdomain6>
    Signed-off-by: NMasami Hiramatsu <mhiramat@redhat.com>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    dda4ab34
probe-event.c 35.6 KB