• S
    clk: Add tracepoints for hardware operations · dfc202ea
    Stephen Boyd 提交于
    It's useful to have tracepoints around operations that change the
    hardware state so that we can debug clock hardware performance
    and operations. Four basic types of events are supported: on/off
    events for enable, disable, prepare, unprepare that only record
    an event and a clock name, rate changing events for
    clk_set_{min_,max_}rate{_range}(), phase changing events for
    clk_set_phase() and parent changing events for clk_set_parent().
    
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
    Signed-off-by: NMichael Turquette <mturquette@linaro.org>
    dfc202ea
clk.h 3.7 KB