blob: c3c084ce7de2c2b7815cbf9703e1dcc1a5f2815a [file] [log] [blame]
8a49f3e03c8a ("ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub")
a0e6369e4bac ("ftrace/instances: Clear function triggers when removing instances")
7b60f3d87615 ("ftrace: Dynamically create the probe ftrace_ops for the trace_array")
b5f081b563a6 ("tracing: Pass the trace_array into ftrace_probe_ops functions")
04ec7bb642b7 ("tracing: Have the trace_array hold the list of registered func probes")
8d70725e452c ("ftrace: If the hash for a probe fails to update then free what was initialized")
eee8ded131f1 ("ftrace: Have the function probes call their own function")
1ec3a81a0cf4 ("ftrace: Have each function probe use its own ftrace_ops")
d3d532d798c5 ("ftrace: Have unregister_ftrace_function_probe_func() return a value")
1a48df0041c2 ("ftrace: Remove data field from ftrace_func_probe structure")
02b77e2afb49 ("ftrace: Remove printing of data in showing of a function probe")
78f78e07d51e ("ftrace: Remove unused unregister_ftrace_function_probe_all() function")
0fe7e7e3f839 ("ftrace: Remove unused unregister_ftrace_function_probe() function")
fe014e24b6ad ("ftrace: Convert the rest of the function trigger over to the mapping functions")
1a93f8bd19bd ("tracing: Have the snapshot trigger use the mapping helper functions")
41794f190780 ("ftrace: Added ftrace_func_mapper for function probe triggers")
bca6c8d0480a ("ftrace: Pass probe ops to probe function")
e51a9896794b ("ftrace: Remove unused "flags" field from struct ftrace_func_probe")
92a68fa047ca ("ftrace: Move the function commands into the tracing directory")
ec19b8591348 ("ftrace: Move the probe function into the tracing directory")
fcdc71257923 ("ftrace: Fix indexing of t_hash_start() from t_next()")
acceb72e9062 ("ftrace: Fix removing of second function probe")
5bd84629a7a0 ("ftrace: Create separate t_func_next() to simplify the function / hash logic")
4046bf023b06 ("ftrace: Expose ftrace_hash_empty and ftrace_lookup_ip")