]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - Documentation/trace/ftrace.txt
tracing: Introduce two additional marks for delay
authorJungseok Lee <jungseoklee85@gmail.com>
Sat, 11 Jul 2015 14:51:40 +0000 (14:51 +0000)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 21 Jul 2015 02:30:52 +0000 (22:30 -0400)
commitb838e1d96c613019095ba008afbee800977b0582
tree15f8f4c15836f7617a91c167fe46be3cef63bb10
parent82c355e81afbf16bc1ab379899a79eb66e2b7504
tracing: Introduce two additional marks for delay

A fine granulity support for delay would be very useful when profiling
VM logics, such as page allocation including page reclaim and memory
compaction with function graph.

Thus, this patch adds two additional marks with two changes.

 - An equal sign in mark selection function is removed to align code
   behavior with comments and documentation.

 - The function graph example related to delay in ftrace.txt is updated
   to cover all supported marks.

Link: http://lkml.kernel.org/r/1436626300-1679-3-git-send-email-jungseoklee85@gmail.com
Cc: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Jungseok Lee <jungseoklee85@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Documentation/trace/ftrace.txt
kernel/trace/trace_output.c