linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 21:31:07 to 2024-03-14 11:00:35 UTC [more...]

[PATCH] tracing/osnoise: init osnoise_instances list before registering tracer
 2024-03-14 11:00 UTC 

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-14  6:27 UTC  (35+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
    ` [External] "
` [PATCH bpf-next v2 3/9] bpf: trampoline: introduce struct bpf_tramp_link_conn
` [PATCH bpf-next v2 4/9] bpf: trampoline: introduce bpf_tramp_multi_link
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
    ` [External] "
` [PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
    ` [External] "
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
    ` [External] "
` [PATCH bpf-next v2 9/9] selftests/bpf: add testcases for "

[PATCH] tracing: Use strcmp() in __assign_str() WARN_ON() check
 2024-03-13 20:14 UTC  (4+ messages)

[PATCH bpf-next 0/3] uprobes: two common case speed ups
 2024-03-13 17:33 UTC  (12+ messages)
` [PATCH bpf-next 1/3] uprobes: encapsulate preparation of uprobe args buffer
` [PATCH bpf-next 2/3] uprobes: prepare uprobe args buffer lazily
` [PATCH bpf-next 3/3] uprobes: add speculative lockless system-wide uprobe filter check

[PATCH] net: hns3: tracing: fix hclgevf trace event strings
 2024-03-13 13:34 UTC 

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-13 11:23 UTC  (16+ messages)
    ` [DMARC Error] "

[PATCH v4] ring-buffer: Have mmapped ring buffer keep track of missed events
 2024-03-12 21:54 UTC 

[PATCH] ring-buffer: Do not set shortest_full when full target is hit
 2024-03-12 16:13 UTC  (2+ messages)

[PATCH v2 0/2] ring-buffer: Fix poll wakeup logic
 2024-03-12 15:48 UTC  (7+ messages)
` [PATCH v2 1/2] ring-buffer: Fix full_waiters_pending in poll
` [PATCH v2 2/2] ring-buffer: Reuse rb_watermark_hit() for the poll logic

[PATCH v4 0/2] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-12 12:15 UTC  (3+ messages)
` [PATCH v4 1/2] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
` [PATCH v4 2/2] tracing/ring-buffer: Fix wait_on_pipe() race

[PATCH v3 0/2] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-12 12:02 UTC  (3+ messages)
` [PATCH v3 1/2] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
` [PATCH v3 2/2] tracing/ring-buffer: Fix wait_on_pipe() race

[PATCH 0/2] ring-buffer: Fix poll wakeup logic
 2024-03-12 11:54 UTC  (3+ messages)
` [PATCH 1/2] ring-buffer: Fix full_waiters_pending in poll
` [PATCH 2/2] ring-buffer: Reuse rb_watermark_hit() for the poll logic

[PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
 2024-03-11 23:21 UTC  (5+ 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()

[PATCH net-next 0/2] tcp: make trace of reset logic complete
 2024-03-11  5:09 UTC  (8+ messages)
` [PATCH net-next 1/2] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
` [PATCH net-next 2/2] trace: tcp: fully support trace_tcp_send_reset

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (44+ 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 05/15] netdev: support binding dma-buf to netdevice
` [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 14/15] net: add devmem TCP documentation

[PATCH 0/6] tracing/ring-buffer: Fix wakeup of ring buffer waiters
 2024-03-10 16:19 UTC  (13+ 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 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

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


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