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