diff options
author | John Stultz <[email protected]> | 2015-03-11 21:16:37 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-03-13 08:07:06 +0100 |
commit | f8935983f110505daa38e8d36ee406807f83a069 (patch) | |
tree | 223f168e944f3d114c6f6c1ec30dcf2398a154a3 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 0b046b217ad4c64fbbeaaac24d0648cb1fa49ad8 (diff) |
clocksource: Mostly kill clocksource_register()
A long running project has been to clean up remaining uses
of clocksource_register(), replacing it with the simpler
clocksource_register_khz/hz() functions.
However, there are a few cases where we need to self-define
our mult/shift values, so switch the function to a more
obviously internal __clocksource_register() name, and
consolidate much of the internal logic so we don't have
duplication.
Signed-off-by: John Stultz <[email protected]>
Cc: Dave Jones <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ Minor cleanups. ]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions