index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-12-17
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+1
|
\
|
*
propagate name change to comments in kernel source
Nadia Yvette Chambers
2012-12-06
1
-1
/
+1
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-12-11
1
-1
/
+1
|
\
\
|
*
|
ftrace: Clear bits properly in reset_iter_read()
Dan Carpenter
2012-11-15
1
-1
/
+1
|
|
/
*
|
tracing: Allow tracers to start at core initcall
Steven Rostedt
2012-10-31
1
-2
/
+2
*
|
tracing: Replace strict_strto* with kstrto*
Daniel Walter
2012-10-31
1
-1
/
+1
|
/
*
ftrace: add ftrace_set_filter_ip() for address based filter
Masami Hiramatsu
2012-07-31
1
-2
/
+57
*
ftrace: Add selftest to test function trace recursion protection
Steven Rostedt
2012-07-31
1
-0
/
+21
*
ftrace: Add default recursion protection for function tracing
Steven Rostedt
2012-07-31
1
-2
/
+8
*
ftrace/x86: Add separate function to save regs
Steven Rostedt
2012-07-19
1
-8
/
+83
*
ftrace: Return pt_regs to function trace callback
Steven Rostedt
2012-07-19
1
-15
/
+22
*
ftrace: Consolidate arch dependent functions with 'list' function
Steven Rostedt
2012-07-19
1
-41
/
+4
*
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
2012-07-19
1
-31
/
+70
*
ftrace: Remove a superfluous check
Borislav Petkov
2012-06-14
1
-6
/
+2
*
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
Steven Rostedt
2012-05-16
1
-2
/
+2
*
ftrace: Make ftrace_modify_all_code() global for archs to use
Steven Rostedt
2012-05-16
1
-8
/
+13
*
ftrace: Return record ip addr for ftrace_location()
Steven Rostedt
2012-05-16
1
-6
/
+10
*
ftrace: Consolidate ftrace_location() and ftrace_text_reserved()
Steven Rostedt
2012-05-16
1
-40
/
+40
*
ftrace: Speed up search by skipping pages by address
Steven Rostedt
2012-05-16
1
-6
/
+16
*
ftrace: Remove extra helper functions
Steven Rostedt
2012-05-16
1
-37
/
+24
*
ftrace: Sort all function addresses, not just per page
Steven Rostedt
2012-05-16
1
-12
/
+22
*
tracing: Use seq_*_private interface for some seq files
Jiri Olsa
2012-05-08
1
-33
/
+11
*
ftrace: Fix function_graph for archs that test ftrace_trace_function
Rajesh Bhagat
2012-03-13
1
-1
/
+2
*
ftrace, perf: Add filter support for function trace event
Jiri Olsa
2012-02-21
1
-0
/
+6
*
ftrace: Add enable/disable ftrace_ops control interface
Jiri Olsa
2012-02-21
1
-7
/
+104
*
tracing/trivial: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2012-02-13
1
-1
/
+1
*
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
2012-02-03
1
-6
/
+9
*
ftrace: Allow access to the boot time function enabling
Steven Rostedt
2011-12-21
1
-4
/
+4
*
ftrace: Decouple hash items from showing filtered functions
Steven Rostedt
2011-12-21
1
-8
/
+8
*
ftrace: Allow other users of function tracing to use the output listing
Steven Rostedt
2011-12-21
1
-16
/
+25
*
ftrace: Create ftrace_hash_empty() helper routine
Steven Rostedt
2011-12-21
1
-11
/
+17
*
ftrace: Fix ftrace hash record update with notrace
Steven Rostedt
2011-12-21
1
-1
/
+1
*
ftrace: Use bsearch to find record ip
Steven Rostedt
2011-12-21
1
-15
/
+23
*
ftrace: Sort the mcount records on each page
Steven Rostedt
2011-12-21
1
-0
/
+29
*
ftrace: Replace record newlist with record page list
Steven Rostedt
2011-12-21
1
-31
/
+37
*
ftrace: Allocate the mcount record pages as groups
Steven Rostedt
2011-12-21
1
-51
/
+128
*
ftrace: Remove usage of "freed" records
Steven Rostedt
2011-12-21
1
-51
/
+49
*
ftrace: Allow archs to modify code without stop machine
Steven Rostedt
2011-12-21
1
-38
/
+215
*
ftrace: Fix unregister ftrace_ops accounting
Jiri Olsa
2011-12-21
1
-14
/
+13
*
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-11-11
1
-2
/
+3
|
\
|
*
ftrace: Fix hash record accounting bug
Steven Rostedt
2011-11-07
1
-1
/
+3
|
*
ftrace: Remove force undef config value left for testing
Steven Rostedt
2011-11-07
1
-1
/
+0
*
|
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
/
*
tracing: Warn on output if the function tracer was found corrupted
Steven Rostedt
2011-10-11
1
-0
/
+8
*
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-07-21
1
-21
/
+74
|
\
|
*
ftrace: Fix dynamic selftest failure on some archs
Steven Rostedt
2011-07-13
1
-0
/
+26
|
*
ftrace: Update filter when tracing enabled in set_ftrace_filter()
Steven Rostedt
2011-07-13
1
-0
/
+4
|
*
ftrace: Balance records when updating the hash
Steven Rostedt
2011-07-13
1
-16
/
+33
|
*
ftrace: Do not disable interrupts for modules in mcount update
Steven Rostedt
2011-07-07
1
-5
/
+11
[next]