index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
fgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
fgraph: Change the name of cpuhp state to "fgraph:online"
Steven Rostedt
1
-1
/
+1
2024-10-24
fgraph: Fix missing unlock in register_ftrace_graph()
Li Huafei
1
-7
/
+3
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
1
-1
/
+2
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
1
-7
/
+21
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-07
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
1
-1
/
+1
2024-06-14
function_graph: Add READ_ONCE() when accessing fgraph_array[]
Steven Rostedt (Google)
1
-1
/
+1
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-34
/
+1
2024-06-11
function_graph: Fix up ftrace_graph_ret_addr()
Steven Rostedt (Google)
1
-8
/
+20
2024-06-10
function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACE
Steven Rostedt (Google)
1
-2
/
+2
2024-06-06
fgraph: Remove some unused functions
Jiapeng Chong
1
-13
/
+0
2024-06-06
function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabled
Steven Rostedt (Google)
1
-0
/
+2
2024-06-06
function_graph: Make fgraph_do_direct static key static
Steven Rostedt (Google)
1
-1
/
+1
2024-06-04
function_graph: Use static_call and branch to optimize return function
Steven Rostedt (Google)
1
-5
/
+18
2024-06-04
function_graph: Use static_call and branch to optimize entry function
Steven Rostedt (Google)
1
-11
/
+66
2024-06-04
function_graph: Use bitmask to loop on fgraph entry
Steven Rostedt (Google)
1
-1
/
+7
2024-06-04
function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
Steven Rostedt (Google)
1
-3
/
+2
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
1
-8
/
+183
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
1
-1
/
+73
2024-06-04
function_graph: Use a simple LRU for fgraph_array index number
Masami Hiramatsu (Google)
1
-21
/
+50
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
1
-0
/
+40
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
1
-30
/
+51
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
1
-1
/
+2
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
1
-7
/
+9
2024-06-04
function_graph: Remove logic around ftrace_graph_entry and return
Steven Rostedt (VMware)
1
-52
/
+15
2024-06-04
function_graph: Handle tail calls for stack unwinding
Masami Hiramatsu (Google)
1
-3
/
+16
2024-06-04
function_graph: Allow multiple users to attach to function graph
Steven Rostedt (VMware)
1
-77
/
+302
2024-06-04
function_graph: Add an array structure that will allow multiple callbacks
Steven Rostedt (VMware)
1
-33
/
+81
2024-06-04
fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
Steven Rostedt (VMware)
1
-1
/
+5
2024-06-04
function_graph: Convert ret_stack to a series of longs
Steven Rostedt (VMware)
1
-54
/
+82
2024-05-14
ftrace: Remove unused global 'ftrace_direct_func_count'
Dr. David Alan Gilbert
1
-11
/
+0
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
1
-0
/
+1
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
1
-1
/
+22
2023-06-20
fgraph: Add declaration of "struct fgraph_ret_regs"
Steven Rostedt (Google)
1
-0
/
+3
2022-06-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+2
2022-06-01
ftrace/fgraph: fix increased missing-prototypes warnings
Chengming Zhou
1
-0
/
+2
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+18
2022-05-12
sched/tracing: Append prev_state to tp args instead
Delyan Kratunov
1
-2
/
+2
2022-04-29
ftrace: cleanup ftrace_graph_caller enable and disable
Chengming Zhou
1
-0
/
+18
2022-04-02
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
1
-14
/
+3
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-1
/
+3
2021-10-20
x86/ftrace: Make function graph use ftrace directly
Steven Rostedt (VMware)
1
-2
/
+4
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-01-29
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
1
-2
/
+0
2020-11-06
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
1
-2
/
+1
2020-09-21
fgraph: Convert ret_stack tasklist scanning to rcu
Davidlohr Bueso
1
-4
/
+4
2020-01-02
tracing: Define MCOUNT_INSN_SIZE when not defined without direct calls
Steven Rostedt (VMware)
1
-0
/
+14
2019-12-10
ftrace: Fix function_graph tracer interaction with BPF trampoline
Alexei Starovoitov
1
-0
/
+9
2019-11-18
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
Steven Rostedt (VMware)
1
-3
/
+3
2019-11-14
fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub
Steven Rostedt (VMware)
1
-3
/
+8
[next]