]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ftrace: Convert the rest of the function trigger over to the mapping functions
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 4 Apr 2017 03:22:41 +0000 (23:22 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:39 +0000 (22:06 -0400)
commitfe014e24b6adfecdf8b3d0de1ef4d55a3eaf2b50
treea70fe315210167d313088f92d022bcf951267376
parent1a93f8bd19bd24f9b41136e70188d8f4de90c6a2
ftrace: Convert the rest of the function trigger over to the mapping functions

As the data pointer for individual ips will soon be removed and no longer
passed to the callback function probe handlers, convert the rest of the function
trigger counters over to the new ftrace_func_mapper helper functions.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_functions.c