summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-254-41/+84
|\
| * tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-233-29/+67
| * ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-12/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-211-1/+1
|\ \
| * | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-202-3/+16
|\ \ \ | |/ / |/| / | |/
| * tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-181-1/+15
| * ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)2018-01-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-172-18/+46
|\|
| * tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-01-151-1/+1
| * ring-buffer: Bring back context level recursive checksSteven Rostedt (VMware)2018-01-151-17/+45
* | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-133-4/+5
* | tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-132-15/+7
* | tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-134-15/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-10/+15
|\|
| * tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1
| * tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2
| * ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2017-12-271-0/+6
| * tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1
| * ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2017-12-271-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-184-8/+137
|\ \ | |/ |/|
| * trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| * bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-124-7/+106
| * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-151-7/+12
|\ \
| * | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
| |/
* | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-154-32/+20
|\ \ | |/ |/|
| * tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-151-0/+4
| * tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
| * ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke2017-12-041-6/+0
| * tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann2017-12-041-0/+1
| * tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9
| * tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-041-0/+8
|\ \ | |/ |/|
| * bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-011-0/+8
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-011-18/+12
|\ \ | |/ |/|
| * blktrace: fix trace mutex deadlockJens Axboe2017-11-271-2/+2
| * blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza2017-11-191-16/+10
* | bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
* | bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
* | bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1
|/
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-1718-363/+703
|\
| * ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra2017-10-171-49/+6
| * perf/ftrace: Small cleanupPeter Zijlstra2017-10-171-1/+1
| * perf/ftrace: Fix function trace eventsPeter Zijlstra2017-10-171-31/+49
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-174-8/+6
| * tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann2017-10-131-1/+1
| * ftrace: Clear hashes of stale ips of init memoryJoel Fernandes2017-10-111-0/+69
| * tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-113-1/+46