summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-4/+10
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)-3/+9
2023-05-03tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek-1/+1
2023-04-28Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+0
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-260/+1168
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+1
2023-04-27ring-buffer: Sync IRQ works before buffer destructionJohannes Berg-0/+4
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+0
2023-04-26tracing: Add missing spaces in trace_print_hex_seq()Ken Lin-1/+4
2023-04-26ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu-3/+13
2023-04-25tracing/user_events: Limit max fault-in attemptsBeau Belgrave-14/+35
2023-04-25tracing/user_events: Prevent same address and bit per processBeau Belgrave-0/+41
2023-04-25tracing/user_events: Ensure bit is cleared on unregisterBeau Belgrave-0/+34
2023-04-25tracing/user_events: Ensure write index cannot be negativeBeau Belgrave-0/+3
2023-04-25tracing: Fix print_fields() for __dyn_loc/__rel_locBeau Belgrave-4/+6
2023-04-25tracing/user_events: Set event filter_type from typeBeau Belgrave-0/+3
2023-04-25ring-buffer: Clearly check null ptr returned by rb_set_head_page()Zheng Yejian-2/+3
2023-04-25rv: Remove redundant assignment to variable retvalColin Ian King-2/+0
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-428/+34
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+10
2023-04-13rv/reactor: remove MODULE_LICENSE in non-modulesNick Alcock-2/+0
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+45
2023-04-06ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian-6/+9
2023-04-05tracing: Free error logs of tracing instancesSteven Rostedt (Google)-0/+1
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)-2/+2
2023-04-04tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)-6/+7
2023-04-04tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)-7/+7
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira-1/+1
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira-0/+2
2023-04-03ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian-1/+12
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu-4/+15
2023-03-29tracing: Unbreak user eventsSteven Rostedt (Google)-1/+0
2023-03-29tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)-6/+3
2023-03-29tracing/user_events: Align structs with tabs for readabilityBeau Belgrave-41/+41
2023-03-29tracing/user_events: Limit global user_event countBeau Belgrave-0/+47
2023-03-29tracing/user_events: Charge event allocs to cgroupsBeau Belgrave-10/+10
2023-03-29tracing/user_events: Add ioctl for disabling addressesBeau Belgrave-2/+95
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave-6/+114
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave-138/+453
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave-5/+0
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)-2/+177
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)-7/+22
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)-1/+4
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)-8/+15
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+16
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)-5/+46
2023-03-21ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak-4/+4
2023-03-21ring_buffer: Change some static functions to boolUros Bizjak-24/+23