summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)
2023-05-03tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek
2023-04-28Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27ring-buffer: Sync IRQ works before buffer destructionJohannes Berg
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26tracing: Add missing spaces in trace_print_hex_seq()Ken Lin
2023-04-26ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu
2023-04-25tracing/user_events: Limit max fault-in attemptsBeau Belgrave
2023-04-25tracing/user_events: Prevent same address and bit per processBeau Belgrave
2023-04-25tracing/user_events: Ensure bit is cleared on unregisterBeau Belgrave
2023-04-25tracing/user_events: Ensure write index cannot be negativeBeau Belgrave
2023-04-25tracing: Fix print_fields() for __dyn_loc/__rel_locBeau Belgrave
2023-04-25tracing/user_events: Set event filter_type from typeBeau Belgrave
2023-04-25ring-buffer: Clearly check null ptr returned by rb_set_head_page()Zheng Yejian
2023-04-25rv: Remove redundant assignment to variable retvalColin Ian King
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13rv/reactor: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-06ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian
2023-04-05tracing: Free error logs of tracing instancesSteven Rostedt (Google)
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-04tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)
2023-04-04tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira
2023-04-03ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu