linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 10:23:14 to 2023-08-06 00:19:59 UTC [more...]

[RFC PATCH 0/5] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-06  0:19 UTC  (7+ messages)
` [RFC PATCH 1/5] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH 2/5] fprobe: rethook: Use fprobe_regs in fprobe exit handler and rethook
` [RFC PATCH 3/5] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 4/5] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 5/5] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled

[PATCH v2 0/2] tracing: Fix cpu buffers unavailable problem and add its testcase
 2023-08-05  3:38 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
` [PATCH v2 2/2] selftests/ftrace: Add a basic testcase for snapshot

[PATCH 0/2] tracing: Fix cpu buffers unavailable problem and add its testcase
 2023-08-05  1:58 UTC  (9+ messages)
` [PATCH 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
` [PATCH 2/2] selftests/ftrace: Add a basic testcase for snapshot

[PATCH] tracing: vmscan: add file/anon identifier to lru_shrink_[in]active tracepoints
 2023-08-04 20:53 UTC 

[PATCH] perf probe: Show correct error about @symbol for uprobe
 2023-08-04  8:05 UTC  (3+ messages)

[RFC PATCH v6 0/5] fix task state report from sched tracepoint
 2023-08-04  3:41 UTC  (30+ messages)
` [RFC PATCH v6 1/5] perf sched: sync state char array with the kernel
` [RFC PATCH v6 2/5] perf sched: reorganize sched-out task state report code
` [RFC PATCH v6 3/5] sched, tracing: reorganize fields of switch event struct
` [RFC PATCH v6 4/5] sched, tracing: add to report task state in symbolic chars
` [RFC PATCH v6 5/5] perf sched: prefer to use prev_state_char introduced in sched_switch

[PATCH] ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_daemon()
 2023-08-04  1:36 UTC 

[PATCH] ftrace: Use within_module to check rec->ip within specified module
 2023-08-03 20:52 UTC 

[PATCH v4 0/9] tracing: Improbe BTF support on probe events
 2023-08-03 16:37 UTC  (37+ messages)
` [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union

[PATCH v5 0/2] Introducing trace buffer mapping by user-space
 2023-08-03 14:52 UTC  (8+ messages)
` [PATCH v5 1/2] ring-buffer: Introducing ring-buffer mapping functions

[PATCH -next] tracing: Remove unused function declarations
 2023-08-03 14:40 UTC 

[PATCH AUTOSEL 5.15 3/3] ring-buffer: Do not swap cpu_buffer during resize process
 2023-08-03 13:04 UTC 

[PATCH AUTOSEL 5.10 3/3] ring-buffer: Do not swap cpu_buffer during resize process
 2023-08-03 13:04 UTC 

[PATCH AUTOSEL 6.1 4/4] ring-buffer: Do not swap cpu_buffer during resize process
 2023-08-03 13:04 UTC 

[PATCH AUTOSEL 6.4 4/4] ring-buffer: Do not swap cpu_buffer during resize process
 2023-08-03 13:04 UTC 

[PATCH v6 0/2] Introducing trace buffer mapping by user-space
 2023-08-03 12:51 UTC  (3+ messages)
` [PATCH v6 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v6 2/2] tracing: Allow user-space mapping of the ring-buffer

[RFC PATCH v4 0/7] fix task state report from sched tracepoint
 2023-08-03  2:49 UTC  (18+ messages)
` [RFC PATCH v4 1/7] libtraceevent: sync state char array with the kernel
` [RFC PATCH v4 2/7] perf sched: "
` [RFC PATCH v4 3/7] perf sched: reorganize sched-out task state report code
` [RFC PATCH v4 4/7] sched, tracing: reorganize fields of switch event struct
` [RFC PATCH v4 5/7] sched, tracing: add to report task state in symbolic chars
` [RFC PATCH v4 6/7] perf sched: prefer to use prev_state_char introduced in sched_switch
` [RFC PATCH v4 7/7] libtraceevent: "

[PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-02 21:40 UTC  (6+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH] [v5] bpf: fix bpf_probe_read_kernel prototype mismatch
 2023-08-02 21:20 UTC  (3+ messages)

[RFC PATCH v5 0/7] fix task state report from sched tracepoint
 2023-08-02 12:47 UTC  (8+ messages)
` [RFC PATCH v4 1/7] libtraceevent: sync state char array with the kernel
` [RFC PATCH v5 2/7] perf sched: "
` [RFC PATCH v5 3/7] perf sched: reorganize sched-out task state report code
` [RFC PATCH v5 4/7] sched, tracing: reorganize fields of switch event struct
` [RFC PATCH v5 5/7] sched, tracing: add to report task state in symbolic chars
` [RFC PATCH v4 6/7] libtraceevent: prefer to use prev_state_char introduced in sched_switch
` [RFC PATCH v5 7/7] perf sched: "

[PATCH] docs: rtla: replace dashes with spaces in titles
 2023-08-02  7:12 UTC  (2+ messages)

[PATCH v4 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
 2023-08-02  3:18 UTC  (3+ messages)

[RFC PATCH v3 0/6] add to report task state in symbolic chars from sched tracepoint
 2023-08-02  3:08 UTC  (22+ messages)
` [RFC PATCH v3 1/6] perf sched: sync state char array with the kernel
` [RFC PATCH v3 2/6] perf sched: reorganize sched-out task state report code
` [RFC PATCH v3 3/6] sched, tracing: add to report task state in symbolic chars
` [RFC PATCH v3 4/6] sched, tracing: reorganize fields of switch event struct
` [RFC PATCH v3 5/6] perf sched: prefer to use prev_state_char introduced in sched_switch
` [RFC PATCH v3 6/6] libtraceevent: "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 18:12 UTC  (32+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-01  3:47 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "

[RFC PATCH v2 0/3] report task state in symbolic chars from sched tracepoint
 2023-08-01  1:36 UTC  (9+ messages)
` [RFC PATCH v2 1/3] sched, tracing: add to report task state in symbolic chars
` [RFC PATCH v2 3/3] libtraceevent: use the new prev_state_char instead in tracepoint sched_switch

[PATCH 0/2] tracing: Remove eventfs_files by use of callbacks
 2023-08-01  0:13 UTC  (3+ messages)
` [PATCH 1/2] tracefs: Add show_events_dentries
` [PATCH 2/2] eventfs: Remove eventfs_file and just use eventfs_inode

[PATCH -next] ring-buffer: remove kernel-doc warnings
 2023-07-31 15:51 UTC  (2+ messages)

[PATCH] rtla: Uninitialized variable in find_mount()
 2023-07-31 15:11 UTC  (2+ messages)

[PATCH][next] rtla: Fix uninitialized variable found
 2023-07-31 15:08 UTC  (2+ messages)

[PATCH v2] tracing: Add a debug_trace_printk() function
 2023-07-31 14:34 UTC  (3+ messages)

[PATCH v2 0/2] x86/retpoline,kprobes: Fix the [__indirect_thunk_start, ..end] range
 2023-07-31 10:22 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).