summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2023-07-23tracing/user_events: Fix struct arg size match checkBeau Belgrave1-0/+3
2023-07-23tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)3-12/+14
2023-07-23Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)3-26/+9
2023-07-23tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-07-23tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2023-07-23tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)1-2/+2
2023-07-23tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra1-1/+1
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2-0/+16
2023-07-23fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa1-9/+3
2023-07-23ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-07-23ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-07-23tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian1-0/+1
2023-07-23tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-07-23tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming1-1/+2
2023-07-23fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao1-1/+3
2023-07-23kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)1-2/+16
2023-06-20Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-84/+208
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave1-13/+126
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave1-28/+41
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave1-6/+10
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave1-37/+5
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming1-2/+2
2023-06-14tracing: Modify print_fields() for fields output ordersunliming1-1/+1
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming1-0/+2
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming1-6/+30
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+11
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+11
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa1-1/+11
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello1-1/+1
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)1-0/+10
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)1-2/+8
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)1-1/+4
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)1-0/+7
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)1-4/+16
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)3-7/+13
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)1-7/+16
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave1-1/+22
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave1-18/+22
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds1-6/+7
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds1-11/+18
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira1-0/+2
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave1-7/+8
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao1-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao1-2/+2
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)1-1/+1
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