aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)1-3/+39
2024-06-14tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)3-1/+71
2024-06-14ring-buffer: Save text and data locations in mapped meta dataSteven Rostedt (Google)1-0/+16
2024-06-14tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)1-6/+69
2024-06-14ring-buffer: Validate boot range memory eventsSteven Rostedt (Google)1-38/+152
2024-06-14ring-buffer: Add test if range of boot buffer is validSteven Rostedt (Google)1-8/+135
2024-06-14ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)3-2/+107
2024-06-14tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)2-11/+45
2024-06-14ring-buffer: Add ring_buffer_meta dataSteven Rostedt (Google)1-25/+184
2024-06-14ring-buffer: Add ring_buffer_alloc_range()Steven Rostedt (Google)1-36/+203
2024-06-14ring-buffer: Allow mapped field to be set without mappingSteven Rostedt (Google)1-10/+27
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-6/+9
2024-06-12bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu1-1/+1
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)1-4/+0
2024-06-12tracing/kprobe: Integrate test warnings into WARN_ONCEMasami Hiramatsu (Google)1-35/+19
2024-06-12tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia1-0/+2
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-10function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)2-2/+6
2024-06-06function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftestsSteven Rostedt (Google)1-3/+3
2024-06-06fgraph: Remove some unused functionsJiapeng Chong1-13/+0
2024-06-06ftrace: Hide one more entry in stack trace when ftrace_pid is enabledTatsuya S1-1/+6
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-06ftrace: Fix prototypes for ftrace_startup/shutdown_subops()Steven Rostedt (Google)2-1/+9
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)1-1/+1
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)1-1/+1
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)1-1/+23
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)1-3/+20
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)1-2/+12
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)1-64/+38
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)1-2/+6
2024-06-06tracing: Fix trace_pid_list_free() kernel-docJeff Johnson1-0/+1
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)1-0/+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-04ftrace: Add multiple fgraph storage selftestMasami Hiramatsu (Google)1-45/+126
2024-06-04function_graph: Add selftest for passing local variablesSteven Rostedt (VMware)1-0/+169
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)1-8/+183
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)2-4/+15
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)1-2/+32
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)4-18/+28
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)3-2/+45
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)5-41/+67
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)1-28/+113