linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-15 19:35:09 to 2024-12-26 05:15:09 UTC [more...]

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-26  5:15 UTC  (19+ messages)
` [PATCH v22 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v22 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v22 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v22 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v22 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v22 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v22 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v22 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v22 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v22 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v22 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v22 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v22 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v22 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v22 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v22 18/20] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-26  2:08 UTC  (10+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler

[PATCH v2 0/2] tracing: Fix patches with goto out
 2024-12-25 22:25 UTC  (3+ messages)
` [PATCH v2 1/2] [PATCH] tracing: Switch trace_osnoise.c code over to use guard() and __free()
` [PATCH v2 2/2] [PATCH] tracing: Switch trace_stack.c code over to use guard()

[PATCH v2 0/4] ftrace: Add function arguments to function tracers
 2024-12-25 22:02 UTC  (14+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()
` [PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
` [PATCH v2 3/4] ftrace: Have funcgraph-args take affect during tracing
` [PATCH v2 4/4] ftrace: Add arguments to function tracer

[PATCH v2] tracing: Switch trace.c code over to use guard()
 2024-12-25 14:19 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in task_fork_fair
 2024-12-25  6:55 UTC 

[linus:master] [tracing] 65a25d9f7a: WARNING:at_kernel/trace/trace_events.c:#trace_event_raw_init
 2024-12-24 15:14 UTC 

[PATCH] selftests/ring-buffer: Add test for out-of-bound pgoff mapping
 2024-12-24  3:05 UTC  (2+ messages)

[PATCH 0/4] ftrace: Graph tracing performance enhancements and clean ups
 2024-12-23 18:46 UTC  (5+ messages)
` [PATCH 1/4] fgraph: Remove unnecessary disabling of interrupts and recursion
` [PATCH 2/4] ftrace: Do not disable interrupts in profiler
` [PATCH 3/4] ftrace: Remove unneeded goto jumps
` [PATCH 4/4] ftrace: Switch ftrace.c code over to use guard()

[PATCH linux-next 0/2] Fix perf security check problem
 2024-12-23  7:06 UTC  (3+ messages)
` [PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
` [PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability

[PATCH v4 0/2] Add basic tracing support for m68k
 2024-12-22 13:27 UTC  (4+ messages)
` [PATCH v4 2/2] arch: m68k: Add STACKTRACE support

[BUG] spinlock recursion when enabling function tracer on 32-bit
 2024-12-21  0:06 UTC  (7+ messages)

[PATCH v2 06/28] module: Use RCU in find_module_all()
 2024-12-20 17:41 UTC  (6+ messages)
` [PATCH v2 17/28] arm64: module: Use RCU in all users of __module_text_address()
` [PATCH v2 19/28] LoongArch: ftrace: "
` [PATCH v2 20/28] powerpc/ftrace: "
` [PATCH v2 24/28] bpf: "
` [PATCH v2 25/28] kprobes: "

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-12-20 17:30 UTC  (5+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (2+ messages)
` (subset) "

[PATCH 00/14] tracing: Convert over to guard() and __free() infrastructure
 2024-12-20 17:08 UTC  (21+ messages)
` [PATCH 01/14] tracing: Switch trace.c code over to use guard()
` [PATCH 02/14] tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at boot
` [PATCH 03/14] tracing: Have event_enable_write() just return error on error
` [PATCH 04/14] tracing: Simplify event_enable_func() goto out_free logic
` [PATCH 05/14] tracing: Simplify event_enable_func() goto_reg logic
` [PATCH 06/14] tracing: Switch trace_events.c code over to use guard()
` [PATCH 07/14] tracing: Switch trace_events_hist.c "
` [PATCH 08/14] tracing: Switch trace_events_trigger.c "
` [PATCH 09/14] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
` [PATCH 10/14] tracing: Switch trace_events_filter.c code over to use guard()
` [PATCH 11/14] tracing: Switch trace_events_synth.c "
` [PATCH 12/14] tracing: Switch trace_osnoise.c code over to use guard() and __free()
` [PATCH 13/14] tracing: Switch trace_stack.c code over to use guard()
` [PATCH 14/14] tracing: Switch trace_stat.c "

[PATCH v2] tracing: Switch trace_events_trigger.c code over to use guard()
 2024-12-20 16:06 UTC 

[PATCH v2] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
 2024-12-20 15:33 UTC 

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-12-19 16:25 UTC  (7+ messages)
` [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v6 3/3] selftests/tracing: Add hist poll() support test

[PATCH v3] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
 2024-12-19  1:17 UTC  (2+ messages)

[PATCH v2] trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
 2024-12-18 19:15 UTC 

[PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-18 18:37 UTC  (3+ messages)

[PATCH] ring-buffer: fix array bounds checking
 2024-12-18 17:00 UTC  (6+ messages)

[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
 2024-12-18 16:18 UTC  (7+ messages)

[syzbot] [trace?] KASAN: use-after-free Read in ring_buffer_map
 2024-12-18 14:33 UTC  (14+ messages)
` [PATCH] ring-buffer: Fix a oob in __rb_map_vma
          ` [PATCH V2] ring-buffer: fix overflow "
              ` [PATCH V3] "

[PATCH 0/3] ring-buffer: Hardening of the persistent buffer
 2024-12-18  1:53 UTC  (28+ messages)
` [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
` [PATCH 2/3] trace/ring-buffer: Do not create module or dynamic events in boot mapped buffers
` [PATCH 3/3] trace/ring-buffer: Do not use TP_printk() formatting for "

[syzbot] [trace?] kernel BUG in ring_buffer_map
 2024-12-17 11:56 UTC 

[PATCH 0/4] tracing: Replace trace_check_printf() with ignore_event()
 2024-12-17  2:41 UTC  (5+ messages)
` [PATCH 1/4] tracing: Fix test_event_printk() to process entire print argument
` [PATCH 2/4] tracing: Add missing helper functions in event pointer dereference check
` [PATCH 3/4] tracing: Add "%s" check in test_event_printk()
` [PATCH 4/4] tracing: Check "%s" dereference via the field and not the TP_printk format

[PATCH v3 1/2] tracing: Add task_prctl_unknown tracepoint
 2024-12-17  0:38 UTC  (2+ messages)

[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
 2024-12-16 23:06 UTC  (32+ messages)
` [PATCH bpf-next 06/13] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
` [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH bpf-next 10/13] selftests/bpf: Add uprobe/usdt optimized test
` [PATCH bpf-next 11/13] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH bpf-next 13/13] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH v1] ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not set
 2024-12-16 22:22 UTC  (2+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2024-12-16 17:21 UTC  (9+ messages)
` [PATCH v1 1/7] perf/core: Make perf_event_aux_pause() as external function
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH v1 3/7] bpf: Sync bpf_perf_event_aux_pause in tools UAPI bpf.h
` [PATCH v1 4/7] perf: auxtrace: Introduce eBPF program for AUX pause
` [PATCH v1 5/7] perf: auxtrace: Support BPF backend "
` [PATCH v1 6/7] perf record: Support AUX pause with BPF
` [PATCH v1 7/7] perf docs: Document "

[PATCH v2 5.4 5.15 6.6] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
 2024-12-16 11:19 UTC 

[syzbot] [trace?] WARNING in ring_buffer_map
 2024-12-16  8:56 UTC 

[syzbot] [trace?] WARNING in bitmap_parse_user
 2024-12-16  7:32 UTC  (3+ messages)
` [PATCH] tracing: Prevent bad count for tracing_cpumask_write
` [PATCH V2] "

[syzbot] [trace?] WARNING in tracing_buffers_mmap_close
 2024-12-15 20:34 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).