summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-5/+8
* ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-12-111-1/+1
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)2020-12-111-8/+6
* ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi2020-12-111-3/+3
* ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)2020-12-111-1/+1
* tracing: Remove WARN_ON in start_thread()Vasily Averin2020-12-081-1/+1
* tracing: Fix alignment of static bufferMinchan Kim2020-12-081-1/+1
* lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-241-0/+10
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-181-2/+2
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-102-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-101-1/+2
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-101-12/+46
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* tracing: Fix race in trace_open and buffer resize callGaurav Kohli2020-11-051-0/+10
* tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSasha Levin2020-11-051-11/+12
* tracing: Handle synthetic event array field type checking correctlyTom Zanussi2020-10-291-3/+9
* tracing: Fix parse_synth_field() error handlingTom Zanussi2020-10-291-2/+4
* Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-10-012-8/+8
|\
| * ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-09-291-4/+2
| * tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)2020-09-291-4/+6
* | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-09-224-26/+28
|\|
| * tracing: fix double freeTom Rix2020-09-181-1/+0
| * ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
| * tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-182-25/+25
| * ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter2020-09-181-0/+1
| * ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes2020-09-181-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-191-2/+1
|\ \
| * | ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-2/+1
| |/
* / lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-09-141-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-1/+1
|\
| * bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-061-1/+1
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \
| * | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-2/+2
* | | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-078-189/+653
|\ \ \
| * | | tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)2020-08-071-0/+44
| * | | tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-042-4/+4
| * | | tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan2020-08-031-1/+0
| * | | ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-032-4/+6
| * | | trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang2020-08-031-2/+2
| * | | tracing: Remove outdated comment in stack handlingVincent Whitchurch2020-07-301-6/+0
| * | | ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou2020-07-301-0/+8
| * | | ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-07-301-4/+7
| * | | tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-07-301-2/+3
| * | | tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao2020-07-301-1/+0
| * | | tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang2020-07-091-2/+2
| * | | tracing: Simplify defining of the next event idWei Yang2020-07-091-6/+6
| * | | ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)2020-07-011-3/+21