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
starfive-6.6.48-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
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-14
ftrace: Remove a superfluous check
Borislav Petkov
1
-6
/
+2
2012-05-17
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
Steven Rostedt
1
-2
/
+2
2012-05-17
ftrace: Make ftrace_modify_all_code() global for archs to use
Steven Rostedt
1
-8
/
+13
2012-05-17
ftrace: Return record ip addr for ftrace_location()
Steven Rostedt
1
-6
/
+10
2012-05-17
ftrace: Consolidate ftrace_location() and ftrace_text_reserved()
Steven Rostedt
1
-40
/
+40
2012-05-17
ftrace: Speed up search by skipping pages by address
Steven Rostedt
1
-6
/
+16
2012-05-17
ftrace: Remove extra helper functions
Steven Rostedt
1
-37
/
+24
2012-05-17
ftrace: Sort all function addresses, not just per page
Steven Rostedt
1
-12
/
+22
2012-05-09
tracing: Use seq_*_private interface for some seq files
Jiri Olsa
1
-33
/
+11
2012-03-13
ftrace: Fix function_graph for archs that test ftrace_trace_function
Rajesh Bhagat
1
-1
/
+2
2012-02-21
ftrace, perf: Add filter support for function trace event
Jiri Olsa
1
-0
/
+6
2012-02-21
ftrace: Add enable/disable ftrace_ops control interface
Jiri Olsa
1
-7
/
+104
2012-02-13
tracing/trivial: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-1
/
+1
2012-02-03
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
1
-6
/
+9
2011-12-21
ftrace: Allow access to the boot time function enabling
Steven Rostedt
1
-4
/
+4
2011-12-21
ftrace: Decouple hash items from showing filtered functions
Steven Rostedt
1
-8
/
+8
2011-12-21
ftrace: Allow other users of function tracing to use the output listing
Steven Rostedt
1
-16
/
+25
2011-12-21
ftrace: Create ftrace_hash_empty() helper routine
Steven Rostedt
1
-11
/
+17
2011-12-21
ftrace: Fix ftrace hash record update with notrace
Steven Rostedt
1
-1
/
+1
2011-12-21
ftrace: Use bsearch to find record ip
Steven Rostedt
1
-15
/
+23
2011-12-21
ftrace: Sort the mcount records on each page
Steven Rostedt
1
-0
/
+29
2011-12-21
ftrace: Replace record newlist with record page list
Steven Rostedt
1
-31
/
+37
2011-12-21
ftrace: Allocate the mcount record pages as groups
Steven Rostedt
1
-51
/
+128
2011-12-21
ftrace: Remove usage of "freed" records
Steven Rostedt
1
-51
/
+49
2011-12-21
ftrace: Allow archs to modify code without stop machine
Steven Rostedt
1
-38
/
+215
2011-12-21
ftrace: Fix unregister ftrace_ops accounting
Jiri Olsa
1
-14
/
+13
2011-11-11
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-2
/
+3
2011-11-07
ftrace: Fix hash record accounting bug
Steven Rostedt
1
-1
/
+3
2011-11-07
ftrace: Remove force undef config value left for testing
Steven Rostedt
1
-1
/
+0
2011-10-31
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
1
-0
/
+1
2011-10-11
tracing: Warn on output if the function tracer was found corrupted
Steven Rostedt
1
-0
/
+8
2011-07-21
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-21
/
+74
2011-07-21
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-11
/
+31
2011-07-15
ftrace: Fix regression where ftrace breaks when modules are loaded
Steven Rostedt
1
-2
/
+28
2011-07-14
ftrace: Fix dynamic selftest failure on some archs
Steven Rostedt
1
-0
/
+26
2011-07-14
ftrace: Update filter when tracing enabled in set_ftrace_filter()
Steven Rostedt
1
-0
/
+4
2011-07-14
ftrace: Balance records when updating the hash
Steven Rostedt
1
-16
/
+33
2011-07-08
ftrace: Do not disable interrupts for modules in mcount update
Steven Rostedt
1
-5
/
+11
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
1
-9
/
+3
2011-07-05
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-16
/
+4
2011-06-15
tracing: Convert to kstrtoul_from_user
Peter Huewe
1
-11
/
+2
2011-06-15
ftrace: Fixed an include coding style issue
Paul McQuade
1
-5
/
+2
2011-06-07
ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs
Steven Rostedt
1
-0
/
+7
2011-06-07
ftrace: Fix possible undefined return code
GuoWen Li
1
-1
/
+1
2011-05-26
ftrace: Add internal recursive checks
Steven Rostedt
1
-1
/
+12
2011-05-26
ftrace: Set ops->flag to enabled even on static function tracing
Steven Rostedt
1
-1
/
+5
2011-05-26
ftrace: Have ftrace_startup() return failure code
Steven Rostedt
1
-6
/
+8
2011-05-19
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
1
-2
/
+44
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
1
-7
/
+30
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
1
-38
/
+155
[next]