Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4fc409048d5afb1ad853f294b4262ecf2c980a49
/
kernel
/
trace
/
ftrace.c
4fc4090
ftrace: Fix checking of trampoline ftrace_ops in finding trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
8252ecf
ftrace: Set ops->old_hash on modifying what an ops hooks to
by Steven Rostedt (Red Hat)
· 10 years ago
84bde62
ftrace: Add sanity check when unregistering last ftrace_ops
by Steven Rostedt (Red Hat)
· 10 years ago
fef5aee
ftrace: Replace tramp_hash with old_*_hash to save space
by Steven Rostedt (Red Hat)
· 10 years ago
e1effa0
ftrace: Annotate the ops operation on update
by Steven Rostedt (Red Hat)
· 10 years ago
5fecaa0
ftrace: Grab any ops for a rec for enabled_functions output
by Steven Rostedt (Red Hat)
· 10 years ago
3296fc4
ftrace: Remove freeing of old_hash from ftrace_hash_move()
by Steven Rostedt (Red Hat)
· 10 years ago
f7aad4e
ftrace: Set callback to ftrace_stub when no ops are registered
by Steven Rostedt (Red Hat)
· 10 years ago
8735405
ftrace: Add helper function ftrace_ops_get_func()
by Steven Rostedt (Red Hat)
· 10 years ago
f1ff634
ftrace: Add separate function for non recursive callbacks
by Steven Rostedt (Red Hat)
· 10 years ago
39b5552
ftrace: Use current addr when converting to nop in __ftrace_replace_code()
by Steven Rostedt (Red Hat)
· 10 years ago
5f151b2
ftrace: Fix function_profiler and function tracer together
by Steven Rostedt (Red Hat)
· 10 years ago
bce0b6c
ftrace: Fix up trampoline accounting with looping on hash ops
by Steven Rostedt (Red Hat)
· 10 years ago
8426191
ftrace: Update all ftrace_ops for a ftrace_hash_ops update
by Steven Rostedt (Red Hat)
· 10 years ago
33b7f99
ftrace: Allow ftrace_ops to use the hashes from other ops
by Steven Rostedt (Red Hat)
· 10 years ago
b8c0aa4
Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
dc6f03f
ftrace: Add warning if tramp hash does not match nr_trampolines
by Steven Rostedt (Red Hat)
· 10 years ago
2a0343b
ftrace: Fix trampoline hash update check on rec->flags
by Steven Rostedt (Red Hat)
· 10 years ago
0162d62
ftrace: Rename ftrace_ops field from trampolines to nr_trampolines
by Steven Rostedt (Red Hat)
· 10 years ago
b972cc5
ftrace: Do not copy old hash when resetting
by Wang Nan
· 10 years ago
3a63638
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 11 years ago
1d48d59
ftrace: Remove function_trace_stop check from list func
by Steven Rostedt (Red Hat)
· 11 years ago
1820122
ftrace: Do no disable function tracing on enabling function tracing
by Steven Rostedt (Red Hat)
· 11 years ago
1b2f121
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
by Steven Rostedt (Red Hat)
· 11 years ago
646d704
ftrace: Allow archs to specify if they need a separate function graph trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
5f8bf2d2
tracing: Fix graph tracer with stack tracer on other archs
by Steven Rostedt (Red Hat)
· 10 years ago
8c006cf
tracing: Improve message of empty set_ftrace_notrace file
by Namhyung Kim
· 11 years ago
280d142
tracing: Improve message of empty set_graph_notrace file
by Namhyung Kim
· 11 years ago
0d7d9a1
tracing: Add ftrace_graph_notrace boot parameter
by Namhyung Kim
· 11 years ago
ef2fbe1
ftrace: Do not copy hash if O_TRUNC is set
by Namhyung Kim
· 11 years ago
1f61be00
ftrace: Fix memory leak on failure path in ftrace_allocate_pages()
by Namhyung Kim
· 11 years ago
a737e6d
ftrace: Get rid of obsolete global_start_up variable
by Namhyung Kim
· 11 years ago
5c27c77
ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move
by Masami Hiramatsu
· 11 years ago
9674b2f
ftrace: Add trampolines to enabled_functions debug file
by Steven Rostedt (Red Hat)
· 11 years ago
79922b8
ftrace: Optimize function graph to be called directly
by Steven Rostedt (Red Hat)
· 11 years ago
0376bde
ftrace: Add ftrace_rec_counter() macro to simplify the code
by Steven Rostedt (Red Hat)
· 11 years ago
4fbb48c
ftrace: Allow no regs if no more callbacks require it
by Steven Rostedt (Red Hat)
· 11 years ago
214b931
Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
f1b2f2b
ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag
by Steven Rostedt (Red Hat)
· 11 years ago
7c0868e
ftrace: Use the ftrace_addr helper functions to find the ftrace_addr
by Steven Rostedt (Red Hat)
· 11 years ago
7413af1
ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global
by Steven Rostedt (Red Hat)
· 11 years ago
68f4096
ftrace: Always inline ftrace_hash_empty() helper function
by Steven Rostedt (Red Hat)
· 11 years ago
19eab4a
ftrace: Write in missing comment from a very old commit
by Steven Rostedt (Red Hat)
· 11 years ago
66209a5
ftrace: Remove boolean of hash_enable and hash_disable
by Steven Rostedt (Red Hat)
· 11 years ago
bdffd89
tracing: Replace __get_cpu_var uses with this_cpu_ptr
by Christoph Lameter
· 11 years ago
fd06a54
ftrace: Have function graph tracer use global_ops for filtering
by Steven Rostedt (Red Hat)
· 11 years ago
a949ae5
ftrace/module: Hardcode ftrace_module_init() call into load_module()
by Steven Rostedt (Red Hat)
· 11 years ago
8d1b065
tracing: Fix documentation of ftrace_set_global_{filter,notrace}()
by Jiaxing Wang
· 11 years ago
7eea4fc
tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func
by Jiaxing Wang
· 11 years ago
8275f69
ftrace: Statically initialize pm notifier block
by Mathias Krause
· 11 years ago
4104d32
ftrace: Remove global function list and call function directly
by Steven Rostedt (Red Hat)
· 11 years ago
d88471c
ftrace: Constify ftrace_text_reserved
by Sasha Levin
· 12 years ago
db0fbad
ftrace: Fix compilation warning about control_ops_free
by Jiri Slaby
· 11 years ago
cd21067
ftrace: Warn on error when modifying ftrace function
by Petr Mladek
· 11 years ago
3a36cb1
ftrace: Do not pass data to ftrace_dyn_arch_init
by Jiri Slaby
· 11 years ago
af64a7c
ftrace: Pass retval through return in ftrace_dyn_arch_init()
by Jiri Slaby
· 11 years ago
c867ccd
ftrace: Inline the code from ftrace_dyn_table_alloc()
by Jiri Slaby
· 11 years ago
1dc43cf
ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt
by Jiri Slaby
· 11 years ago
1fcc155
ftrace: Have static function trace clear ENABLED flag on unregister
by Steven Rostedt (Red Hat)
· 11 years ago
591dffd
ftrace: Allow for function tracing instance to filter functions
by Steven Rostedt (Red Hat)
· 11 years ago
e3b3e2e
ftrace: Pass in global_ops for use with filtering files
by Steven Rostedt (Red Hat)
· 11 years ago
e6435e9
ftrace: Copy ops private to global_ops private
by Steven Rostedt (Red Hat)
· 11 years ago
60eaa01
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
a4c35ed2
ftrace: Fix synchronization location disabling and freeing ftrace_ops
by Steven Rostedt (Red Hat)
· 11 years ago
23a8e84
ftrace: Have function graph only trace based on global_ops filters
by Steven Rostedt (Red Hat)
· 11 years ago
405e1d8
ftrace: Synchronize setting function_trace_op with ftrace_trace_function
by Steven Rostedt (Red Hat)
· 11 years ago
098c879
tracing: Add generic tracing_lseek() function
by Steven Rostedt (Red Hat)
· 11 years ago
c4602c1
ftrace: Initialize the ftrace profiler for each possible cpu
by Miao Xie
· 11 years ago
8a56d77
ftrace: Fix function graph with loading of modules
by Steven Rostedt (Red Hat)
· 11 years ago
38de93a
tracing: Make register/unregister_ftrace_command __init
by Tom Zanussi
· 11 years ago
b5aa3a4
ftrace: Have control op function callback only trace when RCU is watching
by Steven Rostedt (Red Hat)
· 11 years ago
29ad23b
ftrace: Add set_graph_notrace filter
by Namhyung Kim
· 11 years ago
6a10108
ftrace: Narrow down the protected area of graph_lock
by Namhyung Kim
· 11 years ago
faf982a
ftrace: Introduce struct ftrace_graph_data
by Namhyung Kim
· 11 years ago
9aa72b4
ftrace: Get rid of ftrace_graph_filter_enabled
by Namhyung Kim
· 11 years ago
59338f7
ftrace: Fix a slight race in modifying what function callback gets traced
by Steven Rostedt (Red Hat)
· 11 years ago
8c4f3c3
ftrace: Check module functions being traced on reload
by Steven Rostedt (Red Hat)
· 11 years ago
1c80c43
ftrace: Consolidate some duplicate code for updating ftrace ops
by Steven Rostedt (Red Hat)
· 11 years ago
195a8af
ftrace: Add check for NULL regs if ops has SAVE_REGS set
by Steven Rostedt (Red Hat)
· 11 years ago
f1ed7c7
ftrace: Do not run selftest if command line parameter is set
by Steven Rostedt (Red Hat)
· 12 years ago
52d85d7
ftrace: Fix stddev calculation in function profiler
by Juri Lelli
· 12 years ago
7614c3d
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
by Steven Rostedt
· 12 years ago
1bb539c
ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends
by Steven Rostedt
· 12 years ago
19dd603
ftrace: Fix function probe when more than one probe is added
by Steven Rostedt (Red Hat)
· 12 years ago
23ea9c4
ftrace: Fix the output of enabled_functions debug file
by Steven Rostedt (Red Hat)
· 12 years ago
5ae0bf5
ftrace: Fix locking in register_ftrace_function_probe()
by Steven Rostedt (Red Hat)
· 12 years ago
3f2367b
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
by Masami Hiramatsu
· 12 years ago
f04f24fb
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
by Masami Hiramatsu
· 12 years ago
7c088b5
ftrace: Have ftrace_regex_write() return either read or error
by Steven Rostedt (Red Hat)
· 12 years ago
9e8529a
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
ae9f493
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
20079eb
ftrace: Get rid of ftrace_profile_bits
by Namhyung Kim
· 12 years ago
f194397
tracing: Get rid of unneeded key calculation in ftrace_hash_move()
by Namhyung Kim
· 12 years ago
9f50afc
tracing: Reset ftrace_graph_filter_enabled if count is zero
by Namhyung Kim
· 12 years ago
7f49ef6
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
by Steven Rostedt (Red Hat)
· 12 years ago
6a76f8c
tracing: Fix possible NULL pointer dereferences
by Namhyung Kim
· 12 years ago
39e30cd
tracing: Fix off-by-one on allocating stat->pages
by Namhyung Kim
· 12 years ago
83e03b3
tracing: Fix double free when function profile init failed
by Namhyung Kim
· 12 years ago
9607a86
kernel: tracing: Use strlcpy instead of strncpy
by Chen Gang
· 12 years ago
395b97a
ftrace: Do not call stub functions in control loop
by Steven Rostedt (Red Hat)
· 12 years ago
Next »