summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-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
2023-03-29tracing: Unbreak user eventsSteven Rostedt (Google)
2023-03-29tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)
2023-03-29tracing/user_events: Align structs with tabs for readabilityBeau Belgrave
2023-03-29tracing/user_events: Limit global user_event countBeau Belgrave
2023-03-29tracing/user_events: Charge event allocs to cgroupsBeau Belgrave
2023-03-29tracing/user_events: Add ioctl for disabling addressesBeau Belgrave
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)
2023-03-21ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak
2023-03-21ring_buffer: Change some static functions to boolUros Bizjak