summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig-22/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-3/+7
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko-3/+5
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+33
2020-12-01ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)-0/+170
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+33
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig-35/+8
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig-8/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)-8/+6
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao-1/+1
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao-1/+21
2020-11-30tracing: Fix alignment of static bufferMinchan Kim-1/+1
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin-1/+1
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi-3/+3
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)-1/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-31/+97
2020-11-24irq_work: CleanupPeter Zijlstra-1/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+11
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu-0/+10
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov-0/+2
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi-4/+4
2020-11-16tracing: Clean up after filter logic rewritingLukas Bulwahn-21/+0
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+28
2020-11-13tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia-1/+1
2020-11-13ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)-0/+9
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-31/+35
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh-1/+7
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau-0/+5
2020-11-10tracing: Fix some typos in commentsQiujun Huang-25/+25
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi-4/+2
2020-11-10ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)-1/+25
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)-3/+3
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing-1/+1
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar-355/+1057
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar-114/+146
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh-0/+16
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)-7/+270
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)-21/+13
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)-1/+3
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)-1/+8
2020-11-06ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)-7/+5
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)-177/+0
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)-10/+7
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)-12/+46
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang-2/+2
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)-4/+28
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)-1/+2
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang-1/+1
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann-2/+0