index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Age
Commit message (
Expand
)
Author
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
2024-09-30
tracing: Add a comment about ftrace_regs definition
Masami Hiramatsu (Google)
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
2024-06-06
ftrace: Declare function_trace_op in header to quiet sparse warning
Steven Rostedt (Google)
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
2024-06-04
ftrace: Allow ftrace startup flags to exist without dynamic ftrace
Steven Rostedt (VMware)
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
2024-06-04
function_graph: Allow multiple users to attach to function graph
Steven Rostedt (VMware)
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
2024-05-14
ftrace: Remove unused global 'ftrace_direct_func_count'
Dr. David Alan Gilbert
2024-05-14
ftrace: Remove unused list 'ftrace_direct_funcs'
Dr. David Alan Gilbert
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
2023-08-22
ftrace: Remove empty declaration ftrace_enable_daemon() and ftrace_disable_da...
Zhang Zekun
2023-07-28
ftrace: Remove unused extern declarations
YueHaibing
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-04-03
ftrace: Mark get_lock_parent_ip() __always_inline
John Keeping
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
2023-03-21
ftrace: selftest: remove broken trace_direct_tramp
Mark Rutland
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
2023-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
[next]