Masami Hiramatsu ([email protected])

Number of posts: 6552 (2.19 per day)
First post: 2016-03-31 13:34:07
Last post: 2024-06-15 16:19:28

Date List Subject
2024-02-25 15:20:00 linux-kernel [PATCH v8 18/35] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-02-25 15:19:44 linux-kernel [PATCH v8 17/35] function_graph: Move graph notrace bit to shadow stack global var
2024-02-25 15:19:28 linux-kernel [PATCH v8 16/35] function_graph: Move graph depth stored data to shadow stack global var
2024-02-25 15:19:13 linux-kernel [PATCH v8 15/35] function_graph: Move set_graph_function tests to shadow stack global var
2024-02-25 15:18:55 linux-kernel [PATCH v8 14/35] function_graph: Add "task variables" per task for fgraph_ops
2024-02-25 15:18:39 linux-kernel [PATCH v8 13/35] function_graph: Use a simple LRU for fgraph_array index number
2024-02-25 15:18:21 linux-kernel [PATCH v8 12/35] function_graph: Have the instances use their own ftrace_ops for filtering
2024-02-25 15:18:06 linux-kernel [PATCH v8 11/35] ftrace: Allow ftrace startup flags exist without dynamic ftrace
2024-02-25 15:17:51 linux-kernel [PATCH v8 10/35] ftrace: Allow function_graph tracer to be enabled in instances
2024-02-25 15:17:35 linux-kernel [PATCH v8 09/35] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
2024-02-25 15:17:20 linux-kernel [PATCH v8 08/35] function_graph: Remove logic around ftrace_graph_entry and return
2024-02-25 15:17:03 linux-kernel [PATCH v8 07/35] function_graph: Allow multiple users to attach to function graph
2024-02-25 15:16:45 linux-kernel [PATCH v8 06/35] function_graph: Add an array structure that will allow multiple callbacks
2024-02-25 15:16:30 linux-kernel [PATCH v8 05/35] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
2024-02-25 15:16:15 linux-kernel [PATCH v8 04/35] function_graph: Convert ret_stack to a series of longs
2024-02-25 15:16:01 linux-kernel [PATCH v8 03/35] x86: tracing: Add ftrace_regs definition in the header
2024-02-25 15:15:47 linux-kernel [PATCH v8 02/35] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
2024-02-25 15:15:34 linux-kernel [PATCH v8 01/35] tracing: Add a comment about ftrace_regs definition
2024-02-25 15:15:23 linux-kernel [PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-19 14:17:03 linux-kernel Re: [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs
2024-02-18 02:53:44 linux-kernel Re: [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs
2024-02-17 15:54:17 linux-kernel Re: [PATCH v7 20/36] function_graph: Improve push operation for several interrupts
2024-02-17 13:09:23 linux-kernel [GIT PULL] probes: Fixes for v6.8-rc4
2024-02-17 12:27:19 linux-kernel Re: [PATCH RFC 1/5] tracing/probes: Fix to search structure fields correctly
2024-02-16 13:09:17 linux-kernel Re: [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
2024-02-16 12:50:00 linux-kernel Re: [PATCH v7 25/36] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2024-02-16 08:55:26 linux-kernel Re: [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
2024-02-16 08:53:38 linux-kernel Re: [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs
2024-02-16 08:48:08 linux-kernel Re: [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs
2024-02-16 08:47:42 linux-kernel Re: [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs
2024-02-16 08:46:39 linux-kernel Re: [PATCH v7 21/36] function_graph: Add selftest for passing local variables
2024-02-16 07:40:28 linux-kernel Re: [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-02-15 13:37:40 linux-kernel Re: [PATCH] synthetic tracing: Fix trace_string() return value
2024-02-14 23:49:15 linux-kernel Re: [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number
2024-02-14 23:48:54 linux-kernel Re: [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
2024-02-14 13:35:10 linux-kernel Re: [PATCH v7 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
2024-02-14 13:32:28 linux-kernel [PATCH RFC 3/5] tracing/probes: Cleanup probe argument parser
2024-02-14 13:24:17 linux-kernel [PATCH RFC 5/5] tracing/probes: Support $argN in return probe (kprobe and fprobe)
2024-02-14 13:23:45 linux-kernel [PATCH RFC 4/5] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
2024-02-14 13:23:17 linux-kernel [PATCH RFC 2/5] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
2024-02-14 13:22:56 linux-kernel [PATCH RFC 1/5] tracing/probes: Fix to search structure fields correctly
2024-02-14 13:22:29 linux-kernel [PATCH RFC 0/5] tracing/probes: Support function parameter access from return probe
2024-02-13 23:52:24 linux-kernel Re: [PATCH v2] tracing: Have saved_cmdlines arrays all in one allocation
2024-02-12 23:36:29 linux-kernel Re: [PATCH] tracing: Have saved_cmdlines arrays all in one allocation
2024-02-12 15:40:52 linux-kernel Re: [PATCH v2] tracing: Fix wasted memory in saved_cmdlines logic
2024-02-09 11:33:02 linux-kernel [GIT PULL] probes: fixes for v6.8-rc3
2024-02-07 14:41:04 linux-kernel Re: [PATCH v5 7/8] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
2024-02-07 14:40:09 linux-kernel Re: [PATCH v5 1/8] tracing/probes: add traceprobe_expand_dentry_args() helper
2024-02-07 14:33:14 linux-kernel Re: [PATCH v5 5/8] tracing: add new type "%pd/%pD" in readme_msg[]
2024-02-07 14:32:57 linux-kernel Re: [PATCH v5 4/8] tracing/probes: support '%pd/%pD' type for fprobe
2024-02-07 14:03:07 linux-kernel Re: [PATCH v7 13/36] function_graph: Have the instances use their own ftrace_ops for filtering