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-04 12:19:08
linux-kernel
Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-04 11:08:39
linux-kernel
Re: [PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-04 10:57:47
linux-kernel
Re: [PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-03 23:41:33
linux-kernel
[PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-03 23:36:21
linux-kernel
[PATCH 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
2024-06-03 23:35:32
linux-kernel
[PATCH 0/2] mm/pstore: Reserve named unspecified memory across boots
2024-06-03 21:58:01
linux-kernel
Re: [PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
2024-06-03 20:48:22
linux-kernel
[PATCH v3 06/27] function_graph: Remove logic around ftrace_graph_entry and return
2024-06-03 20:18:00
linux-kernel
[PATCH v3 24/27] function_graph: Use static_call and branch to optimize entry function
2024-06-03 20:08:29
linux-kernel
[PATCH v3 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
2024-06-03 20:06:13
linux-kernel
[PATCH v3 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
2024-06-03 19:55:26
linux-kernel
[PATCH v3 03/27] function_graph: Add an array structure that will allow multiple callbacks
2024-06-03 19:55:06
linux-kernel
[PATCH v3 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
2024-06-03 19:28:40
linux-kernel
[PATCH v3 20/27] function_graph: Add selftest for passing local variables
2024-06-03 19:26:42
linux-kernel
[PATCH v3 04/27] function_graph: Allow multiple users to attach to function graph
2024-06-03 19:25:24
linux-kernel
[PATCH v3 17/27] function_graph: Move graph depth stored data to shadow stack global var
2024-06-03 19:25:18
linux-kernel
[PATCH v3 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-03 19:24:18
linux-kernel
[PATCH v3 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-06-03 19:23:46
linux-kernel
[PATCH v3 23/27] function_graph: Use bitmask to loop on fgraph entry
2024-06-03 19:23:26
linux-kernel
[PATCH v3 27/27] selftests/ftrace: Add fgraph-multi.tc test
2024-06-03 19:19:48
linux-kernel
[PATCH v3 11/27] ftrace: Allow subops filtering to be modified
2024-06-03 19:19:32
linux-kernel
[PATCH v3 05/27] function_graph: Handle tail calls for stack unwinding
2024-06-03 19:15:09
linux-kernel
[PATCH v3 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
2024-06-03 19:14:09
linux-kernel
[PATCH v3 25/27] function_graph: Use static_call and branch to optimize return function
2024-06-03 19:14:06
linux-kernel
[PATCH v3 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
2024-06-03 19:12:41
linux-kernel
[PATCH v3 21/27] ftrace: Add multiple fgraph storage selftest
2024-06-03 19:11:39
linux-kernel
[PATCH v3 18/27] function_graph: Move graph notrace bit to shadow stack global var
2024-06-03 19:11:19
linux-kernel
[PATCH v3 16/27] function_graph: Move set_graph_function tests to shadow stack global var
2024-06-03 19:11:11
linux-kernel
[PATCH v3 14/27] function_graph: Use a simple LRU for fgraph_array index number
2024-06-03 19:11:09
linux-kernel
[PATCH v3 15/27] function_graph: Add "task variables" per task for fgraph_ops
2024-06-03 19:10:17
linux-kernel
[PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer
2024-06-03 19:09:46
linux-kernel
[PATCH v3 08/27] ftrace: Allow function_graph tracer to be enabled in instances
2024-06-03 19:09:20
linux-kernel
[PATCH v3 01/27] function_graph: Convert ret_stack to a series of longs
2024-06-03 19:09:15
linux-kernel
[PATCH v3 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
2024-06-03 19:08:11
linux-kernel
[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-03 17:04:09
linux-kernel
Re: [PATCH v2 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-03 15:06:53
linux-kernel
Re: [PATCH v2 24/27] function_graph: Use static_call and branch to optimize entry function
2024-06-03 14:59:24
linux-kernel
Re: [PATCH v2 24/27] function_graph: Use static_call and branch to optimize entry function
2024-06-03 14:54:21
linux-kernel
Re: [PATCH v2 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-03 14:51:58
linux-kernel
Re: [PATCH v2 11/27] ftrace: Allow subops filtering to be modified
2024-06-03 02:05:17
linux-kernel
Re: [PATCH v2 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-02 04:17:52
linux-kernel
[PATCH v2 18/27] function_graph: Move graph notrace bit to shadow stack global var
2024-06-02 04:03:26
linux-kernel
Re: [PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-02 03:58:02
linux-kernel
[PATCH v2 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
2024-06-02 03:53:27
linux-kernel
[PATCH v2 04/27] function_graph: Allow multiple users to attach to function graph
2024-06-02 03:52:56
linux-kernel
[PATCH v2 27/27] selftests/ftrace: Add fgraph-multi.tc test
2024-06-02 03:52:24
linux-kernel
[PATCH v2 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
2024-06-02 03:51:20
linux-kernel
[PATCH v2 10/27] ftrace: Add subops logic to allow one ops to manage many
2024-06-02 03:49:07
linux-kernel
[PATCH v2 25/27] function_graph: Use static_call and branch to optimize return function
2024-06-02 03:48:54
linux-kernel
[PATCH v2 05/27] function_graph: Handle tail calls for stack unwinding
2024-06-02 03:48:13
linux-kernel
[PATCH v2 06/27] function_graph: Remove logic around ftrace_graph_entry and return