New issue
Advanced search Search tips

Issue 840574 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

kernel tracing daemon

Project Member Reported by semenzato@chromium.org, May 7 2018

Issue description

We 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