Age | Commit message (Expand) | Author |
2021-05-13 | tracing: Handle %.*s in trace_check_vprintf() | Steven Rostedt (VMware) |
2021-05-06 | Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds |
2021-05-05 | ftrace: Handle commands when closing set_ftrace_filter file | Steven Rostedt (VMware) |
2021-05-03 | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2021-04-30 | tracing: Restructure trace_clock_global() to never block | Steven Rostedt (VMware) |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-28 | tracing: Map all PIDs to command lines | Steven Rostedt (VMware) |
2021-04-27 | bpf: Implement formatted output helpers with bstr_printf | Florent Revest |
2021-04-27 | bpf: Lock bpf_trace_printk's tmp buf before it is written to | Florent Revest |
2021-04-26 | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-04-20 | Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-04-20 | tracing: Fix checking event hash pointer logic when tp_printk is enabled | Steven Rostedt (VMware) |
2021-04-19 | bpf: Add a bpf_snprintf helper | Florent Revest |
2021-04-19 | bpf: Factorize bpf_trace_printk and bpf_seq_printf | Florent Revest |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-15 | ftrace: Reuse the output of the function tracer for func_repeats | Steven Rostedt (VMware) |
2021-04-15 | tracing: Add "func_no_repeats" option for function tracing | Yordan Karadzhov (VMware) |
2021-04-15 | tracing: Unify the logic for function tracing options | Yordan Karadzhov (VMware) |
2021-04-15 | tracing: Add method for recording "func_repeats" events | Yordan Karadzhov (VMware) |
2021-04-15 | tracing: Add "last_func_repeats" to struct trace_array | Yordan Karadzhov (VMware) |
2021-04-15 | tracing: Define new ftrace event "func_repeats" | Yordan Karadzhov (VMware) |
2021-04-15 | tracing: Define static void trace_print_time() | Yordan Karadzhov (VMware) |
2021-04-13 | Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-04-13 | tracing/dynevent: Fix a memory leak in an error handling path | Christophe JAILLET |
2021-04-10 | kernel: Initialize cpumask before parsing | Tetsuo Handa |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-02 | Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-04-01 | ftrace: Simplify the calculation of page number for ftrace_page->records some... | Steven Rostedt (VMware) |
2021-04-01 | ftrace: Store the order of pages allocated in ftrace_page | Linus Torvalds |
2021-04-01 | tracing: Remove unused argument from "ring_buffer_time_stamp() | Yordan Karadzhov (VMware) |
2021-04-01 | Merge branch 'trace/ftrace/urgent' into HEAD | Steven Rostedt (VMware) |
2021-04-01 | tracing: Fix stack trace event size | Steven Rostedt (VMware) |
2021-03-31 | Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-03-30 | ftrace: Check if pages were allocated before calling free_pages() | Steven Rostedt (VMware) |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-25 | tracing: Update create_system_filter() kernel-doc comment | Qiujun Huang |
2021-03-25 | tracing: A minor cleanup for create_system_filter() | Qiujun Huang |
2021-03-24 | kernel: trace: Mundane typo fixes in the file trace_events_filter.c | Bhaskar Chowdhury |
2021-03-23 | tracing: Fix various typos in comments | Ingo Molnar |
2021-03-18 | tracing: Add a verifier to check string pointers for trace events | Steven Rostedt (VMware) |
2021-03-18 | tracing: Add check of trace event print fmts for dereferencing pointers | Steven Rostedt (VMware) |
2021-03-18 | tracing: Add tracing_event_time_stamp() API | Steven Rostedt (VMware) |
2021-03-18 | ring-buffer: Add verifier for using ring_buffer_event_time_stamp() | Steven Rostedt (VMware) |
2021-03-18 | tracing: Use a no_filter_buffering_ref to stop using the filter buffer | Steven Rostedt (VMware) |
2021-03-18 | ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all... | Steven Rostedt (VMware) |
2021-03-18 | tracing: Pass buffer of event to trigger operations | Steven Rostedt (VMware) |
2021-03-18 | ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting | Steven Rostedt (VMware) |
2021-03-18 | ring-buffer: Separate out internal use of ring_buffer_event_time_stamp() | Steven Rostedt (VMware) |
2021-03-17 | ftrace: Fix modify_ftrace_direct. | Alexei Starovoitov |