summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou
2020-07-30ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-07-30tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-07-30tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao
2020-07-29sched,tracing: Convert to sched_set_fifo()Peter Zijlstra
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-09tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang
2020-07-09tracing: Simplify defining of the next event idWei Yang
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-07-01ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)
2020-07-01ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)
2020-07-01ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)
2020-07-01ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)
2020-06-25blktrace: Provide event for request mergingJan Kara
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song
2020-06-24bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song
2020-06-24bpf: Support 'X' in bpf_seq_printf() helperYonghong Song
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)