Namhyung Kim
|
29ad23b004
ftrace: Add set_graph_notrace filter
|
11 年 前 |
Steven Rostedt (Red Hat)
|
de7edd3145
tracing: Disable tracing on warning
|
12 年 前 |
Li Zefan
|
1b3d0623cd
ftrace: Remove ftrace_regex_lseek()
|
12 年 前 |
Masami Hiramatsu
|
f04f24fb7e
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
|
12 年 前 |
Linus Torvalds
|
9e8529afc4
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
|
12 年 前 |
Steven Rostedt (Red Hat)
|
7f49ef69db
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
|
12 年 前 |
Namhyung Kim
|
6a76f8c0ab
tracing: Fix possible NULL pointer dereferences
|
12 年 前 |
Steven Rostedt (Red Hat)
|
395b97a3ae
ftrace: Do not call stub functions in control loop
|
12 年 前 |
Steven Rostedt (Red Hat)
|
e67efb93f0
ftrace: Clean up function probe methods
|
12 年 前 |
Masami Hiramatsu
|
06aeaaeabf
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
|
13 年 前 |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 年 前 |
Steven Rostedt
|
4dc936769e
ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE
|
13 年 前 |
Masami Hiramatsu
|
647664eaf4
ftrace: add ftrace_set_filter_ip() for address based filter
|
13 年 前 |
Steven Rostedt
|
ea701f11da
ftrace: Add selftest to test function trace recursion protection
|
13 年 前 |
Steven Rostedt
|
4740974a68
ftrace: Add default recursion protection for function tracing
|
13 年 前 |
Steven Rostedt
|
08f6fba503
ftrace/x86: Add separate function to save regs
|
13 年 前 |
Steven Rostedt
|
a1e2e31d17
ftrace: Return pt_regs to function trace callback
|
14 年 前 |
Steven Rostedt
|
ccf3672d53
ftrace: Consolidate arch dependent functions with 'list' function
|
13 年 前 |
Steven Rostedt
|
2f5f6ad939
ftrace: Pass ftrace_ops as third parameter to function trace callback
|
14 年 前 |
Steven Rostedt
|
e4f5d5440b
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
|
13 年 前 |
Steven Rostedt
|
8ed3e2cfe4
ftrace: Make ftrace_modify_all_code() global for archs to use
|
13 年 前 |
Steven Rostedt
|
f0cf973a22
ftrace: Return record ip addr for ftrace_location()
|
13 年 前 |
Minho Ban
|
b02ee9a33b
tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off
|
13 年 前 |
Steven Rostedt
|
08d636b6d4
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
|
14 年 前 |
Jiri Olsa
|
5500fa5119
ftrace, perf: Add filter support for function trace event
|
13 年 前 |
Jiri Olsa
|
e248491ac2
ftrace: Add enable/disable ftrace_ops control interface
|
13 年 前 |
Jiri Olsa
|
ac483c446b
ftrace: Change filter/notrace set functions to return exit code
|
13 年 前 |
Steven Rostedt
|
96de37b62c
tracing: Fix compile error when static ftrace is enabled
|
13 年 前 |
Steven Rostedt
|
2a85a37f16
ftrace: Allow access to the boot time function enabling
|
13 年 前 |
Steven Rostedt
|
69a3083c4a
ftrace: Decouple hash items from showing filtered functions
|
13 年 前 |