index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-14
/
+10
2013-02-18
ftrace: Call ftrace cleanup module notifier after all other notifiers
Steven Rostedt (Red Hat)
1
-14
/
+32
2013-01-22
tracing: Avoid unnecessary multiple recursion checks
Steven Rostedt
1
-31
/
+9
2013-01-22
ftrace: Add context level recursion bit checking
Steven Rostedt
1
-7
/
+33
2013-01-22
ftrace: Optimize the function tracer list loop
Steven Rostedt
1
-22
/
+26
2013-01-22
ftrace: Fix global function tracers that are not recursion safe
Steven Rostedt
1
-2
/
+16
2013-01-21
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
Masami Hiramatsu
1
-3
/
+3
2013-01-21
ftrace: Be first to run code modification on modules
Steven Rostedt
1
-1
/
+1
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
1
-2
/
+2
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2012-12-06
propagate name change to comments in kernel source
Nadia Yvette Chambers
1
-1
/
+1
2012-11-15
ftrace: Clear bits properly in reset_iter_read()
Dan Carpenter
1
-1
/
+1
2012-10-31
tracing: Allow tracers to start at core initcall
Steven Rostedt
1
-2
/
+2
2012-10-31
tracing: Replace strict_strto* with kstrto*
Daniel Walter
1
-1
/
+1
2012-07-31
ftrace: add ftrace_set_filter_ip() for address based filter
Masami Hiramatsu
1
-2
/
+57
2012-07-31
ftrace: Add selftest to test function trace recursion protection
Steven Rostedt
1
-0
/
+21
2012-07-31
ftrace: Add default recursion protection for function tracing
Steven Rostedt
1
-2
/
+8
2012-07-19
ftrace/x86: Add separate function to save regs
Steven Rostedt
1
-8
/
+83
2012-07-19
ftrace: Return pt_regs to function trace callback
Steven Rostedt
1
-15
/
+22
2012-07-19
ftrace: Consolidate arch dependent functions with 'list' function
Steven Rostedt
1
-41
/
+4
2012-07-19
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
1
-31
/
+70
2012-06-14
ftrace: Remove a superfluous check
Borislav Petkov
1
-6
/
+2
2012-05-16
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
Steven Rostedt
1
-2
/
+2
2012-05-16
ftrace: Make ftrace_modify_all_code() global for archs to use
Steven Rostedt
1
-8
/
+13
2012-05-16
ftrace: Return record ip addr for ftrace_location()
Steven Rostedt
1
-6
/
+10
2012-05-16
ftrace: Consolidate ftrace_location() and ftrace_text_reserved()
Steven Rostedt
1
-40
/
+40
2012-05-16
ftrace: Speed up search by skipping pages by address
Steven Rostedt
1
-6
/
+16
2012-05-16
ftrace: Remove extra helper functions
Steven Rostedt
1
-37
/
+24
2012-05-16
ftrace: Sort all function addresses, not just per page
Steven Rostedt
1
-12
/
+22
2012-05-08
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
[next]