aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03ftrace: Have set_graph_* files have normal file modesGravatar Chen LinX 1-2/+2
2018-04-06ftrace: Drop a VLA in module_exists()Gravatar Salvatore Mesoraca 1-4/+3
2018-02-08ftrace: Remove incorrect setting of glob search fieldGravatar Steven Rostedt (VMware) 1-1/+0
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Gravatar Changbin Du 1-2/+0
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesGravatar Steven Rostedt (VMware) 1-12/+17
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-54/+300
2017-10-16ftrace: Kill FTRACE_OPS_FL_PER_CPUGravatar Peter Zijlstra 1-49/+6
2017-10-10ftrace: Clear hashes of stale ips of init memoryGravatar Joel Fernandes 1-0/+69
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsGravatar Steven Rostedt (VMware) 1-0/+40
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsGravatar Steven Rostedt (VMware) 1-2/+30
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingGravatar Steven Rostedt (VMware) 1-2/+144
2017-10-05ftrace: Allow module init functions to be tracedGravatar Steven Rostedt (VMware) 1-2/+4
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useGravatar Steven Rostedt (VMware) 1-3/+11
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphGravatar Shu Wang 1-14/+0
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledGravatar Steven Rostedt (VMware) 1-4/+6
2017-08-31ftrace: Zero out ftrace hashes when a module is removedGravatar Steven Rostedt (VMware) 1-3/+55
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionGravatar Steven Rostedt (VMware) 1-0/+4
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesGravatar Chunyan Zhang 1-14/+27
2017-07-12ftrace: Fix uninitialized variable in match_records()Gravatar Dan Carpenter 1-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkGravatar Dan Carpenter 1-1/+1
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESGravatar Arnd Bergmann 1-0/+2
2017-07-05ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesGravatar Steven Rostedt (VMware) 1-1/+1
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreGravatar Steven Rostedt (VMware) 1-3/+0
2017-06-29ftrace: Fix regression with module command in stack_trace_filterGravatar Steven Rostedt (VMware) 1-3/+0
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsGravatar Steven Rostedt (VMware) 1-0/+1
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Gravatar Steven Rostedt (VMware) 1-1/+2
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileGravatar Steven Rostedt (VMware) 1-0/+1
2017-06-26ftrace: Have cached module filters be an active filterGravatar Steven Rostedt (VMware) 1-5/+15
2017-06-26ftrace: Implement cached modules tracing on module loadGravatar Steven Rostedt (VMware) 1-0/+93
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterGravatar Steven Rostedt (VMware) 1-12/+100
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arrayGravatar Steven Rostedt (VMware) 1-6/+136
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Gravatar Luis Henriques 1-1/+1
2017-05-17ftrace/instances: Clear function triggers when removing instancesGravatar Naveen N. Rao 1-0/+8
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Gravatar Naveen N. Rao 1-2/+2
2017-05-03ftrace: Simplify ftrace_match_record() even moreGravatar Steven Rostedt (VMware) 1-11/+9
2017-05-03ftrace: Remove an unneeded conditionGravatar Dan Carpenter 1-1/+1
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-364/+632
2017-04-20tracing/ftrace: Allow instances to have their own function probesGravatar Steven Rostedt (VMware) 1-2/+2
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsGravatar Steven Rostedt (VMware) 1-6/+19
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arrayGravatar Steven Rostedt (VMware) 1-51/+141
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsGravatar Steven Rostedt (VMware) 1-4/+9
2017-04-20tracing: Have the trace_array hold the list of registered func probesGravatar Steven Rostedt (VMware) 1-12/+29
2017-04-20ftrace: If the hash for a probe fails to update then free what was initializedGravatar Steven Rostedt (VMware) 1-1/+15
2017-04-20ftrace: Have the function probes call their own functionGravatar Steven Rostedt (VMware) 1-127/+98
2017-04-20ftrace: Have each function probe use its own ftrace_opsGravatar Steven Rostedt (VMware) 1-148/+98
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueGravatar Steven Rostedt (VMware) 1-3/+11
2017-04-20ftrace: Add helper function ftrace_hash_move_and_update_ops()Gravatar Steven Rostedt (VMware) 1-52/+53
2017-04-20ftrace: Remove data field from ftrace_func_probe structureGravatar Steven Rostedt (VMware) 1-7/+4
2017-04-20ftrace: Remove printing of data in showing of a function probeGravatar Steven Rostedt (VMware) 1-5/+1
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe_all() functionGravatar Steven Rostedt (VMware) 1-19/+3