summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)-12/+212
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)-31/+270
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)-132/+155
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)-16/+151
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)-7/+1100
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)-1/+6
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)-6/+9
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-60/+149
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello-1/+1
2023-05-30ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh-9/+9
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-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh-10/+10
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+60
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells-1/+1
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-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
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-27bpf: Add bpf_dynptr_sizeJoanne Koong-2/+2
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