index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-07
ftrace: Add add_ftrace_hash_entry function
Jiri Olsa
1
-0
/
+1
2026-06-07
ftrace: Add ftrace_hash_remove function
Jiri Olsa
1
-0
/
+1
2026-06-07
ftrace: Add ftrace_hash_count function
Jiri Olsa
1
-0
/
+7
2026-03-26
tracing: Move snapshot code out of trace.c and into trace_snapshot.c
Steven Rostedt
1
-1
/
+1
2026-02-19
fgraph: Do not call handlers direct when not using ftrace_ops
Steven Rostedt
1
-3
/
+10
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+4
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
1
-1
/
+1
2026-01-28
ftrace: Add update_ftrace_direct_mod function
Jiri Olsa
1
-0
/
+6
2026-01-28
ftrace: Add update_ftrace_direct_del function
Jiri Olsa
1
-0
/
+6
2026-01-28
ftrace: Add update_ftrace_direct_add function
Jiri Olsa
1
-0
/
+7
2026-01-28
ftrace: Export some of hash related functions
Jiri Olsa
1
-0
/
+9
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
1
-1
/
+0
2026-01-20
kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()
Petr Mladek
1
-2
/
+4
2026-01-07
ftrace: Make ftrace_graph_ent depth field signed
Steven Rostedt
1
-1
/
+1
2025-12-05
Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-5
/
+2
2025-11-26
function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
pengdonglin
1
-5
/
+2
2025-11-24
ftrace: Introduce FTRACE_OPS_FL_JMP
Menglong Dong
1
-0
/
+33
2025-11-05
x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
Jiri Olsa
1
-1
/
+9
2025-07-22
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
1
-1
/
+1
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+2
2025-06-05
kernel: ftrace: export ftrace_sync_ipi
Andy Chiu
1
-0
/
+2
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+2
2025-05-08
ftrace: Show subops in enabled_functions
Steven Rostedt
1
-0
/
+2
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
1
-2
/
+0
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-7
/
+0
2025-01-21
fgraph: Remove calltime and rettime from generic operations
Steven Rostedt
1
-2
/
+0
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
1
-0
/
+13
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
1
-0
/
+31
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-0
/
+6
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
1
-1
/
+2
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
1
-3
/
+9
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
1
-4
/
+13
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
1
-25
/
+7
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-3
/
+18
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
1
-13
/
+3
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
1
-2
/
+25
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
1
-1
/
+0
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
1
-3
/
+1
2024-09-30
tracing: Add a comment about ftrace_regs definition
Masami Hiramatsu (Google)
1
-0
/
+26
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-15
/
+33
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-3
/
+3
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-2
/
+0
2024-06-06
ftrace: Declare function_trace_op in header to quiet sparse warning
Steven Rostedt (Google)
1
-0
/
+3
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
1
-0
/
+3
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
1
-0
/
+1
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
1
-0
/
+2
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
1
-0
/
+1
[next]