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