linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-02 04:42:28 to 2024-03-10 12:14:23 UTC [more...]

[PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
 2024-03-10 12:14 UTC  (4+ messages)
` [PATCH net-next 1/3] trace: move to TP_STORE_ADDRS related macro to net_probe_common.h
` [PATCH net-next 2/3] trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()
` [PATCH net-next 3/3] trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-10  1:37 UTC  (13+ messages)

[PATCH 0/8] tracing: Persistent traces across a reboot or crash
 2024-03-09 20:40 UTC  (17+ messages)
` [PATCH 1/8] ring-buffer: Allow mapped field to be set without mapping
` [PATCH 2/8] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH 3/8] tracing: Create "boot_mapped" instance for memory mapped buffer
` [PATCH 4/8] HACK: Hard code in mapped tracing buffer address
` [PATCH 5/8] ring-buffer: Add ring_buffer_meta data
` [PATCH 6/8] ring-buffer: Add output of ring buffer meta page
` [PATCH 7/8] ring-buffer: Add test if range of boot buffer is valid
` [PATCH 8/8] ring-buffer: Validate boot range memory events
` [POC] !!! Re: [PATCH 0/8] tracing: Persistent traces across a reboot or crash

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

[PATCH 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-08 21:41 UTC  (12+ messages)
` [PATCH 1/6] ring-buffer: Fix waking up ring buffer readers
` [PATCH 2/6] ring-buffer: Fix resetting of shortest_full
` [PATCH 3/6] tracing: Use .flush() call to wake up readers
` [PATCH 4/6] tracing: Fix waking up tracing readers
` [PATCH 5/6] ring-buffer: Restructure ring_buffer_wait() to prepare for updates
` [PATCH 6/6] tracing/ring-buffer: Fix wait_on_pipe() race

[PATCH v2 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-08 20:24 UTC  (7+ messages)
` [PATCH v2 1/6] ring-buffer: Fix waking up ring buffer readers
` [PATCH v2 2/6] ring-buffer: Fix resetting of shortest_full
` [PATCH v2 3/6] tracing: Use .flush() call to wake up readers
` [PATCH v2 4/6] tracing: Fix waking up tracing readers
` [PATCH v2 5/6] ring-buffer: Restructure ring_buffer_wait() to prepare for updates
` [PATCH v2 6/6] tracing/ring-buffer: Fix wait_on_pipe() race

[PATCH 0/3] tools/tracing: Use tools/build makefiles like perf
 2024-03-08 17:50 UTC  (4+ messages)
` [PATCH 1/3] tools/tracing: Use tools/build makefiles on latency-collector
` [PATCH 2/3] tools/verification: Use tools/build makefiles on rv
` [PATCH 3/3] tools/rtla: Use tools/build makefiles to build rtla

[PATCH net-next v4] net: dqs: add NIC stall detector based on BQL
 2024-03-08 10:30 UTC  (2+ messages)

[PATCH net-next v3] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-03-08 10:30 UTC  (2+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-03-08  8:37 UTC  (8+ messages)

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-08  8:31 UTC  (3+ messages)
  `  "

[PATCH v2] workqueue: add function in event of workqueue_activate_work
 2024-03-08  6:11 UTC  (3+ messages)

[PATCH] workqueue: add function in event of workqueue_activate_work
 2024-03-08  2:20 UTC  (3+ messages)

[PATCH net-next v2 0/2] tcp: add two missing addresses when using trace
 2024-03-07 14:40 UTC  (6+ messages)
` [PATCH net-next v2 1/2] tcp: add tracing of skb/skaddr in tcp_event_sk_skb class
` [PATCH net-next v2 2/2] tcp: add tracing of skbaddr in tcp_event_skb class

[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
 2024-03-06 23:33 UTC  (12+ messages)
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints

[PATCH v2] tracing: Limit trace_marker writes to just 4K
 2024-03-06 15:41 UTC  (3+ messages)

[PATCH 0/2] ASoC: trace: trace more parameters in ASoC DAPM events
 2024-03-06 15:22 UTC  (4+ messages)
` [PATCH 1/2] ASoC: trace: add component to set_bias_level trace events
` [PATCH 2/2] ASoC: trace: add event to snd_soc_dapm "

[PATCH] ring-buffer: mark racy accesses on work->wait_index
 2024-03-06 14:05 UTC  (2+ messages)

[PATCH v3 0/2] riscv: fix patching with IPI
 2024-03-05  8:21 UTC  (9+ messages)
` [PATCH v3 1/2] riscv: Remove superfluous smp_mb()
` [PATCH v3 2/2] riscv: Fix text patching when IPI are used

[PATCH 00/20] sh: Fix missing prototypes
 2024-03-05  6:56 UTC  (3+ messages)
` [PATCH 08/20] sh: boot: Add proper forward declarations

[PATCH] tracing: Remove precision vsnprintf() check from print event
 2024-03-05  5:47 UTC  (5+ messages)

[PATCH] tracing: Have trace_marker writes be just half of TRACE_SEQ_SIZE
 2024-03-05  3:07 UTC  (15+ messages)

[PATCH] tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_SIZE
 2024-03-05  0:13 UTC 

[PATCH net-next 0/2] add two missing addresses when using trace
 2024-03-04  8:31 UTC  (6+ messages)
` [PATCH net-next 1/2] tcp: add tracing of skb/skaddr in tcp_event_sk_skb class

[PATCH net-next v2] tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe
 2024-03-04  8:30 UTC  (4+ messages)

[PATCH v3 0/8] tracing/probes: Support function parameter access from return probe
 2024-03-04  3:41 UTC  (9+ messages)
` [PATCH v3 1/8] fprobe: Fix to allocate entry_data_size buffer with rethook instances
` [PATCH v3 2/8] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
` [PATCH v3 3/8] tracing/probes: Cleanup probe argument parser
` [PATCH v3 4/8] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
` [PATCH v3 5/8] tracing: Remove redundant #else block for BTF args from README
` [PATCH v3 6/8] tracing/probes: Support $argN in return probe (kprobe and fprobe)
` [PATCH v3 7/8] selftests/ftrace: Add test cases for entry args at function exit
` [PATCH v3 8/8] Documentation: tracing: Add entry argument access "

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-03-03 15:48 UTC  (11+ messages)
` [PATCH v2 3/7] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init

[PATCH v7] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-03-03  9:54 UTC  (2+ messages)

[PATCH] net/ipv4: add tracepoint for icmp_send
 2024-03-02 11:22 UTC  (2+ messages)
`  "

[PATCH] net/ipv4: add tracepoint for icmp_send
 2024-03-02 11:02 UTC  (2+ messages)
`  "

[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
 2024-03-02  4:42 UTC  (2+ messages)
` [PATCH v2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).