summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)2020-06-301-95/+181
| * | | tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-06-302-7/+7
| * | | x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-291-0/+8
| * | | tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)2020-06-291-3/+7
| |/ /
* | | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \ \
| * | | fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-2/+1
| |/ /
* | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-25/+23
|\ \ \ | |_|/ |/| |
| * | sched,tracing: Convert to sched_set_fifo()Peter Zijlstra2020-07-291-25/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-12/+106
|\ \ \
| * | | bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-2/+2
| * | | bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire2020-07-133-5/+73
| * | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-3/+24
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu2020-07-011-2/+8
| | * | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+2
| | * | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+2
| | * | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+6
| | * | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+2
| | * | bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song2020-06-241-0/+2
| | * | bpf: Support 'X' in bpf_seq_printf() helperYonghong Song2020-06-241-1/+2
| | * | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-1/+1
| | |\ \
* | | \ \ Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-051-3/+1
|\ \ \ \ \
| * | | | | tracefs: Remove unnecessary debug_fs checks.Peter Enderborg2020-07-231-3/+1
| |/ / / /
* | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/ / / /