summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-04-03tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)
2020-03-27ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu
2020-03-27ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)
2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)
2020-03-27ring-buffer: Do not disable recording when there is an iteratorSteven Rostedt (VMware)
2020-03-27ring-buffer: Make resize disable per cpu buffer instead of total bufferSteven Rostedt (VMware)
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-19ring-buffer: Optimize rb_iter_head_event()Steven Rostedt (VMware)
2020-03-19ring-buffer: Do not die if rb_iter_peek() fails more than thriceSteven Rostedt (VMware)
2020-03-19ring-buffer: Have rb_iter_head_event() handle concurrent writerSteven Rostedt (VMware)
2020-03-19ring-buffer: Add page_stamp to iterator for synchronizationSteven Rostedt (VMware)
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)
2020-03-19ring-buffer: Have ring_buffer_empty() not depend on tracing stoppedSteven Rostedt (VMware)
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)
2020-03-19tracing: Use address-of operator on section symbolsNathan Chancellor
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh