index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-10
Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-14
/
+10
2014-05-21
ftrace: Make CALLER_ADDRx macros more generic
AKASHI Takahiro
1
-16
/
+18
2014-05-14
ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag
Steven Rostedt (Red Hat)
1
-2
/
+0
2014-05-14
ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-04-28
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-04-21
ftrace: Remove global function list and call function directly
Steven Rostedt (Red Hat)
1
-12
/
+8
2014-03-12
ftrace: Constify ftrace_text_reserved
Sasha Levin
1
-2
/
+2
2014-03-07
ftrace: Remove freelist from struct dyn_ftrace
Jiri Slaby
1
-5
/
+2
2014-03-07
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
1
-1
/
+1
2014-02-20
ftrace: Allow for function tracing instance to filter functions
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-02-20
ftrace: Add private data to ftrace_ops
Steven Rostedt (Red Hat)
1
-0
/
+12
2014-01-03
tracing: Add generic tracing_lseek() function
Steven Rostedt (Red Hat)
1
-2
/
+0
2013-11-06
tracing: Make register/unregister_ftrace_command __init
Tom Zanussi
1
-2
/
+2
2013-10-19
ftrace: Add set_graph_notrace filter
Namhyung Kim
1
-0
/
+1
2013-06-20
tracing: Disable tracing on warning
Steven Rostedt (Red Hat)
1
-0
/
+5
2013-06-12
ftrace: Remove ftrace_regex_lseek()
Li Zefan
1
-4
/
+0
2013-05-10
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
1
-0
/
+4
2013-04-30
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+4
2013-04-13
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
1
-1
/
+2
2013-04-12
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
1
-1
/
+1
2013-04-08
ftrace: Do not call stub functions in control loop
Steven Rostedt (Red Hat)
1
-0
/
+2
2013-03-15
ftrace: Clean up function probe methods
Steven Rostedt (Red Hat)
1
-2
/
+4
2013-01-21
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
Masami Hiramatsu
1
-3
/
+3
2012-12-18
lseek: the "whence" argument is called "whence"
Andrew Morton
1
-2
/
+2
2012-07-31
ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE
Steven Rostedt
1
-1
/
+5
2012-07-31
ftrace: add ftrace_set_filter_ip() for address based filter
Masami Hiramatsu
1
-0
/
+3
2012-07-31
ftrace: Add selftest to test function trace recursion protection
Steven Rostedt
1
-0
/
+6
2012-07-31
ftrace: Add default recursion protection for function tracing
Steven Rostedt
1
-0
/
+5
2012-07-19
ftrace/x86: Add separate function to save regs
Steven Rostedt
1
-7
/
+100
2012-07-19
ftrace: Return pt_regs to function trace callback
Steven Rostedt
1
-2
/
+4
2012-07-19
ftrace: Consolidate arch dependent functions with 'list' function
Steven Rostedt
1
-0
/
+13
2012-07-19
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
1
-2
/
+14
2012-05-17
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
Steven Rostedt
1
-0
/
+1
2012-05-17
ftrace: Make ftrace_modify_all_code() global for archs to use
Steven Rostedt
1
-0
/
+2
2012-05-17
ftrace: Return record ip addr for ftrace_location()
Steven Rostedt
1
-1
/
+1
2012-05-08
tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off
Minho Ban
1
-2
/
+6
2012-04-28
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
Steven Rostedt
1
-0
/
+6
2012-02-21
ftrace, perf: Add filter support for function trace event
Jiri Olsa
1
-3
/
+4
2012-02-21
ftrace: Add enable/disable ftrace_ops control interface
Jiri Olsa
1
-0
/
+66
2012-02-03
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
1
-2
/
+2
2012-01-08
tracing: Fix compile error when static ftrace is enabled
Steven Rostedt
1
-0
/
+1
2011-12-21
ftrace: Allow access to the boot time function enabling
Steven Rostedt
1
-0
/
+3
2011-12-21
ftrace: Decouple hash items from showing filtered functions
Steven Rostedt
1
-2
/
+3
2011-12-21
ftrace: Allow other users of function tracing to use the output listing
Steven Rostedt
1
-0
/
+35
2011-12-21
ftrace: Replace record newlist with record page list
Steven Rostedt
1
-4
/
+1
2011-12-21
ftrace: Remove usage of "freed" records
Steven Rostedt
1
-1
/
+0
2011-12-21
ftrace: Allow archs to modify code without stop machine
Steven Rostedt
1
-0
/
+31
2011-11-01
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
1
-1
/
+1
2011-07-11
ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined
Steven Rostedt
1
-2
/
+2
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
1
-1
/
+2
[next]