Difference between revisions of "Time namespace"

From CRIU
Jump to navigation Jump to search
Line 5: Line 5:
  
 
What about other kinds of counters like perf events and trace events?
 
What about other kinds of counters like perf events and trace events?
 +
 +
=Links=
 +
 +
* [https://lists.openvz.org/pipermail/criu/2018-June/041486.html The progress of Time namespace]
 +
* [https://blog.jessfraz.com/post/two-objects-not-namespaced-linux-kernel/ Two Objects not Namespaced by the Linux Kernel]
 +
* [https://lwn.net/Articles/180375/ Virtual time]
 +
* [https://pt.slideshare.net/kolyshkin/whats-missing-from-upstream-kernel-containers What's missing from upstream kernel containers?]
  
 
[[Category: Empty articles]]
 
[[Category: Empty articles]]
 
[[Category: Plans]]
 
[[Category: Plans]]

Revision as of 23:27, 2 June 2018

Two things (for now) we want to solve with this:

  1. Shift timer's offsets
  2. Make start-time remain "unchanged" after C/R
  3. Continuous flow of monotonic time (CLOCK_MONOTONIC).

What about other kinds of counters like perf events and trace events?

Links