summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-337/+34
2021-04-28bpf: Implement formatted output helpers with bstr_printfFlorent Revest1-24/+10
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest1-1/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-334/+39
2021-04-21Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+7
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)1-3/+7
2021-04-20bpf: Add a bpf_snprintf helperFlorent Revest1-0/+2
2021-04-20bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest1-334/+37
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-04-14Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2021-04-13tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET1-2/+4
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa1-1/+1
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+8
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+6
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+38
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov1-5/+38
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)1-0/+6
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi1-1/+3
2021-03-04ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)1-3/+7
2021-03-04ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)1-0/+11
2021-03-04tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer1-1/+1
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)1-1/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+13
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+2
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-0/+4
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko2-0/+12
2021-02-24blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni1-1/+1
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2021-02-23tracing: add support for objtool mcountSami Tolvanen1-0/+13
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+16
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman1-6/+2
2021-02-23Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds25-517/+682
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni1-0/+10
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+9
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+6
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu1-0/+4
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)1-1/+2
2021-02-12bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+2
2021-02-12tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2-0/+4
2021-02-12tracing: Show real address for trace event argumentsMasami Hiramatsu3-2/+83
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1