Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9efb85c5cfac7e1f0caae4471446d936ff2163fe
/
kernel
/
trace
/
ftrace.c
9efb85c
ftrace: Fix warning using plain integer as NULL & spelling corrections
by Hariprasad Kelam
· 6 years ago
f79b3f3
ftrace: Allow enabling of filters via index of available_filter_functions
by Steven Rostedt (VMware)
· 6 years ago
495d714
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
792bf4d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2840f84
tracing: Fix memory leak of instance function hash filters
by Steven Rostedt (VMware)
· 6 years ago
a0572f6
ftrace: Allow ftrace_replace_code() to be schedulable
by Steven Rostedt (VMware)
· 6 years ago
b0e21a6
function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()
by Steven Rostedt (VMware)
· 6 years ago
688f708
fgraph: Add new fgraph_ops structure to enable function graph hooks
by Steven Rostedt (VMware)
· 6 years ago
e73e679
fgraph: Move function graph specific code into fgraph.c
by Steven Rostedt (VMware)
· 6 years ago
3306fc4a
ftrace: Create new ftrace_internal.h header
by Steven Rostedt (VMware)
· 6 years ago
4bbfd74
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
b1b35f2
function_graph: Have profiler use curr_ret_stack and not depth
by Steven Rostedt (VMware)
· 6 years ago
39eb456
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
7440172
tracing: Replace synchronize_sched() and call_rcu_sched()
by Paul E. McKenney
· 6 years ago
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
2f4df00
tracing: Add -mcount-nop option support
by Vasily Gorbik
· 6 years ago
b207de3
ftrace: Remove unused pointer ftrace_swapper_pid
by Colin Ian King
· 6 years ago
44ec3ec
ftrace: Use true and false for boolean values in ops_references_rec()
by Gustavo A. R. Silva
· 6 years ago
72809cb
tracing: Remove orphaned function ftrace_nr_registered_ops()
by Masami Hiramatsu
· 6 years ago
7b144b6
tracing: Remove orphaned function using_ftrace_ops_list_func().
by Masami Hiramatsu
· 6 years ago
5ccba64
ftrace: Nuke clear_ftrace_function
by Yisheng Xie
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
1ce0500
ftrace: Have set_graph_* files have normal file modes
by Chen LinX
· 10 years ago
419e9fe
ftrace: Drop a VLA in module_exists()
by Salvatore Mesoraca
· 7 years ago
7b65865
ftrace: Remove incorrect setting of glob search field
by Steven Rostedt (VMware)
· 7 years ago
f4d0706
tracing: Make sure the parsed string always terminates with '\0'
by Changbin Du
· 7 years ago
6be7fa3
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
by Steven Rostedt (VMware)
· 7 years ago
2dcd9c7
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
b3a8880
ftrace: Kill FTRACE_OPS_FL_PER_CPU
by Peter Zijlstra
· 7 years ago
8715b10
ftrace: Clear hashes of stale ips of init memory
by Joel Fernandes
· 7 years ago
6171a03
ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions
by Steven Rostedt (VMware)
· 7 years ago
6aa6978
ftrace: Add freeing algorithm to free ftrace_mod_maps
by Steven Rostedt (VMware)
· 7 years ago
aba4b5c
ftrace: Save module init functions kallsyms symbols for tracing
by Steven Rostedt (VMware)
· 7 years ago
3e23428
ftrace: Allow module init functions to be traced
by Steven Rostedt (VMware)
· 8 years ago
6cafbe1
ftrace: Add a ftrace_free_mem() function for modules to use
by Steven Rostedt (VMware)
· 8 years ago
2b0b849
ftrace: Fix kmemleak in unregister_ftrace_graph
by Shu Wang
· 7 years ago
edb096e
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
by Steven Rostedt (VMware)
· 7 years ago
2a5bfe4
ftrace: Zero out ftrace hashes when a module is removed
by Steven Rostedt (VMware)
· 7 years ago
a8f0f9e
ftrace: Check for null ret_stack on profile function graph entry function
by Steven Rostedt (VMware)
· 7 years ago
f86f418
trace: fix the errors caused by incompatible type of RCU variables
by Chunyan Zhang
· 8 years ago
2e028c4
ftrace: Fix uninitialized variable in match_records()
by Dan Carpenter
· 8 years ago
44925df
ftrace: Remove an unneeded NULL check
by Dan Carpenter
· 8 years ago
69449bbd
ftrace: Hide cached module code for !CONFIG_MODULES
by Arnd Bergmann
· 8 years ago
69d7187
ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes
by Steven Rostedt (VMware)
· 8 years ago
4dce17b
Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core
by Steven Rostedt (VMware)
· 8 years ago
0f17976
ftrace: Fix regression with module command in stack_trace_filter
by Steven Rostedt (VMware)
· 8 years ago
4ec7846
ftrace: Decrement count for dyn_ftrace_total_info for init functions
by Steven Rostedt (VMware)
· 8 years ago
3b58a3c
ftrace: Unlock hash mutex on failed allocation in process_mod_list()
by Steven Rostedt (VMware)
· 8 years ago
83dd149
ftrace: Decrement count for dyn_ftrace_total_info file
by Steven Rostedt (VMware)
· 8 years ago
8c08f0d
ftrace: Have cached module filters be an active filter
by Steven Rostedt (VMware)
· 8 years ago
d7fbf8d
ftrace: Implement cached modules tracing on module load
by Steven Rostedt (VMware)
· 8 years ago
5985ea8
ftrace: Have the cached module list show in set_ftrace_filter
by Steven Rostedt (VMware)
· 8 years ago
673feb9
ftrace: Add :mod: caching infrastructure to trace_array
by Steven Rostedt (VMware)
· 8 years ago
f9797c2
ftrace: Fix memory leak in ftrace_graph_release()
by Luis Henriques
· 8 years ago
a0e6369
ftrace/instances: Clear function triggers when removing instances
by Naveen N. Rao
· 8 years ago
cbab567
ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()
by Naveen N. Rao
· 8 years ago
77c0edd
ftrace: Simplify ftrace_match_record() even more
by Steven Rostedt (VMware)
· 8 years ago
31805c9
ftrace: Remove an unneeded condition
by Dan Carpenter
· 8 years ago
4c17468
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
d2afd57a
tracing/ftrace: Allow instances to have their own function probes
by Steven Rostedt (VMware)
· 8 years ago
6e44431
tracing/ftrace: Add a better way to pass data via the probe functions
by Steven Rostedt (VMware)
· 8 years ago
7b60f3d
ftrace: Dynamically create the probe ftrace_ops for the trace_array
by Steven Rostedt (VMware)
· 8 years ago
b5f081b
tracing: Pass the trace_array into ftrace_probe_ops functions
by Steven Rostedt (VMware)
· 8 years ago
04ec7bb
tracing: Have the trace_array hold the list of registered func probes
by Steven Rostedt (VMware)
· 8 years ago
8d70725
ftrace: If the hash for a probe fails to update then free what was initialized
by Steven Rostedt (VMware)
· 8 years ago
eee8ded
ftrace: Have the function probes call their own function
by Steven Rostedt (VMware)
· 8 years ago
1ec3a81
ftrace: Have each function probe use its own ftrace_ops
by Steven Rostedt (VMware)
· 8 years ago
d3d532d
ftrace: Have unregister_ftrace_function_probe_func() return a value
by Steven Rostedt (VMware)
· 8 years ago
e16b35d
ftrace: Add helper function ftrace_hash_move_and_update_ops()
by Steven Rostedt (VMware)
· 8 years ago
1a48df0
ftrace: Remove data field from ftrace_func_probe structure
by Steven Rostedt (VMware)
· 8 years ago
02b77e2
ftrace: Remove printing of data in showing of a function probe
by Steven Rostedt (VMware)
· 8 years ago
78f78e0
ftrace: Remove unused unregister_ftrace_function_probe_all() function
by Steven Rostedt (VMware)
· 8 years ago
0fe7e7e
ftrace: Remove unused unregister_ftrace_function_probe() function
by Steven Rostedt (VMware)
· 8 years ago
41794f1
ftrace: Added ftrace_func_mapper for function probe triggers
by Steven Rostedt (VMware)
· 8 years ago
bca6c8d
ftrace: Pass probe ops to probe function
by Steven Rostedt (VMware)
· 8 years ago
e51a989
ftrace: Remove unused "flags" field from struct ftrace_func_probe
by Steven Rostedt (VMware)
· 8 years ago
1e10486
ftrace: Add 'function-fork' trace option
by Namhyung Kim
· 8 years ago
d879d0b
ftrace: Fix function pid filter on instances
by Namhyung Kim
· 8 years ago
fcdc712
ftrace: Fix indexing of t_hash_start() from t_next()
by Steven Rostedt (VMware)
· 8 years ago
acceb72
ftrace: Fix removing of second function probe
by Steven Rostedt (VMware)
· 8 years ago
82cc4fc
ftrace: Fix removing of second function probe
by Steven Rostedt (VMware)
· 8 years ago
0598e4f
ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines
by Steven Rostedt (VMware)
· 8 years ago
b80f0f6
ftrace: Have init/main.c call ftrace directly to free init memory
by Steven Rostedt (VMware)
· 8 years ago
5bd8462
ftrace: Create separate t_func_next() to simplify the function / hash logic
by Steven Rostedt (VMware)
· 8 years ago
43ff926
ftrace: Update func_pos in t_start() when all functions are enabled
by Steven Rostedt (VMware)
· 8 years ago
2d71d98
ftrace: Return NULL at end of t_start() instead of calling t_hash_start()
by Steven Rostedt (VMware)
· 8 years ago
c20489d
ftrace: Assign iter->hash to filter or notrace hashes on seq read
by Steven Rostedt (VMware)
· 8 years ago
c1bc591
ftrace: Clean up __seq_open_private() return check
by Steven Rostedt (VMware)
· 8 years ago
42c269c
ftrace: Allow for function tracing to record init functions on boot up
by Steven Rostedt (VMware)
· 8 years ago
f26db96
Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
65a50c6
ftrace/graph: Add ftrace_graph_max_depth kernel parameter
by Todd Brandt
· 8 years ago
92ad18e
ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filter
by Steven Rostedt (VMware)
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
3a150df
tracing: Fix code comment for ftrace_ops_get_func()
by Chunyu Hu
· 8 years ago
e704eff
ftrace: Have set_graph_function handle multiple functions in one write
by Steven Rostedt (VMware)
· 8 years ago
649b988
ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lock
by Steven Rostedt (VMware)
· 8 years ago
ae98d27
ftrace: Have set_graph_functions handle write with RDWR
by Steven Rostedt (VMware)
· 8 years ago
d4ad9a1
ftrace: Reset fgd->hash in ftrace_graph_write()
by Steven Rostedt (VMware)
· 8 years ago
555fc78
ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTY
by Steven Rostedt (VMware)
· 8 years ago
Next »