aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-11tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-15blktrace: make relay callbacks constJani Nikula
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)
2020-12-14ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang
2020-12-14ring-buffer: Fix two typos in commentsQiujun Huang
2020-12-14tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest
2020-12-07ring-buffer: Fix a typo in function descriptionQiujun Huang
2020-12-07ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-04bpf: Add a bpf_sock_from_file helperFlorent Revest
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-11-30tracing: Fix alignment of static bufferMinchan Kim