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

[bug report] tracing/probes: Support $argN in return probe (kprobe and fprobe)
 2024-03-20 13:22 UTC  (6+ messages)
` [PATCH] tracing: probes: Fix to zero initialize a local variable

[PATCH v6 0/8] support '%pd' and '%pD' for print file name
 2024-03-20 12:46 UTC  (13+ messages)
` [PATCH v6 1/8] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v6 2/8] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v6 3/8] tracing/probes: support '%pd' type for fprobe
` [PATCH v6 4/8] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v6 5/8] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v6 6/8] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v6 7/8] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
` [PATCH v6 8/8] selftests/ftrace: add fprobe "

[GIT PULL] tracing/tools: Updates for 6.9
 2024-03-20 12:41 UTC  (3+ messages)

[PATCH v2] net/ipv4: add tracepoint for icmp_send
 2024-03-20 11:59 UTC  (3+ messages)
  `  "

[PATCH] tracing: Explicitly cast divisor to fix Coccinelle warning
 2024-03-20 10:27 UTC  (2+ messages)

[PATCH] kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address
 2024-03-20  8:12 UTC  (7+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-20  7:07 UTC  (8+ messages)

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

[PATCH 0/8] tracing: Persistent traces across a reboot or crash
 2024-03-20  0:44 UTC  (5+ messages)

[PATCH 0/2] tracing: Fully silence instance of -Wstring-compare
 2024-03-20  0:37 UTC  (8+ messages)
` [PATCH 1/2] compiler_types: Ensure __diag_clang() is always available
` [PATCH 2/2] tracing: Ignore -Wstring-compare with diagnostic macros

[PATCH v2] workqueue: add function in event of workqueue_activate_work
 2024-03-19 23:49 UTC  (3+ messages)

[PATCH] tracing: Just use strcmp() for testing __string() and __assign_str() match
 2024-03-19 17:39 UTC 

[PATCH] net: hns3: tracing: fix hclgevf trace event strings
 2024-03-19 11:09 UTC  (5+ messages)

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-18 23:22 UTC  (8+ 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

TP_printk() bug with %c, and more?
 2024-03-18 15:53 UTC  (6+ messages)

net/sunrpc/sched.c: error: result of comparison against a string literal is unspecified (use an explicit string comparison function instead)
 2024-03-18 15:43 UTC 

KASAN: null-ptr-deref Write in tctx_task_work_run
 2024-03-18  6:35 UTC  (3+ messages)
  ` 回复:KASAN: "

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH] tracing: Add __string_src() helper to help compilers not to get confused
 2024-03-15 19:53 UTC  (2+ messages)

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

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

[PATCH] ring-buffer: Make wake once of ring_buffer_wait() more robust
 2024-03-15 10:31 UTC 

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-15  8:17 UTC  (37+ 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 "

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-14 20:50 UTC  (10+ messages)
    ` [DMARC Error] "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH] Documentation: tracing: update format of sched_wakeup in example
 2024-03-14 14:41 UTC 

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

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

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