All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add fault_major, fault_minor page fault trace events
@ 2017-04-13  2:20 Chris Redmon
  2017-04-13  2:20 ` [PATCH 1/3] tracing: Introduce traces for major and minor page faults Chris Redmon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chris Redmon @ 2017-04-13  2:20 UTC (permalink / raw)
  To: linux-arm-kernel

These changes add common trace events for major and minor page faults,
as well as adding these traces to the arm and arm64 architectures. These
traces offer useful information for determining the source of page faults
in realtime systems, as well as the time penalty for taking a major or
minor page fault.

I made an attempt to minimize the overhead when these tracepoints are not
enabled, but I'm willing to make more changes if desired.

Chris Redmon (3):
  tracing: Introduce traces for major and minor page faults
  arm: Utilize trace events for major and minor page faults
  arm64: Utilize trace events for major and minor page faults

 arch/arm/mm/fault.c          | 14 +++++++
 arch/arm64/mm/fault.c        | 14 +++++++
 include/trace/events/fault.h | 87 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 115 insertions(+)
 create mode 100644 include/trace/events/fault.h

-- 
2.12.2.599.gcf11a67

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-25 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  2:20 [PATCH 0/3] Add fault_major, fault_minor page fault trace events Chris Redmon
2017-04-13  2:20 ` [PATCH 1/3] tracing: Introduce traces for major and minor page faults Chris Redmon
2017-04-13  2:20 ` [PATCH 2/3] arm: Utilize trace events " Chris Redmon
2017-04-13  2:20 ` [PATCH 3/3] arm64: " Chris Redmon
2017-04-25 16:49 ` [PATCH 0/3] Add fault_major, fault_minor page fault trace events Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.