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-02 03:48:05
linux-kernel
[PATCH v2 13/27] function_graph: Add pid tracing back to function graph tracer
2024-06-02 03:43:26
linux-kernel
[PATCH v2 17/27] function_graph: Move graph depth stored data to shadow stack global var
2024-06-02 03:43:24
linux-kernel
[PATCH v2 16/27] function_graph: Move set_graph_function tests to shadow stack global var
2024-06-02 03:43:03
linux-kernel
[PATCH v2 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
2024-06-02 03:42:55
linux-kernel
[PATCH v2 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
2024-06-02 03:42:29
linux-kernel
[PATCH v2 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-06-02 03:42:22
linux-kernel
[PATCH v2 21/27] ftrace: Add multiple fgraph storage selftest
2024-06-02 03:42:19
linux-kernel
[PATCH v2 24/27] function_graph: Use static_call and branch to optimize entry function
2024-06-02 03:42:13
linux-kernel
[PATCH v2 20/27] function_graph: Add selftest for passing local variables
2024-06-02 03:42:05
linux-kernel
[PATCH v2 23/27] function_graph: Use bitmask to loop on fgraph entry
2024-06-02 03:41:21
linux-kernel
[PATCH v2 15/27] function_graph: Add "task variables" per task for fgraph_ops
2024-06-02 03:41:09
linux-kernel
[PATCH v2 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
2024-06-02 03:41:07
linux-kernel
[PATCH v2 11/27] ftrace: Allow subops filtering to be modified
2024-06-02 03:40:55
linux-kernel
[PATCH v2 14/27] function_graph: Use a simple LRU for fgraph_array index number
2024-06-02 03:39:38
linux-kernel
[PATCH v2 08/27] ftrace: Allow function_graph tracer to be enabled in instances
2024-06-02 03:38:17
linux-kernel
[PATCH v2 01/27] function_graph: Convert ret_stack to a series of longs
2024-06-02 03:38:09
linux-kernel
[PATCH v2 03/27] function_graph: Add an array structure that will allow multiple callbacks
2024-06-02 03:37:52
linux-kernel
[PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-02 03:37:52
linux-kernel
[PATCH v2 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
2024-06-01 19:20:23
linux-kernel
Re: [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
2024-05-31 22:49:58
linux-kernel
Re: [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
2024-05-31 07:25:07
linux-kernel
Re: [PATCH 0/3] tracing: Fix some selftest issues
2024-05-31 06:04:31
linux-kernel
Re: [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
2024-05-31 02:31:44
linux-kernel
Re: [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
2024-05-30 14:01:17
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-29 19:49:03
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-29 18:48:15
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-28 18:49:54
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-28 14:01:40
linux-kernel
Re: [PATCH] sched: core: Remove unnecessary ‘NULL’ values from core_rq
2024-05-27 23:49:23
linux-kernel
Re: [PATCH v2] ftrace: Fix stack trace entry generated by ftrace_pid_func()
2024-05-27 23:44:08
linux-kernel
Re: [PATCH 2/2] ring-buffer: Fix a race between readers and resize checks
2024-05-27 23:29:18
linux-kernel
Re: [PATCH 0/3] tracing: Fix some selftest issues
2024-05-27 22:31:57
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-27 21:44:35
linux-kernel
Re: Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-27 01:18:07
linux-kernel
Re: [PATCH 00/20] function_graph: Allow multiple users for function graph tracing
2024-05-27 01:16:40
linux-kernel
Re: [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
2024-05-27 00:32:52
linux-kernel
Re: [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry
2024-05-27 00:31:54
linux-kernel
Re: [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
2024-05-25 03:17:37
linux-kernel
[PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
2024-05-25 02:57:00
linux-kernel
[PATCH 13/20] function_graph: Move set_graph_function tests to shadow stack global var
2024-05-25 02:56:41
linux-kernel
[PATCH 14/20] function_graph: Move graph depth stored data to shadow stack global var
2024-05-25 02:48:03
linux-kernel
[PATCH 15/20] function_graph: Move graph notrace bit to shadow stack global var
2024-05-25 02:47:36
linux-kernel
[PATCH 04/20] function_graph: Allow multiple users to attach to function graph
2024-05-25 02:41:47
linux-kernel
[PATCH 18/20] ftrace: Add multiple fgraph storage selftest
2024-05-25 02:41:44
linux-kernel
[PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
2024-05-25 02:41:42
linux-kernel
[PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry
2024-05-25 02:41:38
linux-kernel
[PATCH 17/20] function_graph: Add selftest for passing local variables
2024-05-25 02:41:16
linux-kernel
[PATCH 16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-05-25 02:40:32
linux-kernel
[PATCH 12/20] function_graph: Add "task variables" per task for fgraph_ops
2024-05-25 02:40:29
linux-kernel
[PATCH 11/20] function_graph: Use a simple LRU for fgraph_array index number
2024-05-25 02:39:45
linux-kernel
[PATCH 01/20] function_graph: Convert ret_stack to a series of longs