linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-17 18:32:43 to 2024-12-31 16:00:19 UTC [more...]

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-31 16:00 UTC  (26+ 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 v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
        ` [PATCH v23] "

[PATCH] tracing: Have process_string() also allow arrays
 2024-12-31 15:46 UTC  (2+ messages)

[PATCH] kernel/trace: Add READ_ONCE() when accessing fgraph_array[]
 2024-12-31 11:37 UTC 

[mhiramat:topic/fprobe-on-fgraph] [fprobe] fd62ee1f3e: netperf.Throughput_tps 10.6% regression
 2024-12-31  6:41 UTC 

[PATCH v2 0/6] kprobes: tracing/probes: Fix and cleanup to use guard
 2024-12-30 17:35 UTC  (4+ messages)
` [PATCH v2 6/6] tracing/dynevent: Adopt guard() and scoped_guard()

[PATCH v7 0/3] tracing: Support poll on event hist file
 2024-12-29 13:24 UTC  (6+ messages)
` [PATCH v7 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v7 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v7 3/3] selftests/tracing: Add hist poll() support test
  ` [PATCH v7.1 "

[for-next][PATCH 11/15] tracing: Switch trace_osnoise.c code over to use guard() and __free()
 2024-12-28 14:01 UTC 

[for-next][PATCH 08/15] tracing: Switch trace_events_trigger.c code over to use guard()
 2024-12-28 13:52 UTC 

[for-next][PATCH 01/15] tracing: Switch trace.c code over to use guard()
 2024-12-28 10:40 UTC 

[PATCH 0/8] rv: Automate manual steps in monitor creation
 2024-12-28  7:25 UTC  (11+ messages)
` [PATCH 1/8] verification/dot2k: Fix template directory detection
` [PATCH 2/8] verification/dot2k: Unify main.c templates
` [PATCH 3/8] verification/dot2k: More robust template variables
` [PATCH 4/8] verification/dot2k: Add support for name and description options
` [PATCH 5/8] rv: Simplify manual steps in monitor creation
` [PATCH 6/8] verification/dot2k: "
` [PATCH 7/8] verification/dot2k: Auto patch current kernel source
` [PATCH 8/8] verification/dot2k: Implement event type detection

[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
 2024-12-27 19:19 UTC  (10+ messages)

[PATCH v2 06/28] module: Use RCU in find_module_all()
 2024-12-27 17:19 UTC  (7+ 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: "

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2024-12-27  7:28 UTC  (9+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
` [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
` [PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH 8/8] module: drop unused module_writable_address()

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-12-27  3:04 UTC  (9+ 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 v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-26 15:42 UTC  (11+ 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)

[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 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  (5+ messages)

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

[PATCH] ring-buffer: Fix a oob in __rb_map_vma
 2024-12-18 14:33 UTC  (12+ messages)
      ` [PATCH V2] ring-buffer: fix overflow "
          ` [PATCH V3] "

[PATCH 0/3] ring-buffer: Hardening of the persistent buffer
 2024-12-18  1:53 UTC  (25+ messages)
` [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer


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).