Show patches with: Series = tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph       |    State = Action Required       |    Archived = No       |   31 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v2,31/31] Documentation: probes: Update fprobe on function-graph tracer tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,30/31] selftests: ftrace: Remove obsolate maxactive syntax check tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,29/31] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,28/31] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,27/31] tracing/fprobe: Remove nr_maxactive from fprobe tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,26/31] fprobe: Rewrite fprobe on function-graph tracer tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,25/31] tracing: Add ftrace_fill_perf_regs() for perf event tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,24/31] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,23/31] fprobe: Use ftrace_regs in fprobe exit handler tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,22/31] fprobe: Use ftrace_regs in fprobe entry handler tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,21/31] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,20/31] function_graph: Add a new exit handler with parent_ip and ftrace_regs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,19/31] function_graph: Add a new entry handler with parent_ip and ftrace_regs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,18/31] function_graph: Add selftest for passing local variables tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data() tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,16/31] function_graph: Move graph notrace bit to shadow stack global var tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,15/31] function_graph: Move graph depth stored data to shadow stack global var tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,14/31] function_graph: Move set_graph_function tests to shadow stack global var tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,13/31] function_graph: Add "task variables" per task for fgraph_ops tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,12/31] function_graph: Have the instances use their own ftrace_ops for filtering tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,11/31] ftrace: Allow ftrace startup flags exist without dynamic ftrace tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,10/31] ftrace: Allow function_graph tracer to be enabled in instances tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,09/31] ftrace/function_graph: Pass fgraph_ops to function graph callbacks tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,08/31] function_graph: Remove logic around ftrace_graph_entry and return tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,07/31] function_graph: Allow multiple users to attach to function graph tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,06/31] function_graph: Add an array structure that will allow multiple callbacks tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,05/31] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,04/31] function_graph: Convert ret_stack to a series of longs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,03/31] seq_buf: Export seq_buf_puts() tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,02/31] x86: tracing: Add ftrace_regs definition in the header tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New
[RFC,v2,01/31] tracing: Add a comment about ftrace_regs definition tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2023-11-08 Masami Hiramatsu (Google) New