summaryrefslogtreecommitdiff
path: root/kernel/trace/fgraph.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang1-1/+1
2025-01-22fgraph: Remove calltime and rettime from generic operationsSteven Rostedt1-1/+0
2025-01-22Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-26/+39
2025-01-03fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan1-1/+1
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-5/+11
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-12/+9
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-8/+12
2024-12-24fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)1-1/+7
2024-12-17fgraph: Still initialize idle shadow stacks when startingSteven Rostedt1-1/+7
2024-10-29fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt1-6/+4
2024-10-29fgraph: Give ret_stack its own kmem cacheSteven Rostedt1-5/+28
2024-10-29fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt1-1/+1
2024-10-29Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt1-15/+26
2024-10-25fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt1-1/+1
2024-10-25fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei1-7/+3
2024-10-19fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt1-1/+2
2024-10-19fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt1-7/+21
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)1-16/+29
2024-10-05function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()Oleg Nesterov1-1/+1
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng1-6/+16
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt1-5/+0
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt1-14/+2
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt1-15/+49
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)1-13/+18
2024-08-08function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu1-1/+1
2024-06-14function_graph: Add READ_ONCE() when accessing fgraph_array[]Steven Rostedt (Google)1-1/+1
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-34/+1
2024-06-11function_graph: Fix up ftrace_graph_ret_addr()Steven Rostedt (Google)1-8/+20
2024-06-11function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)1-2/+2
2024-06-06fgraph: Remove some unused functionsJiapeng Chong1-13/+0
2024-06-06function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabledSteven Rostedt (Google)1-0/+2
2024-06-06function_graph: Make fgraph_do_direct static key staticSteven Rostedt (Google)1-1/+1
2024-06-04function_graph: Use static_call and branch to optimize return functionSteven Rostedt (Google)1-5/+18
2024-06-04function_graph: Use static_call and branch to optimize entry functionSteven Rostedt (Google)1-11/+66
2024-06-04function_graph: Use bitmask to loop on fgraph entrySteven Rostedt (Google)1-1/+7
2024-06-04function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()Steven Rostedt (Google)1-3/+2
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)1-8/+183
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)1-1/+73
2024-06-04function_graph: Use a simple LRU for fgraph_array index numberMasami Hiramatsu (Google)1-21/+50
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)1-0/+40
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)1-30/+51
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)1-1/+2
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)1-7/+9
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)1-52/+15
2024-06-04function_graph: Handle tail calls for stack unwindingMasami Hiramatsu (Google)1-3/+16
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)1-77/+302
2024-06-04function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)1-33/+81
2024-06-04fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)1-1/+5
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)1-54/+82
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert1-11/+0