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?
 +
 +
=Git=
 +
* [https://github.com/0x7f454c46/linux/tree/wip/time-ns https://github.com/0x7f454c46/linux/tree/wip/time-ns]
  
 
=Links=
 
=Links=

Revision as of 22:26, 12 August 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?

Git

Links