aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPeter Xu <[email protected]>2019-06-28 18:59:42 +0800
committerThomas Gleixner <[email protected]>2019-07-07 11:50:03 +0200
commit28ef2db8866495150e4260773fead8313f1a5625 (patch)
treeb5eecff402061ee6fe7cb26b3c9a50543bfc2381 /tools/perf/scripts/python/export-to-sqlite.py
parentdd2cb348613b44f9d948b068775e159aad298599 (diff)
timer: Document TIMER_PINNED
The flag hints the user that the pinned timers will always be run on a static CPU (because that should be what "pinned" means...) but that's not the truth, at least with the current implementation. For example, currently if a pinned timer is set up but later mod_timer() upon the pinned timer is invoked, mod_timer() will still try to queue the timer on the current processor and migrate the timer if necessary. Document it a bit with the definition of TIMER_PINNED so that all future users will use it correctly. Signed-off-by: Peter Xu <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Marcelo Tosatti <[email protected]> Cc: Luiz Capitulino <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions