summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-23tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)
2021-07-22bpf: Fix pointer cast warningArnd Bergmann
2021-07-22tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-17Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-09Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds