summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-06-20Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-84/+208
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave-13/+126
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave-28/+41
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave-6/+10
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave-37/+5
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming-2/+2
2023-06-14tracing: Modify print_fields() for fields output ordersunliming-1/+1
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming-0/+2
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming-6/+30
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+11
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+11
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa-1/+11
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello-1/+1
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)-0/+10
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)-2/+8
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)-1/+4
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)-0/+7
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)-4/+16
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)-7/+13
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)-7/+16
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave-1/+22
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave-18/+22
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds-6/+7
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds-11/+18
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira-0/+2
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave-7/+8
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao-2/+2
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)-1/+1
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