summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
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
2020-03-05bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song
2020-03-05blktrace: fix dereference after null checkCengiz Can
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-03tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)
2020-03-03tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)