linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-14 20:22:37 to 2023-12-20 09:48:48 UTC [more...]

[PATCH v5 00/15] ring-buffer/tracing: Allow ring buffer to have bigger sub buffers
 2023-12-20  9:48 UTC  (19+ messages)
` [PATCH v5 01/15] ring-buffer: Refactor ring buffer implementation
` [PATCH v5 02/15] ring-buffer: Page size per ring buffer
` [PATCH v5 03/15] ring-buffer: Add interface for configuring trace sub buffer size
` [PATCH v5 04/15] ring-buffer: Set new size of the ring buffer sub page
` [PATCH v5 05/15] ring-buffer: Read and write to ring buffers with custom sub buffer size
` [PATCH v5 06/15] ring-buffer: Clear pages on error in ring_buffer_subbuf_order_set() failure
` [PATCH v5 07/15] ring-buffer: Do no swap cpu buffers if order is different
` [PATCH v5 08/15] ring-buffer: Make sure the spare sub buffer used for reads has same size
` [PATCH v5 09/15] tracing: Update snapshot order along with main buffer order
` [PATCH v5 10/15] tracing: Stop the tracing while changing the ring buffer subbuf size
` [PATCH v5 11/15] ring-buffer: Keep the same size when updating the order
` [PATCH v5 12/15] ring-buffer: Just update the subbuffers when changing their allocation order
` [PATCH v5 13/15] ring-buffer: Add documentation on the buffer_subbuf_order file
` [PATCH v5 14/15] ringbuffer/selftest: Add basic selftest to test changing subbuf order
` [PATCH v5 15/15] tracing: Update subbuffer with kilobytes not page order
` [PATCH v5 16/15] ring-buffer: Use subbuf_order for buffer page masking

BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2023-12-20  9:19 UTC  (2+ messages)

[PATCH]eventfs: Apply the gid in the mounting parameters to all files
 2023-12-20  9:15 UTC 

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH] tracing/synthetic: fix kernel-doc warnings
 2023-12-20  6:12 UTC 

[PATCH -next v4 0/2] Make memory reclamation measurable
 2023-12-20  1:21 UTC  (3+ messages)
` [PATCH -next v4 1/2] mm: shrinker: add new event to trace shrink count
` [PATCH -next v4 2/2] mm: vmscan: add new event to trace shrink lru

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-20  1:00 UTC  (42+ messages)
` [PATCH v5 01/34] tracing: Add a comment about ftrace_regs definition
` [PATCH v5 02/34] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v5 03/34] function_graph: Convert ret_stack to a series of longs
` [PATCH v5 04/34] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v5 05/34] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 07/34] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v5 08/34] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v5 09/34] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v5 10/34] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v5 12/34] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v5 13/34] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v5 14/34] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v5 15/34] function_graph: Move graph depth stored data "
` [PATCH v5 16/34] function_graph: Move graph notrace bit "
` [PATCH v5 17/34] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v5 18/34] function_graph: Add selftest for passing local variables
` [PATCH v5 19/34] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v5 20/34] function_graph: Add a new exit "
` [PATCH v5 21/34] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 22/34] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v5 23/34] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 25/34] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v5 26/34] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v5 27/34] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v5 29/34] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v5 30/34] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v5 31/34] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v5 32/34] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v5 33/34] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v5 34/34] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] ring-buffer: Fix slowpath of interrupted event
 2023-12-19 23:52 UTC  (6+ messages)

[PATCH v8 0/2] Introducing trace buffer mapping by user-space
 2023-12-19 20:39 UTC  (4+ messages)
` [PATCH v8 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v8 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH] ring-buffer: Check if absolute timestamp goes backwards
 2023-12-19 12:47 UTC 

[PATCH] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-19 12:45 UTC 

[PATCH v3] ring-buffer: Remove 32bit timestamp logic
 2023-12-19 12:43 UTC 

[PATCH v1 0/2] Update kprobes documentation
 2023-12-19  6:23 UTC  (3+ messages)
` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture

[PATCH] ring-buffer: Check if absolute timestamp goes backwards
 2023-12-19  3:16 UTC 

[PATCH v2] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-18 23:24 UTC  (2+ messages)

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-18 23:01 UTC  (4+ messages)
` [PATCH 06/15] arm64: Add KHO support

[PATCH 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 22:52 UTC  (7+ messages)
` [PATCH 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()
` [PATCH 2/2] ring-buffer: Remove 32bit timestamp logic

[PATCH] ring-buffer: Add interrupt information to dump of data sub-buffer
 2023-12-18 21:31 UTC 

[RFD] kprobe: Use cases on further optimizations
 2023-12-18 20:56 UTC 

[PATCH v4] tracing/selftests: Add test to test the trace_marker
 2023-12-18 20:53 UTC  (4+ messages)

[PATCH v2 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 19:42 UTC  (3+ messages)
` [PATCH v2 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()
` [PATCH v2 2/2] ring-buffer: Remove 32bit timestamp logic

[PATCH v7 0/2] Introducing trace buffer mapping by user-space
 2023-12-18 16:43 UTC  (6+ messages)
` [PATCH v7 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v7 2/2] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

[PATCH v3] tracing: Add filter-direct option
 2023-12-18 15:32 UTC 

[PATCH AUTOSEL 4.14 4/6] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:47 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 5/6] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 4.14 6/6] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 4.19 4/6] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:47 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 5/6] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 4.19 6/6] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 5.4 5/7] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 6/7] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.4 7/7] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 5.10 6/8] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 7/8] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.10 8/8] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 5.15 08/13] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:45 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 09/13] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.15 12/13] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 5.15 13/13] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 6.1 10/15] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:45 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 11/15] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 6.1 14/15] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 6.1 15/15] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[PATCH AUTOSEL 6.6 13/18] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
 2023-12-18 12:43 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 14/18] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 6.6 17/18] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 6.6 18/18] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI

[mhiramat:topic/fprobe-on-fgraph] [function_graph] b92a5e78c3: WARNING:at_kernel/trace/trace.c:#run_tracer_selftest
 2023-12-18 11:25 UTC  (2+ messages)

[PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
 2023-12-18 10:59 UTC  (11+ messages)

[PATCH] block: Add ioprio to block_rq tracepoint
 2023-12-18  2:49 UTC 

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2023-12-18  2:40 UTC  (15+ messages)
` [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v5 09/14] net: support non paged skb frags
` [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] tracing: Add disable-filter-buf option
 2023-12-17 23:56 UTC  (10+ messages)

[PATCH] ring-buffer: Remove 32bit timestamp logic
 2023-12-17 17:40 UTC  (9+ messages)

[PATCH v4] trace/kprobe: Display the actual notrace function when rejecting a probe
 2023-12-17  7:18 UTC  (2+ messages)

[PATCH v2] tracing: Add filter-buffer option
 2023-12-15 18:25 UTC 

[PATCH v4 00/15] ring-buffer/tracing: Allow ring buffer to have bigger sub buffers
 2023-12-15 17:55 UTC  (16+ messages)
` [PATCH v4 01/15] ring-buffer: Refactor ring buffer implementation
` [PATCH v4 02/15] ring-buffer: Page size per ring buffer
` [PATCH v4 03/15] ring-buffer: Add interface for configuring trace sub buffer size
` [PATCH v4 04/15] ring-buffer: Set new size of the ring buffer sub page
` [PATCH v4 05/15] ring-buffer: Read and write to ring buffers with custom sub buffer size
` [PATCH v4 06/15] ring-buffer: Clear pages on error in ring_buffer_subbuf_order_set() failure
` [PATCH v4 07/15] ring-buffer: Do no swap cpu buffers if order is different
` [PATCH v4 08/15] ring-buffer: Make sure the spare sub buffer used for reads has same size
` [PATCH v4 09/15] tracing: Update snapshot order along with main buffer order
` [PATCH v4 10/15] tracing: Stop the tracing while changing the ring buffer subbuf size
` [PATCH v4 11/15] ring-buffer: Keep the same size when updating the order
` [PATCH v4 12/15] ring-buffer: Just update the subbuffers when changing their allocation order
` [PATCH v4 13/15] ring-buffer: Add documentation on the buffer_subbuf_order file
` [PATCH v4 14/15] ringbuffer/selftest: Add basic selftest to test changing subbuf order
` [PATCH v4 15/15] tracing: Update subbuffer with kilobytes not page order

[PATCH 0/5] Rework system pressure interface to the scheduler
 2023-12-15 16:03 UTC  (9+ messages)
` [PATCH 2/4] sched: Take cpufreq feedback into account
` [PATCH 3/4] thermal/cpufreq: Remove arch_update_thermal_pressure()

[PATCH] ring-buffer: Have rb_time_cmpxchg() set the msb counter too
 2023-12-15 13:41 UTC 

[PATCH v2] ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
 2023-12-15 13:18 UTC 

[PATCH] ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
 2023-12-15 13:06 UTC  (2+ messages)

[PATCH] ring-buffer: Do not try to put back write_stamp
 2023-12-15  3:37 UTC  (2+ messages)

[PATCH v2] ring-buffer: Do not try to put back write_stamp
 2023-12-15  3:29 UTC 

[PATCH v3] ring-buffer: Remove 32bit timestamp logic
 2023-12-14 20:47 UTC  (7+ messages)

[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-14 20:14 UTC  (3+ messages)


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