summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAge
* ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-29
* ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques2017-05-26
* ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-17
* ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-17
* ftrace: Simplify ftrace_match_record() even moreSteven Rostedt (VMware)2017-05-03
* ftrace: Remove an unneeded conditionDan Carpenter2017-05-03
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-03
|\
| * tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)2017-04-20
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-20
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-20
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-20
| * tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-20
| * ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)2017-04-20
| * ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)2017-04-20
| * ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-20
| * ftrace: Add helper function ftrace_hash_move_and_update_ops()Steven Rostedt (VMware)2017-04-20
| * ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove printing of data in showing of a function probeSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-20
| * ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)2017-04-20
| * ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-17
| * ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)2017-04-17
| * ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-15
| * ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)2017-04-07
| * ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-03
| * ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)2017-03-31
| * ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)2017-03-31
| * ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)2017-03-31
| * ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)2017-03-31
| * ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)2017-03-31
| * ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-24
* | ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-17
* | ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-14
|/
* Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-07
|\
| * ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt2017-03-03
| * ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)2017-03-03
| * tracing: Fix code comment for ftrace_ops_get_func()Chunyu Hu2017-02-27
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
|/
* ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)2017-02-03
* ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)2017-02-03
* ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)2017-02-03
* ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)2017-02-03
* ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)2017-02-03
* ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)2017-02-03
* tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)2017-02-03
* ftrace: Convert graph filter to use hash tablesNamhyung Kim2017-01-20