summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-05-11tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-04-16ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-02-17bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-10tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-19tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu
2020-12-30Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-12-30bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
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-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen
2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi
2020-10-15tracing: Add synthetic event error loggingTom Zanussi