Steven Rostedt (Red Hat)
|
59338f754a
ftrace: Fix a slight race in modifying what function callback gets traced
|
12 years ago |
Steven Rostedt (Red Hat)
|
8c4f3c3fa9
ftrace: Check module functions being traced on reload
|
12 years ago |
Steven Rostedt (Red Hat)
|
1c80c43290
ftrace: Consolidate some duplicate code for updating ftrace ops
|
12 years ago |
Steven Rostedt (Red Hat)
|
195a8afc7a
ftrace: Add check for NULL regs if ops has SAVE_REGS set
|
12 years ago |
Steven Rostedt (Red Hat)
|
f1ed7c741f
ftrace: Do not run selftest if command line parameter is set
|
12 years ago |
Juri Lelli
|
52d85d7630
ftrace: Fix stddev calculation in function profiler
|
12 years ago |
Steven Rostedt
|
7614c3dc74
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
|
12 years ago |
Steven Rostedt
|
1bb539ca36
ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends
|
12 years ago |
Steven Rostedt (Red Hat)
|
19dd603e45
ftrace: Fix function probe when more than one probe is added
|
12 years ago |
Steven Rostedt (Red Hat)
|
23ea9c4dda
ftrace: Fix the output of enabled_functions debug file
|
12 years ago |
Steven Rostedt (Red Hat)
|
5ae0bf5972
ftrace: Fix locking in register_ftrace_function_probe()
|
12 years ago |
Masami Hiramatsu
|
3f2367ba7c
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
|
12 years ago |
Masami Hiramatsu
|
f04f24fb7e
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
|
12 years ago |
Steven Rostedt (Red Hat)
|
7c088b5120
ftrace: Have ftrace_regex_write() return either read or error
|
12 years ago |
Linus Torvalds
|
9e8529afc4
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
|
12 years ago |
Linus Torvalds
|
ae9f4939ba
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
12 years ago |
Namhyung Kim
|
20079ebe73
ftrace: Get rid of ftrace_profile_bits
|
12 years ago |
Namhyung Kim
|
f1943977e6
tracing: Get rid of unneeded key calculation in ftrace_hash_move()
|
12 years ago |
Namhyung Kim
|
9f50afccfd
tracing: Reset ftrace_graph_filter_enabled if count is zero
|
12 years ago |
Steven Rostedt (Red Hat)
|
7f49ef69db
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
|
12 years ago |
Namhyung Kim
|
6a76f8c0ab
tracing: Fix possible NULL pointer dereferences
|
12 years ago |
Namhyung Kim
|
39e30cd153
tracing: Fix off-by-one on allocating stat->pages
|
12 years ago |
Namhyung Kim
|
83e03b3fe4
tracing: Fix double free when function profile init failed
|
12 years ago |
Chen Gang
|
9607a869ee
kernel: tracing: Use strlcpy instead of strncpy
|
12 years ago |
Steven Rostedt (Red Hat)
|
395b97a3ae
ftrace: Do not call stub functions in control loop
|
12 years ago |
Jan Kiszka
|
5000c41884
ftrace: Consistently restore trace function on sysctl enabling
|
12 years ago |
Chen Gang
|
75761cc158
ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()
|
12 years ago |
Steven Rostedt (Red Hat)
|
7818b38865
ftrace: Use manual free after synchronize_sched() not call_rcu_sched()
|
12 years ago |
Steven Rostedt (Red Hat)
|
e67efb93f0
ftrace: Clean up function probe methods
|
12 years ago |
Steven Rostedt (Red Hat)
|
e1df4cb682
ftrace: Fix function probe to only enable needed functions
|
12 years ago |