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
*
Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-08-04
1
-84
/
+361
|
\
|
*
ftrace: Add warning if tramp hash does not match nr_trampolines
Steven Rostedt (Red Hat)
2014-07-24
1
-0
/
+3
|
*
ftrace: Fix trampoline hash update check on rec->flags
Steven Rostedt (Red Hat)
2014-07-24
1
-0
/
+8
|
*
ftrace: Rename ftrace_ops field from trampolines to nr_trampolines
Steven Rostedt (Red Hat)
2014-07-23
1
-5
/
+5
|
*
ftrace: Do not copy old hash when resetting
Wang Nan
2014-07-18
1
-10
/
+5
|
*
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
Steven Rostedt (Red Hat)
2014-07-18
1
-3
/
+0
|
*
ftrace: Remove function_trace_stop check from list func
Steven Rostedt (Red Hat)
2014-07-18
1
-6
/
+2
|
*
ftrace: Do no disable function tracing on enabling function tracing
Steven Rostedt (Red Hat)
2014-07-18
1
-7
/
+0
|
*
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
Steven Rostedt (Red Hat)
2014-07-17
1
-5
/
+0
|
*
ftrace: Allow archs to specify if they need a separate function graph trampoline
Steven Rostedt (Red Hat)
2014-07-16
1
-2
/
+4
|
*
tracing: Improve message of empty set_ftrace_notrace file
Namhyung Kim
2014-07-01
1
-3
/
+8
|
*
tracing: Improve message of empty set_graph_notrace file
Namhyung Kim
2014-07-01
1
-1
/
+6
|
*
tracing: Add ftrace_graph_notrace boot parameter
Namhyung Kim
2014-07-01
1
-4
/
+20
|
*
ftrace: Do not copy hash if O_TRUNC is set
Namhyung Kim
2014-07-01
1
-5
/
+7
|
*
ftrace: Fix memory leak on failure path in ftrace_allocate_pages()
Namhyung Kim
2014-07-01
1
-1
/
+2
|
*
ftrace: Get rid of obsolete global_start_up variable
Namhyung Kim
2014-07-01
1
-3
/
+1
|
*
ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move
Masami Hiramatsu
2014-07-01
1
-22
/
+11
|
*
ftrace: Add trampolines to enabled_functions debug file
Steven Rostedt (Red Hat)
2014-07-01
1
-2
/
+14
|
*
ftrace: Optimize function graph to be called directly
Steven Rostedt (Red Hat)
2014-07-01
1
-7
/
+235
|
*
ftrace: Add ftrace_rec_counter() macro to simplify the code
Steven Rostedt (Red Hat)
2014-06-30
1
-6
/
+6
|
*
ftrace: Allow no regs if no more callbacks require it
Steven Rostedt (Red Hat)
2014-06-30
1
-0
/
+32
*
|
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
2014-07-15
1
-2
/
+2
|
/
*
Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-06-09
1
-151
/
+116
|
\
|
*
ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag
Steven Rostedt (Red Hat)
2014-05-14
1
-9
/
+4
|
*
ftrace: Use the ftrace_addr helper functions to find the ftrace_addr
Steven Rostedt (Red Hat)
2014-05-14
1
-10
/
+5
|
*
ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global
Steven Rostedt (Red Hat)
2014-05-14
1
-0
/
+36
|
*
ftrace: Always inline ftrace_hash_empty() helper function
Steven Rostedt (Red Hat)
2014-05-14
1
-1
/
+1
|
*
ftrace: Write in missing comment from a very old commit
Steven Rostedt (Red Hat)
2014-05-14
1
-0
/
+7
|
*
ftrace: Remove boolean of hash_enable and hash_disable
Steven Rostedt (Red Hat)
2014-05-14
1
-6
/
+3
|
*
tracing: Replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2014-05-05
1
-2
/
+2
|
*
ftrace: Have function graph tracer use global_ops for filtering
Steven Rostedt (Red Hat)
2014-05-01
1
-8
/
+6
|
*
tracing: Fix documentation of ftrace_set_global_{filter,notrace}()
Jiaxing Wang
2014-04-24
1
-4
/
+2
|
*
tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func
Jiaxing Wang
2014-04-24
1
-0
/
+5
|
*
ftrace: Statically initialize pm notifier block
Mathias Krause
2014-04-21
1
-2
/
+4
|
*
ftrace: Remove global function list and call function directly
Steven Rostedt (Red Hat)
2014-04-21
1
-110
/
+42
*
|
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2014-04-28
1
-23
/
+4
|
/
*
ftrace: Constify ftrace_text_reserved
Sasha Levin
2014-03-11
1
-1
/
+1
*
ftrace: Fix compilation warning about control_ops_free
Jiri Slaby
2014-03-11
1
-5
/
+5
*
ftrace: Warn on error when modifying ftrace function
Petr Mladek
2014-03-07
1
-5
/
+12
*
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
2014-03-07
1
-5
/
+2
*
ftrace: Pass retval through return in ftrace_dyn_arch_init()
Jiri Slaby
2014-03-07
1
-4
/
+2
*
ftrace: Inline the code from ftrace_dyn_table_alloc()
Jiri Slaby
2014-03-07
1
-19
/
+6
*
ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt
Jiri Slaby
2014-03-07
1
-17
/
+8
*
ftrace: Have static function trace clear ENABLED flag on unregister
Steven Rostedt (Red Hat)
2014-02-20
1
-1
/
+7
*
ftrace: Allow for function tracing instance to filter functions
Steven Rostedt (Red Hat)
2014-02-20
1
-5
/
+34
*
ftrace: Pass in global_ops for use with filtering files
Steven Rostedt (Red Hat)
2014-02-20
1
-4
/
+8
*
ftrace: Copy ops private to global_ops private
Steven Rostedt (Red Hat)
2014-02-20
1
-9
/
+8
*
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-01-22
1
-61
/
+154
|
\
|
*
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
2014-01-13
1
-26
/
+32
|
*
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt (Red Hat)
2014-01-13
1
-1
/
+44
[next]