Steven Rostedt ([email protected])

Number of posts: 25793 (3.42 per day)
First post: 2003-03-19 02:09:23
Last post: 2023-11-07 03:07:57

Date List Subject
2023-11-07 03:07:57 linux-kernel Re: [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
2023-11-07 03:06:31 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-07 01:42:36 linux-kernel Re: [PATCH v1 05/12] tracefs: add TP_printk_no_nl - RFC
2023-11-07 00:45:44 linux-kernel Re: [PATCH v1 06/12] trace: use TP_printk_no_nl in dyndbg:prdbg,devdbg
2023-11-06 23:55:40 linux-kernel Re: [PATCH v1 04/12] dyndbg: add 2 trace-events: pr_debug, dev_dbg
2023-11-06 22:28:17 linux-kernel Re: [PATCH] tracing: fprobe-event: Fix to check tracepoint event and return
2023-11-06 20:13:05 linux-kernel Re: [v6.6][PATCH 0/5] tracing: Backport of eventfs fixes for v6.6
2023-11-06 16:37:36 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-05 23:34:18 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-05 23:33:10 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-05 21:29:27 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-05 19:11:49 linux-kernel Re: [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2023-11-05 16:02:48 linux-kernel [v6.6][PATCH 5/5] eventfs: Use simple_recursive_removal() to clean up dentries
2023-11-05 16:02:42 linux-kernel [v6.6][PATCH 4/5] eventfs: Delete eventfs_inode when the last dentry is freed
2023-11-05 16:02:40 linux-kernel [v6.6][PATCH 1/5] tracing: Have trace_event_file have ref counters
2023-11-05 16:02:35 linux-kernel [v6.6][PATCH 3/5] eventfs: Save ownership and mode
2023-11-05 16:02:13 linux-kernel [v6.6][PATCH 2/5] eventfs: Remove "is_freed" union with rcu head
2023-11-05 16:01:59 linux-kernel [v6.6][PATCH 0/5] tracing: Backport of eventfs fixes for v6.6
2023-11-02 20:28:57 linux-kernel Re: arch/sh/boot/compressed/misc.c:118:6: warning: no previous prototype for 'arch_ftrace_ops_list_func'
2023-11-02 12:40:53 linux-kernel Re: [PATCH] eventfs: Fix kerneldoc of eventfs_remove_rec()
2023-11-02 12:29:54 linux-kernel [GIT PULL] tracing: Updates for v6.7
2023-11-02 04:22:27 linux-kernel [for-next][PATCH 2/2] seq_buf: Export seq_buf_puts()
2023-11-02 04:22:22 linux-kernel [for-next][PATCH 1/2] seq_buf: Export seq_buf_putc()
2023-11-02 04:22:20 linux-kernel [for-next][PATCH 0/2] tracing: Final update for 6.7
2023-11-02 02:46:56 linux-kernel Re: [PATCH] tracing: Have trace_event_file have ref counters
2023-11-02 02:33:18 linux-kernel Re: [PATCH] tracing: Have trace_event_file have ref counters
2023-11-01 23:51:28 linux-kernel Re: [PATCH v5 4/7] eventfs: Save ownership and mode
2023-11-01 21:39:38 linux-kernel [for-next][PATCH 00/12] tracing: Final (hopefully!) updates for v6.7
2023-11-01 21:39:27 linux-kernel [for-next][PATCH 01/12] tracing: Have trace_event_file have ref counters
2023-11-01 21:39:09 linux-kernel [for-next][PATCH 02/12] eventfs: Remove extra dget() in eventfs_create_events_dir()
2023-11-01 21:38:55 linux-kernel [for-next][PATCH 04/12] eventfs: Fix kerneldoc of eventfs_remove_rec()
2023-11-01 21:38:46 linux-kernel [for-next][PATCH 10/12] eventfs: Delete eventfs_inode when the last dentry is freed
2023-11-01 21:38:43 linux-kernel [for-next][PATCH 12/12] eventfs: Use simple_recursive_removal() to clean up dentries
2023-11-01 21:38:41 linux-kernel [for-next][PATCH 08/12] eventfs: Save ownership and mode
2023-11-01 21:38:36 linux-kernel [for-next][PATCH 09/12] eventfs: Hold eventfs_mutex when calling callback functions
2023-11-01 21:38:34 linux-kernel [for-next][PATCH 07/12] eventfs: Test for ei->is_freed when accessing ei->dentry
2023-11-01 21:38:30 linux-kernel [for-next][PATCH 11/12] eventfs: Remove special processing of dput() of events directory
2023-11-01 21:38:26 linux-kernel [for-next][PATCH 06/12] eventfs: Have a free_ei() that just frees the eventfs_inode
2023-11-01 21:38:25 linux-kernel [for-next][PATCH 05/12] eventfs: Remove "is_freed" union with rcu head
2023-11-01 21:38:20 linux-kernel [for-next][PATCH 03/12] tracing: Have the user copy of synthetic event address use correct context
2023-11-01 21:10:10 linux-kernel [GIT PULL] tracing tools: Updates for v6.7
2023-11-01 20:44:46 linux-kernel Re: [PATCH] Fix: rseq uapi: Adapt header includes to follow glibc header changes
2023-11-01 20:01:55 linux-kernel Re: [PATCH] eventfs: Fix kerneldoc of eventfs_remove_rec()
2023-11-01 18:17:45 linux-kernel Re: [PATCH 0/2] seq_buf: Export seq_buf_putc() &nd seq_buf_puts()
2023-11-01 17:46:23 linux-kernel Re: [QUESTION] ftrace_test_recursion_trylock behaviour
2023-11-01 17:28:11 linux-kernel [PATCH v6 6/8] eventfs: Delete eventfs_inode when the last dentry is freed
2023-11-01 17:27:59 linux-kernel [PATCH v6 8/8] eventfs: Use simple_recursive_removal() to clean up dentries
2023-11-01 17:27:38 linux-kernel [PATCH v6 1/8] eventfs: Remove "is_freed" union with rcu head
2023-11-01 17:27:23 linux-kernel [PATCH v6 5/8] eventfs: Hold eventfs_mutex when calling callback functions
2023-11-01 17:27:19 linux-kernel [PATCH v6 0/8] eventfs: Fixing dynamic creation
2023-11-01 17:27:18 linux-kernel [PATCH v6 4/8] eventfs: Save ownership and mode