LinuxLists
Users
About
Steven Rostedt (
[email protected]
)
Number of posts: 27709 (3.57 per day)
First post: 2003-03-19 02:09:23
Last post: 2024-06-15 13:10:19
Previous Page
/
Next Page
Date
List
Subject
2024-06-05 00:34:25
linux-kernel
Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
2024-06-04 21:30:00
linux-kernel
[PATCH 5/5] ftrace: Add comments to ftrace_hash_move() and friends
2024-06-04 21:29:23
linux-kernel
[PATCH 4/5] ftrace: Convert "filter_hash" and "inc" to bool in ftrace_hash_rec_update_modify()
2024-06-04 21:29:18
linux-kernel
[PATCH 3/5] ftrace: Remove "filter_hash" parameter from ftrace_hash_rec_disable/enable()
2024-06-04 21:29:16
linux-kernel
[PATCH 1/5] ftrace: Rename dup_hash() and comment it
2024-06-04 21:29:06
linux-kernel
[PATCH 0/5] ftrace: Clean up and comment code
2024-06-04 21:29:04
linux-kernel
[PATCH 2/5] ftrace: Comment __ftrace_hash_rec_update() and make filter_hash bool
2024-06-04 19:30:04
linux-kernel
[PATCH] ftrace/selftests: Fix pid test with function graph not showing pids
2024-06-04 19:18:34
linux-kernel
Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-04 18:57:54
linux-kernel
Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-04 17:08:17
linux-kernel
Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-04 16:59:36
linux-kernel
Re: [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool
2024-06-04 16:43:47
linux-kernel
Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
2024-06-04 16:38:35
linux-kernel
Re: [PATCH v5 1/2] sched/rt: Clean up usage of rt_task()
2024-06-04 16:34:29
linux-kernel
Re: [PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
2024-06-04 16:16:36
linux-kernel
Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
2024-06-04 15:57:36
linux-kernel
Re: [PATCH v2 3/3] sefltests/tracing: Add a test for tracepoint events on modules
2024-06-04 15:55:06
linux-wireless
Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
2024-06-04 15:38:38
linux-kernel
Re: [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool
2024-06-04 15:23:06
linux-kernel
Re: [PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
2024-06-04 15:23:04
linux-kernel
[for-next][PATCH 18/27] function_graph: Move graph notrace bit to shadow stack global var
2024-06-04 15:20:14
linux-kernel
[for-next][PATCH 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
2024-06-04 15:19:54
linux-kernel
[for-next][PATCH 25/27] function_graph: Use static_call and branch to optimize return function
2024-06-04 15:18:12
linux-kernel
[for-next][PATCH 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
2024-06-04 15:17:18
linux-kernel
[for-next][PATCH 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-06-04 15:14:45
linux-kernel
[for-next][PATCH 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
2024-06-04 15:11:28
linux-kernel
[for-next][PATCH 04/27] function_graph: Allow multiple users to attach to function graph
2024-06-04 15:08:12
linux-kernel
[for-next][PATCH 00/27] function_graph: Allow multiple users for v6.11
2024-06-04 15:03:02
linux-kernel
[for-next][PATCH 11/27] ftrace: Allow subops filtering to be modified
2024-06-04 15:03:01
linux-kernel
[for-next][PATCH 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
2024-06-04 15:00:12
linux-kernel
[for-next][PATCH 23/27] function_graph: Use bitmask to loop on fgraph entry
2024-06-04 14:59:02
linux-kernel
[for-next][PATCH 14/27] function_graph: Use a simple LRU for fgraph_array index number
2024-06-04 14:54:09
linux-kernel
[for-next][PATCH 05/27] function_graph: Handle tail calls for stack unwinding
2024-06-04 14:53:50
linux-kernel
[for-next][PATCH 03/27] function_graph: Add an array structure that will allow multiple callbacks
2024-06-04 14:53:47
linux-kernel
[for-next][PATCH 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
2024-06-04 14:53:47
linux-kernel
[for-next][PATCH 06/27] function_graph: Remove logic around ftrace_graph_entry and return
2024-06-04 14:52:51
linux-kernel
[for-next][PATCH 15/27] function_graph: Add "task variables" per task for fgraph_ops
2024-06-04 14:51:16
linux-kernel
[for-next][PATCH 24/27] function_graph: Use static_call and branch to optimize entry function
2024-06-04 14:49:33
linux-kernel
[for-next][PATCH 21/27] ftrace: Add multiple fgraph storage selftest
2024-06-04 14:49:33
linux-kernel
[for-next][PATCH 27/27] selftests/ftrace: Add fgraph-multi.tc test
2024-06-04 14:49:08
linux-kernel
[for-next][PATCH 20/27] function_graph: Add selftest for passing local variables
2024-06-04 14:48:32
linux-kernel
[for-next][PATCH 16/27] function_graph: Move set_graph_function tests to shadow stack global var
2024-06-04 14:48:06
linux-kernel
[for-next][PATCH 17/27] function_graph: Move graph depth stored data to shadow stack global var
2024-06-04 14:47:49
linux-kernel
[for-next][PATCH 13/27] function_graph: Add pid tracing back to function graph tracer
2024-06-04 14:47:14
linux-kernel
[for-next][PATCH 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-04 14:46:52
linux-kernel
[for-next][PATCH 08/27] ftrace: Allow function_graph tracer to be enabled in instances
2024-06-04 14:44:18
linux-kernel
[for-next][PATCH 01/27] function_graph: Convert ret_stack to a series of longs
2024-06-04 14:43:49
linux-kernel
[for-next][PATCH 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
2024-06-04 14:30:42
linux-kernel
Re: [PATCH 0/3] tracing: Fix some selftest issues
2024-06-04 13:58:47
linux-kernel
Re: [PATCH 0/3] tracing: Fix some selftest issues
2024-06-04 13:22:16
linux-kernel
Re: [PATCH 1/2] sched/rt: Use 'back' only if CONFIG_RT_GROUP_SCHED is enabled