summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-302-12/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-032-12/+1
| |\
| | *-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-11/+0
| | |\ \
| | | * | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-11/+0
| | | |/
| | * | trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
| | |/
* | | 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
* | | 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
* | | 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
|/ /
* | 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/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-144-32/+20
|\ \ \ | |/ / |/| |
| * | tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-141-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-161-49/+6
| * perf/ftrace: Small cleanupPeter Zijlstra2017-10-161-1/+1
| * perf/ftrace: Fix function trace eventsPeter Zijlstra2017-10-161-31/+49
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-164-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-101-0/+69
| * tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-103-1/+46
| * tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
| * ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-051-0/+40
| * ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)2017-10-051-2/+30
| * ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-051-2/+144
| * ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-051-2/+4
| * ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)2017-10-041-3/+11
| * tracing: Reimplement log2Tom Zanussi2017-10-041-4/+27
| * tracing: Add hist_field_name() accessorTom Zanussi2017-10-041-22/+45
| * tracing: Clean up hist_field_flags enumTom Zanussi2017-10-041-10/+10
OpenPOWER on IntegriCloud