kernel tracing daemon |
|
Issue descriptionWe have multiple system programs which open /sys/kernel/debug/tracing/trace_pipe and read from it for various reasons. One new such program is the memory daemon (memd). Existing ones are tracing data collection (randomly sampled for limited time intervals) and one unidentified android component (ARC++ shortly after startup). Unfortunately trace_pipe works with a single reader, so we need a daemon to multiplex it. |
|
►
Sign in to add a comment |
|