summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-31/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
| * | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-19/+12
| * | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-6/+11
| * | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-6/+15
| * | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-111-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-1/+1
| |\| |
| * | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-051-14/+8
* | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
| | |/ / | |/| |
* | | | tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-06-301-9/+5
| |_|/ |/| |
* | | ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-294-5/+19
| |/ |/|
* | ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques2017-05-271-1/+1
|/
* Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-214-4/+52
|\
| * tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-191-1/+30
| * ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-182-2/+4
| * ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-183-0/+12
| * ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-181-2/+2
| * tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-181-0/+5
| * tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-2/+2
|\ \ | |/ |/|
| * blktrace: fix integer parseShaohua Li2017-05-191-2/+2
* | Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-05-101-2/+3
|\ \
| * | tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke2017-05-091-2/+3
* | | Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-05-092-12/+10
|\| |
| * | ftrace: Simplify ftrace_match_record() even moreSteven Rostedt (VMware)2017-05-041-11/+9
| * | ftrace: Remove an unneeded conditionDan Carpenter2017-05-041-1/+1
| * | tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-05-041-1/+1
| |/
* / trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani2017-05-093-15/+14
|/
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-0411-560/+1266
|\
| * ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)2017-05-013-9/+50
| * tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)2017-04-211-3/+14
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-213-12/+15
| * tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)2017-04-211-19/+25
| * tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)2017-04-211-2/+2
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-215-107/+153
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-215-57/+146
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-215-30/+51
| * tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-215-30/+56
| * ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)2017-04-211-1/+15
| * ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-212-127/+99
| * ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)2017-04-212-148/+99
| * ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-215-14/+17
| * ftrace: Add helper function ftrace_hash_move_and_update_ops()Steven Rostedt (VMware)2017-04-211-52/+53
| * ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-215-15/+11
| * ftrace: Remove printing of data in showing of a function probeSteven Rostedt (VMware)2017-04-211-5/+1
| * ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)2017-04-212-20/+3
| * ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-212-18/+3
| * ftrace: Convert the rest of the function trigger over to the mapping functionsSteven Rostedt (VMware)2017-04-211-38/+85