mbox series

[0/2,RESEND,v3] Extend trace point to cover all runtime usage count

Message ID cover.1594790493.git.yu.c.chen@intel.com (mailing list archive)
Headers show
Series Extend trace point to cover all runtime usage count | expand

Message

Chen Yu July 15, 2020, 6:27 a.m. UTC
Currently some code flow of runtime usage count changes is not covered by 
the rpm_runtime_usage tracepoints. Adjust corresponding tracepoints to monitor
all the runtime usage count changes.

Chen Yu (2):
  PM-runtime: Move all runtime usage related function to runtime.c
  PM-runtime: change the tracepoints to cover all usage_count

 drivers/base/power/runtime.c | 50 ++++++++++++++++++++++++++----------
 include/linux/pm_runtime.h   | 12 ++-------
 2 files changed, 38 insertions(+), 24 deletions(-)