• M
    perf tools: Fix counter sample frequency breakage · 7e4ff9e3
    Mike Galbraith 提交于
    Commit 42e59d7d switched to a default sample frequency of
    1KHz, which overrides any user supplied count, causing sched, top
    and timechart to miss events due to their discrete events
    being flagged PERF_SAMPLE_PERIOD.
    
    Override default sample frequency when the user profides a
    period count, and make both record and top honor that user
    supplied option.
    Signed-off-by: NMike Galbraith <efault@gmx.de>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Arjan van de Ven <arjan@infradead.org>
    LKML-Reference: <1255326963.15107.2.camel@marge.simson.net>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    7e4ff9e3
builtin-top.c 26.1 KB