diff options
author | Thomas Gleixner <[email protected]> | 2019-08-26 20:22:24 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-08-28 11:50:39 +0200 |
commit | 87dc64480fb19a6a0fedbdff1e2557be50673287 (patch) | |
tree | a3e0e5cc5769ecc2683bee0e8485a48436206a9e /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 46b883995c88520f2c4de6a64cccc04c69d59f83 (diff) |
posix-cpu-timers: Restructure expiry array
Now that the abused struct task_cputime is gone, it's more natural to
bundle the expiry cache and the list head of each clock into a struct and
have an array of those structs.
Follow the hrtimer naming convention of 'bases' and rename the expiry cache
to 'nextevt' and adapt all usage sites.
Generates also better code .text size shrinks by 80 bytes.
Suggested-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions