summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-251-1/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-171-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
* | | tracing/boottime: Fix kprobe multiple eventsSascha Ortmann2020-06-231-2/+6
* | | tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-231-2/+19
* | | tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu2020-06-231-1/+1
* | | ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-231-1/+1
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-207-14/+40
|\ \ \
| * | | ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng2020-06-171-2/+10
| * | | tracing: Remove unused event variable in tracing_iter_resetYangHui2020-06-161-2/+1
| * | | tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi2020-06-161-2/+2
| * | | trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang2020-06-161-1/+1
| * | | tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)2020-06-163-7/+26
| | |/ | |/|
* | | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-10/+20
|\ \ \
| * | | blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara2020-06-171-11/+8
| * | | blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-171-0/+13
| |/ /
* | | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-182-7/+7
|\ \ \ | |_|/ |/| |
| * | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-172-3/+3
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-4/+4
| |/
* / tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-132-2/+2
|\
| * tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-092-2/+2
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-5/+5
|\ \
| * | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-5/+5
* | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+3
|\ \ \
| * \ \ Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1312-221/+788
| | |\ \
| | * | | kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+3
* | | | | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-22/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-041-15/+4
| * | | | blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-041-1/+1
| * | | | blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-041-3/+6
| * | | | block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-3/+3
* | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-3/+2
|\ \ \ \ \
| * | | | | trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-081-3/+2
* | | | | | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-0910-1814/+2157
|\ \ \ \ \ \
| * | | | | | tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman2020-06-051-9/+0
| * | | | | | tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
| * | | | | | tracing: Move synthetic events to a separate fileTom Zanussi2020-06-015-1786/+1847