summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-125/+145
|\
| * tracing: Add trace_export support for trace_markerTingwei Zhang2020-10-051-0/+9
| * tracing: Add trace_export support for event traceTingwei Zhang2020-10-051-125/+134
| * tracing: Add flag to control different tracesTingwei Zhang2020-10-051-17/+19
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-9/+4
|\ \
| * | block: add a bdget_part helperChristoph Hellwig2020-10-051-7/+2
| * | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| * | blktrace: make function blk_trace_bio_get_cgid() staticWang Hai2020-09-071-1/+1
| |/
* | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-3/+4
|\ \
| * | kprobes: Use module_name() macroJarkko Sakkinen2020-09-241-3/+4
* | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-124-6/+10
|\ \ \
| * | | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-014-6/+10
| | |/ | |/|
* | | 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
| * | | ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)2020-07-011-1/+9
| * | | ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)2020-07-011-12/+20
| * | | ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)2020-07-011-66/+73
| * | | ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)2020-06-301-1/+1
| * | | ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin2020-06-302-17/+72
| * | | ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)2020-06-301-27/+243
| * | | ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)2020-06-301-18/+22