summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)-1/+1
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin-17/+72
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)-27/+243
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)-18/+22
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)-95/+181
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)-7/+7
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)-0/+8
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)-3/+7
2020-06-25blktrace: Provide event for request mergingJan Kara-0/+10
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song-0/+2
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song-0/+6
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song-0/+2
2020-06-24bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song-0/+2
2020-06-24bpf: Support 'X' in bpf_seq_printf() helperYonghong Song-1/+2
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain-32/+26
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain-0/+12
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain-6/+12
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain-0/+2
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann-2/+6
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu-2/+19
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu-1/+1
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov-1/+1
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)-1/+1
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-14/+40
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+20
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds-7/+7
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng-2/+10
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+1
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-4/+4
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko-1/+1
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara-11/+8
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain-0/+13
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui-2/+1
2020-06-16tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi-2/+2
2020-06-16trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang-1/+1
2020-06-16tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)-7/+26
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-06-15ftrace: Add perf text poke events for ftrace trampolinesAdrian Hunter-0/+14
2020-06-15ftrace: Add perf ksymbol events for ftrace trampolinesAdrian Hunter-2/+12
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter-2/+75
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+2
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds-22/+14
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-0/+3
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra-5/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-3/+2
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker-2/+2