aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
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-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-19blktrace: fix integer parseShaohua Li
2017-05-18tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)
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-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-17tracing: Move postpone selftests to core from early_initcallSteven Rostedt
2017-05-10Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-05-08Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-05-08tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke
2017-05-08trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani
2017-05-03ftrace: Simplify ftrace_match_record() even moreSteven Rostedt (VMware)
2017-05-03ftrace: Remove an unneeded conditionDan Carpenter
2017-05-03tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-20tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)
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: Convert the rest of the function trigger over to the mapping functionsSteven Rostedt (VMware)
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsSteven 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)