Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
079ed3681d748523e50c3947ca59507a7a181260
/
include
/
linux
/
ftrace.h
0daa2302
tracing: Add tp_printk cmdline to have tracepoints go to printk()
by Steven Rostedt (Red Hat)
· 10 years ago
5f893b2
tracing: Move enabling tracepoints to just after rcu_init()
by Steven Rostedt (Red Hat)
· 10 years ago
f8b8be8
ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict
by Masami Hiramatsu
· 10 years ago
aec0be2
ftrace/x86/extable: Add is_ftrace_trampoline() function
by Steven Rostedt (Red Hat)
· 10 years ago
4fd3279
ftrace: Add more information to ftrace_bug() output
by Steven Rostedt (Red Hat)
· 10 years ago
f3bea49
ftrace/x86: Add dynamic allocated trampoline for 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
8735405
ftrace: Add helper function ftrace_ops_get_func()
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
0162d62
ftrace: Rename ftrace_ops field from trampolines to nr_trampolines
by Steven Rostedt (Red Hat)
· 10 years ago
3a63638
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 10 years ago
7544256a
ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 10 years ago
0ef1b9e
ftrace: Remove ftrace_start/stop()
by Steven Rostedt (Red Hat)
· 10 years ago
1b2f121
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
by Steven Rostedt (Red Hat)
· 10 years ago
646d704
ftrace: Allow archs to specify if they need a separate function graph trampoline
by Steven Rostedt (Red Hat)
· 10 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
cf2cb0b
ftrace: Use macros for numbers in ftrace rec shift bits
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
· 10 years ago
eed542d
ftrace: Make CALLER_ADDRx macros more generic
by AKASHI Takahiro
· 10 years ago
f1b2f2b
ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag
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
a949ae5
ftrace/module: Hardcode ftrace_module_init() call into load_module()
by Steven Rostedt (Red Hat)
· 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
a762782
ftrace: Remove freelist from struct dyn_ftrace
by Jiri Slaby
· 11 years ago
3a36cb1
ftrace: Do not pass data to ftrace_dyn_arch_init
by Jiri Slaby
· 11 years ago
591dffd
ftrace: Allow for function tracing instance to filter functions
by Steven Rostedt (Red Hat)
· 11 years ago
b7e00a6
ftrace: Add private data to ftrace_ops
by Steven Rostedt (Red Hat)
· 11 years ago
098c879
tracing: Add generic tracing_lseek() function
by Steven Rostedt (Red Hat)
· 11 years ago
38de93a
tracing: Make register/unregister_ftrace_command __init
by Tom Zanussi
· 11 years ago
29ad23b
ftrace: Add set_graph_notrace filter
by Namhyung Kim
· 11 years ago
de7edd3
tracing: Disable tracing on warning
by Steven Rostedt (Red Hat)
· 11 years ago
1b3d062
ftrace: Remove ftrace_regex_lseek()
by Li Zefan
· 11 years ago
f04f24fb
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
by Masami Hiramatsu
· 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
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
395b97a
ftrace: Do not call stub functions in control loop
by Steven Rostedt (Red Hat)
· 12 years ago
e67efb9
ftrace: Clean up function probe methods
by Steven Rostedt (Red Hat)
· 12 years ago
06aeaae
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
by Masami Hiramatsu
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
4dc9367
ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE
by Steven Rostedt
· 12 years ago
647664e
ftrace: add ftrace_set_filter_ip() for address based filter
by Masami Hiramatsu
· 12 years ago
ea701f1
ftrace: Add selftest to test function trace recursion protection
by Steven Rostedt
· 12 years ago
4740974
ftrace: Add default recursion protection for function tracing
by Steven Rostedt
· 12 years ago
08f6fba
ftrace/x86: Add separate function to save regs
by Steven Rostedt
· 13 years ago
a1e2e31
ftrace: Return pt_regs to function trace callback
by Steven Rostedt
· 13 years ago
ccf3672
ftrace: Consolidate arch dependent functions with 'list' function
by Steven Rostedt
· 12 years ago
2f5f6ad
ftrace: Pass ftrace_ops as third parameter to function trace callback
by Steven Rostedt
· 13 years ago
e4f5d54
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
by Steven Rostedt
· 13 years ago
8ed3e2c
ftrace: Make ftrace_modify_all_code() global for archs to use
by Steven Rostedt
· 13 years ago
f0cf973
ftrace: Return record ip addr for ftrace_location()
by Steven Rostedt
· 13 years ago
b02ee9a
tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off
by Minho Ban
· 13 years ago
08d636b
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
by Steven Rostedt
· 13 years ago
5500fa5
ftrace, perf: Add filter support for function trace event
by Jiri Olsa
· 13 years ago
e248491
ftrace: Add enable/disable ftrace_ops control interface
by Jiri Olsa
· 13 years ago
ac483c4
ftrace: Change filter/notrace set functions to return exit code
by Jiri Olsa
· 13 years ago
96de37b
tracing: Fix compile error when static ftrace is enabled
by Steven Rostedt
· 13 years ago
2a85a37
ftrace: Allow access to the boot time function enabling
by Steven Rostedt
· 13 years ago
69a3083
ftrace: Decouple hash items from showing filtered functions
by Steven Rostedt
· 13 years ago
fc13cb0
ftrace: Allow other users of function tracing to use the output listing
by Steven Rostedt
· 13 years ago
85ae32a
ftrace: Replace record newlist with record page list
by Steven Rostedt
· 13 years ago
3208230
ftrace: Remove usage of "freed" records
by Steven Rostedt
· 13 years ago
c88fd86
ftrace: Allow archs to modify code without stop machine
by Steven Rostedt
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 13 years ago
04da85b
ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined
by Steven Rostedt
· 13 years ago
43dd61c
ftrace: Fix regression of :mod:module function enabling
by Steven Rostedt
· 13 years ago
936e074
ftrace: Modify ftrace_set_filter/notrace to take ops
by Steven Rostedt
· 14 years ago
cdbe61b
ftrace: Allow dynamically allocated function tracers
by Steven Rostedt
· 14 years ago
b848914
ftrace: Implement separate user function filtering
by Steven Rostedt
· 14 years ago
ed926f9
ftrace: Use counters to enable functions to trace
by Steven Rostedt
· 14 years ago
f45948e
ftrace: Create a global_ops to hold the filter and notrace hashes
by Steven Rostedt
· 14 years ago
1cf41dd7
ftrace: Use hash instead for FTRACE_FL_FILTER
by Steven Rostedt
· 14 years ago
b448c4e
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions
by Steven Rostedt
· 14 years ago
d2c8c3e
ftrace: Remove FTRACE_FL_CONVERTED flag
by Steven Rostedt
· 14 years ago
45a4a23
ftrace: Remove FTRACE_FL_FAILED flag
by Steven Rostedt
· 14 years ago
868baf0
ftrace: Fix memory leak with function graph and cpu hotplug
by Steven Rostedt
· 14 years ago
9849ed4
tracing/documentation: Document dynamic ftracer internals
by Mike Frysinger
· 14 years ago
752f114
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4dbf6bc
tracing: Convert nop macros to static inlines
by Steven Rostedt
· 15 years ago
62b915f
tracing: Add graph output support for irqsoff tracer
by Jiri Olsa
· 15 years ago
cecbca9
tracing: Dump either the oops's cpu source or all cpus buffers
by Frederic Weisbecker
· 15 years ago
faa4602
x86, perf, bts, mm: Delete the never used BTS-ptrace code
by Peter Zijlstra
· 15 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e7b8e67
tracing: Unify arch_syscall_addr() implementations
by Mike Frysinger
· 15 years ago
f24bb99
ftrace: Remove record freezing
by Masami Hiramatsu
· 15 years ago
2cfa197
ftrace/alternatives: Introducing *_text_reserved functions
by Masami Hiramatsu
· 15 years ago
e7247a1
tracing: correct module boundaries for ftrace_release
by jolsa@redhat.com
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
83ba7c3
includecheck fix: include/linux, ftrace.h
by Jaswinder Singh Rajput
· 15 years ago
71e308a
function-graph: add stack frame test
by Steven Rostedt
· 15 years ago
261842b
tracing: add same level recursion detection
by Steven Rostedt
· 16 years ago
93eb677
ftrace: use module notifier for function tracer
by Steven Rostedt
· 16 years ago
1cad125
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 16 years ago
47788c5
tracing/syscalls: use a dedicated file header
by Frederic Weisbecker
· 16 years ago
f876d34
tracing: append a comma to INIT_FTRACE_GRAPH
by Tetsuo Handa
· 16 years ago
86665c7
Merge branch 'tracing/urgent' into tracing/ftrace
by Ingo Molnar
· 16 years ago
5ac9f62
function-graph: add proper initialization for init task
by Steven Rostedt
· 16 years ago
Next »