linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/12/26
[PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
Mike Rapoport
2024/12/26
[PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Mike Rapoport
2024/12/26
[PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
Mike Rapoport
2024/12/26
[PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Mike Rapoport
2024/12/26
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
Mike Rapoport
2024/12/26
[PATCH v7 3/3] selftests/tracing: Add hist poll() support test
Masami Hiramatsu (Google)
2024/12/26
[PATCH v7 2/3] tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
2024/12/26
[PATCH v7 1/3] tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
2024/12/26
[PATCH v7 0/3] tracing: Support poll on event hist file
Masami Hiramatsu (Google)
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Steven Rostedt
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Linus Torvalds
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Linus Torvalds
2024/12/26
Re: [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on hist file
Google
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Linus Torvalds
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Masahiro Yamada
2024/12/26
Re: [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
Steven Rostedt
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Steven Rostedt
2024/12/26
Re: [PATCH v6 3/3] selftests/tracing: Add hist poll() support test
Google
2024/12/26
Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Linus Torvalds
2024/12/26
[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
Steven Rostedt
2024/12/26
Re: [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Steven Rostedt
2024/12/25
[PATCH v22 06/20] fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 18/20] Documentation: probes: Update fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 14/20] fprobe: Add fprobe_header encoding feature
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 13/20] fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 05/20] fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 04/20] fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 02/20] fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
Masami Hiramatsu (Google)
2024/12/25
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
Masami Hiramatsu (Google)
2024/12/25
Re: [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
Google
2024/12/25
[PATCH v2 1/2] [PATCH] tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
2024/12/25
[PATCH v2 2/2] [PATCH] tracing: Switch trace_stack.c code over to use guard()
Steven Rostedt
2024/12/25
[PATCH v2 0/2] tracing: Fix patches with goto out
Steven Rostedt
2024/12/25
Re: [PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
Steven Rostedt
2024/12/25
Re: [PATCH v2 1/4] ftrace: Add print_function_args()
Steven Rostedt
2024/12/25
Re: [PATCH v2 0/4] ftrace: Add function arguments to function tracers
Steven Rostedt
2024/12/25
Re: [PATCH v2 0/4] ftrace: Add function arguments to function tracers
Jiri Olsa
2024/12/25
Re: [PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
Google
2024/12/25
Re: [PATCH v2] tracing: Switch trace.c code over to use guard()
Google
2024/12/25
Re: [PATCH v2 3/4] ftrace: Have funcgraph-args take affect during tracing
Google
2024/12/25
Re: [PATCH v2 4/4] ftrace: Add arguments to function tracer
Google
2024/12/25
Re: [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Google
2024/12/25
Re: [PATCH v2 1/4] ftrace: Add print_function_args()
Google
2024/12/24
Re: [syzbot] [bpf?] [trace?] possible deadlock in task_fork_fair
syzbot
2024/12/24
[PATCH v2] tracing: Switch trace.c code over to use guard()
Steven Rostedt
2024/12/24
[linus:master] [tracing] 65a25d9f7a: WARNING:at_kernel/trace/trace_events.c:#trace_event_raw_init
kernel test robot
2024/12/23
Re: [PATCH] selftests/ring-buffer: Add test for out-of-bound pgoff mapping
Steven Rostedt
2024/12/23
Re: [PATCH v2 1/4] ftrace: Add print_function_args()
Steven Rostedt
2024/12/23
[PATCH v2 4/4] ftrace: Add arguments to function tracer
Steven Rostedt
2024/12/23
[PATCH v2 3/4] ftrace: Have funcgraph-args take affect during tracing
Steven Rostedt
2024/12/23
[PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
Steven Rostedt
2024/12/23
[PATCH v2 0/4] ftrace: Add function arguments to function tracers
Steven Rostedt
2024/12/23
[PATCH v2 1/4] ftrace: Add print_function_args()
Steven Rostedt
2024/12/23
[PATCH 2/4] ftrace: Do not disable interrupts in profiler
Steven Rostedt
2024/12/23
[PATCH 0/4] ftrace: Graph tracing performance enhancements and clean ups.
Steven Rostedt
2024/12/23
[PATCH 4/4] ftrace: Switch ftrace.c code over to use guard()
Steven Rostedt
2024/12/23
[PATCH 3/4] ftrace: Remove unneeded goto jumps
Steven Rostedt
2024/12/23
[PATCH 1/4] fgraph: Remove unnecessary disabling of interrupts and recursion
Steven Rostedt
2024/12/22
[PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability
Luo Gengkun
2024/12/22
[PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
Luo Gengkun
2024/12/22
[PATCH linux-next 0/2] Fix perf security check problem
Luo Gengkun
2024/12/22
Re: [PATCH v4 2/2] arch: m68k: Add STACKTRACE support
Jean-Michel Hautbois
2024/12/22
Re: [PATCH v4 2/2] arch: m68k: Add STACKTRACE support
Greg Ungerer
2024/12/20
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Ludwig Rydberg
2024/12/20
[PATCH v2 24/28] bpf: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
2024/12/20
[PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
2024/12/20
[PATCH v2 25/28] kprobes: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
2024/12/20
[PATCH v2 20/28] powerpc/ftrace: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
2024/12/20
[PATCH v2 17/28] arm64: module: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
2024/12/20
[PATCH v2 06/28] module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
2024/12/20
Re: [syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
Alexei Starovoitov
2024/12/20
Re: (subset) [PATCH 00/35] Reorganize kerneldoc parameter names
Srinivas Kandagatla
2024/12/20
Re: [PATCH 12/14] tracing: Switch trace_osnoise.c code over to use guard() and __free()
Markus Elfring
2024/12/20
Re: [PATCH 08/14] tracing: Switch trace_events_trigger.c code over to use guard()
Markus Elfring
2024/12/20
Re: [PATCH 01/14] tracing: Switch trace.c code over to use guard()
Markus Elfring
2024/12/20
[PATCH v2] tracing: Switch trace_events_trigger.c code over to use guard()
Steven Rostedt
2024/12/20
[PATCH v2] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
2024/12/20
Re: [PATCH 09/14] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
2024/12/20
Re: [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Steven Rostedt
2024/12/20
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Steven Rostedt
2024/12/20
Re: [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Heiko Carstens
2024/12/20
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Ludwig Rydberg
2024/12/20
Re: [PATCH 08/14] tracing: Switch trace_events_trigger.c code over to use guard()
Steven Rostedt
2024/12/20
Re: [PATCH 09/14] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
2024/12/19
Re: [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
Steven Rostedt
2024/12/19
[PATCH 10/14] tracing: Switch trace_events_filter.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 07/14] tracing: Switch trace_events_hist.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 08/14] tracing: Switch trace_events_trigger.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 06/14] tracing: Switch trace_events.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 01/14] tracing: Switch trace.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 14/14] tracing: Switch trace_stat.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 12/14] tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
2024/12/19
[PATCH 11/14] tracing: Switch trace_events_synth.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 13/14] tracing: Switch trace_stack.c code over to use guard()
Steven Rostedt
2024/12/19
[PATCH 09/14] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
2024/12/19
[PATCH 05/14] tracing: Simplify event_enable_func() goto_reg logic
Steven Rostedt
2024/12/19
[PATCH 03/14] tracing: Have event_enable_write() just return error on error
Steven Rostedt
2024/12/19
[PATCH 00/14] tracing: Convert over to guard() and __free() infrastructure
Steven Rostedt
2024/12/19
[PATCH 04/14] tracing: Simplify event_enable_func() goto out_free logic
Steven Rostedt
2024/12/19
[PATCH 02/14] tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at boot
Steven Rostedt
2024/12/19
Re: [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
Steven Rostedt
2024/12/19
Re: [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on hist file
Steven Rostedt
2024/12/19
Re: [PATCH v6 3/3] selftests/tracing: Add hist poll() support test
Steven Rostedt
2024/12/18
Re: [PATCH v3] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
Google
2024/12/18
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Steven Rostedt
2024/12/18
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Ludwig Rydberg
2024/12/18
[PATCH v2] trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
2024/12/18
Re: [PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
Armin Wolf
2024/12/18
[PATCH] selftests/ring-buffer: Add test for out-of-bound pgoff mapping
Vincent Donnefort
2024/12/18
Re: [PATCH] ring-buffer: fix array bounds checking
Steven Rostedt
2024/12/18
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
Steven Rostedt
2024/12/18
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
Steven Rostedt
2024/12/18
Re: [BUG] spinlock recursion when enabling function tracer on 32-bit
Steven Rostedt
2024/12/18
[BUG] spinlock recursion when enabling function tracer on 32-bit
Ludwig Rydberg
2024/12/18
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Steven Rostedt
2024/12/18
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Vincent Donnefort
2024/12/18
Re: [PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
Hans de Goede
2024/12/18
[PATCH V3] ring-buffer: fix overflow in __rb_map_vma
Edward Adam Davis
2024/12/18
Re: [PATCH V2] ring-buffer: fix overflow in __rb_map_vma
Steven Rostedt
2024/12/18
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Steven Rostedt
2024/12/18
Re: [PATCH V2] ring-buffer: fix overflow in __rb_map_vma
Steven Rostedt
2024/12/18
[PATCH V2] ring-buffer: fix overflow in __rb_map_vma
Edward Adam Davis
2024/12/18
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
Dmitry Vyukov
2024/12/18
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
syzbot
2024/12/18
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Vincent Donnefort
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Alexei Starovoitov
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Jeongjun Park
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Alexei Starovoitov
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Edward Adam Davis
2024/12/17
Re: [syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
Alexei Starovoitov
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
Steven Rostedt
2024/12/17
Re: [syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
Steven Rostedt
2024/12/17
Re: [PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
Armin Wolf
2024/12/17
[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
syzbot
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Mathieu Desnoyers
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
Re: [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Linus Torvalds
2024/12/17
Re: [PATCH] ring-buffer: Fix a oob in __rb_map_vma
Steven Rostedt
2024/12/17
[PATCH 2/3] trace/ring-buffer: Do not create module or dynamic events in boot mapped buffers
Steven Rostedt
2024/12/17
[PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
Steven Rostedt
2024/12/17
[PATCH 0/3] ring-buffer: Hardening of the persistent buffer
Steven Rostedt
2024/12/17
[PATCH 3/3] trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
2024/12/17
Re: [PATCH] ring-buffer: fix array bounds checking
Jeongjun Park
2024/12/17
[syzbot] [trace?] kernel BUG in ring_buffer_map
syzbot
2024/12/17
Re: [PATCH] ring-buffer: fix array bounds checking
Vincent Donnefort
2024/12/16
[PATCH 3/4] tracing: Add "%s" check in test_event_printk()
Steven Rostedt
2024/12/16
[PATCH 4/4] tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
2024/12/16
[PATCH 1/4] tracing: Fix test_event_printk() to process entire print argument
Steven Rostedt
2024/12/16
[PATCH 2/4] tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
2024/12/16
[PATCH 0/4] tracing: Replace trace_check_printf() with ignore_event()
Steven Rostedt
2024/12/16
Re: [PATCH] ring-buffer: fix array bounds checking
Jeongjun Park
2024/12/16
Re: [PATCH v3 1/2] tracing: Add task_prctl_unknown tracepoint
Kees Cook
2024/12/16
Re: [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
Andrii Nakryiko
2024/12/16
Re: [PATCH v1] ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not set
Steven Rostedt
2024/12/16
[PATCH v1] ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not set
Steven Rostedt
2024/12/16
Re: [PATCH] ring-buffer: fix array bounds checking
Vincent Donnefort
2024/12/16
Re: [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
Yonghong Song
2024/12/16
[PATCH] ring-buffer: fix array bounds checking
Jeongjun Park
2024/12/16
[PATCH v3] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
Nikolay Kuratov
2024/12/16
Re: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
Jiri Olsa
2024/12/16
RE: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
David Laight
2024/12/16
[PATCH] ring-buffer: Fix a oob in __rb_map_vma
Edward Adam Davis
2024/12/16
Re: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
Jiri Olsa
2024/12/16
Re: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
Oleg Nesterov
2024/12/16
[PATCH v2 5.4 5.15 6.6] tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
Nikolay Kuratov
2024/12/16
RE: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
David Laight
2024/12/16
Re: [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
Oleg Nesterov
Earlier messages
Later messages