summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2024-06-06function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabledSteven Rostedt (Google)-0/+2
2024-06-06function_graph: Make fgraph_do_direct static key staticSteven Rostedt (Google)-1/+1
2024-06-06ftrace: Fix prototypes for ftrace_startup/shutdown_subops()Steven Rostedt (Google)-1/+9
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)-1/+1
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)-1/+1
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)-1/+23
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)-3/+20
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)-2/+12
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)-64/+38
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)-2/+6
2024-06-06tracing: Fix trace_pid_list_free() kernel-docJeff Johnson-0/+1
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)-0/+1
2024-06-04function_graph: Use static_call and branch to optimize return functionSteven Rostedt (Google)-5/+18
2024-06-04function_graph: Use static_call and branch to optimize entry functionSteven Rostedt (Google)-11/+66
2024-06-04function_graph: Use bitmask to loop on fgraph entrySteven Rostedt (Google)-1/+7
2024-06-04function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()Steven Rostedt (Google)-3/+2
2024-06-04ftrace: Add multiple fgraph storage selftestMasami Hiramatsu (Google)-45/+126
2024-06-04function_graph: Add selftest for passing local variablesSteven Rostedt (VMware)-0/+169
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)-8/+183
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)-4/+15
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)-2/+32
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)-18/+28
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)-1/+73
2024-06-04function_graph: Use a simple LRU for fgraph_array index numberMasami Hiramatsu (Google)-21/+50
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)-2/+45
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)-41/+67
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)-28/+113
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)-2/+404
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)-28/+63
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)-21/+33
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)-56/+15
2024-06-04function_graph: Handle tail calls for stack unwindingMasami Hiramatsu (Google)-3/+16
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)-77/+302
2024-06-04function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)-33/+81
2024-06-04fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)-1/+5
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)-54/+82
2024-05-31bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa-2/+0
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+4
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-6/+4
2024-05-27tracing/probes: fix error check in parse_btf_field()Carlos López-0/+4
2024-05-25bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko-2/+0
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko-4/+4
2024-05-24uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko-5/+9
2024-05-23Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+15
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-1/+1
2024-05-21rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li-0/+2
2024-05-21tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson-0/+1
2024-05-21ring-buffer: Fix a race between readers and resize checksPetr Pavlu-0/+9
2024-05-21ring-buffer: Correct stale comments related to non-consuming readersPetr Pavlu-13/+3
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1