Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
978f3a45d9499c7a447ca7615455cefb63d44165
/
kernel
/
trace
/
ftrace.c
978f3a4
ftrace: use struct pid
by Steven Rostedt
· 16 years ago
804a685
ftrace: trace single pid for function graph tracer
by Steven Rostedt
· 16 years ago
0ef8cde
ftrace: use task struct trace flag to filter on pid
by Steven Rostedt
· 16 years ago
ea4e2bc
ftrace: graph of a single function
by Steven Rostedt
· 16 years ago
e49dc19
ftrace: function graph return for function entry
by Steven Rostedt
· 16 years ago
14a866c
ftrace: add ftrace_graph_stop()
by Steven Rostedt
· 16 years ago
f0461d0
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core
by Ingo Molnar
· 16 years ago
48d68b2
tracing/function-graph-tracer: support for x86-64
by Frederic Weisbecker
· 16 years ago
66eafeb
function trace: fix a bug of single thread function trace
by Liming Wang
· 16 years ago
50cdaf0
ftrace: improve seq_operation of ftrace
by Liming Wang
· 16 years ago
e53a631
ftrace: let function tracing and function return run together
by Steven Rostedt
· 16 years ago
5a45cfe
ftrace: use code patching for ftrace graph tracer
by Steven Rostedt
· 16 years ago
df4fc31
ftrace: add function tracing to single thread
by Steven Rostedt
· 16 years ago
287b6e6
tracing/function-return-tracer: set a more human readable output
by Frederic Weisbecker
· 16 years ago
fb52607
tracing/function-return-tracer: change the name into function-graph-tracer
by Frederic Weisbecker
· 16 years ago
eae849c
tracing/function-return-tracer: don't trace kfree while it frees the return stack
by Frederic Weisbecker
· 16 years ago
f201ae2
tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically
by Frederic Weisbecker
· 16 years ago
3f8e402
Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 16 years ago
5821e1b
function tracing: fix wrong pos computing when read buffer has been fulfilled
by walimis
· 16 years ago
e7d3737
tracing/function-return-tracer: support for dynamic ftrace on function return tracer
by Frederic Weisbecker
· 16 years ago
ee02a2e
ftrace: make filtered functions effective on setting
by Steven Rostedt
· 16 years ago
982c350
ftrace: fix dyn ftrace filter
by Steven Rostedt
· 16 years ago
20e5227
ftrace: allow NULL pointers in mcount_loc
by Steven Rostedt
· 16 years ago
31e8890
ftrace: pass module struct to arch dynamic ftrace functions
by Steven Rostedt
· 16 years ago
918c115
ftrace: do not process freed records
by Steven Rostedt
· 16 years ago
b17e8a3
ftrace: disable ftrace on anomalies in trace start and stop
by Steven Rostedt
· 16 years ago
f3c7ac4
ftrace: remove condition from ftrace_record_ip
by Steven Rostedt
· 16 years ago
b3535c6
ftrace: remove unnecessary if condition of __unregister_ftrace_function
by walimis
· 16 years ago
60a011c
Merge branch 'tracing/function-return-tracer' into tracing/fastboot
by Ingo Molnar
· 16 years ago
d06bbd6
Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 16 years ago
a358324
ring-buffer: buffer record on/off switch
by Steven Rostedt
· 16 years ago
15e6cb3
tracing: add a tracer to catch execution time of kernel functions
by Frederic Weisbecker
· 16 years ago
0183fb1c
ftrace: fix set_ftrace_filter
by Steven Rostedt
· 16 years ago
60a7ecf
ftrace: add quick function trace stop
by Steven Rostedt
· 16 years ago
0b6e4d5
ftrace: perform an initialization for ftrace to enable it
by Frederic Weisbecker
· 16 years ago
f17845e
ftrace: warning in kernel/trace/ftrace.c
by Ingo Molnar
· 16 years ago
66b0de3
ftrace: fix build failure
by Ingo Molnar
· 16 years ago
08f5ac90
ftrace: remove ftrace hash
by Steven Rostedt
· 16 years ago
4d296c2
ftrace: remove mcount set
by Steven Rostedt
· 16 years ago
cb7be3b
ftrace: remove daemon
by Steven Rostedt
· 16 years ago
6912896e
ftrace: add ftrace warn on to disable ftrace
by Steven Rostedt
· 16 years ago
81adbdc
ftrace: only have ftrace_kill atomic
by Steven Rostedt
· 16 years ago
593eb8a
ftrace: return error on failed modified text.
by Steven Rostedt
· 16 years ago
bd95b88
ftrace: release functions from hash
by Steven Rostedt
· 16 years ago
05736a4
ftrace: warn on failure to disable mcount callers
by Steven Rostedt
· 16 years ago
71c67d5
ftrace: mcount_addr defined but not used
by Steven Noonan
· 16 years ago
644f991
ftrace: fix unlocking of hash
by Steven Rostedt
· 16 years ago
3b47bfc
ftrace: remove direct reference to mcount in trace code
by Steven Rostedt
· 16 years ago
ac8825e
ftrace: clean up macro usage
by Ingo Molnar
· 16 years ago
2d7da80
ftrace: fix build failure
by Stephen Rothwell
· 16 years ago
99ecdc4
ftrace: add necessary locking for ftrace records
by Steven Rostedt
· 16 years ago
00fd61a
ftrace: do not init module on ftrace disabled
by Steven Rostedt
· 16 years ago
fed1939
ftrace: remove old pointers to mcount
by Steven Rostedt
· 16 years ago
a9fdda3
ftrace: do not show freed records in available_filter_functions
by Steven Rostedt
· 16 years ago
90d595f
ftrace: enable mcount recording for modules
by Steven Rostedt
· 16 years ago
68bf21a
ftrace: mcount call site on boot nops core
by Steven Rostedt
· 16 years ago
784e2d7
stop_machine: fix up ftrace.c
by Rusty Russell
· 16 years ago
b2613e3
ftrace: build fix for ftraced_suspend
by Ingo Molnar
· 17 years ago
a2bb6a3
ftrace: add ftrace_kill_atomic
by Steven Rostedt
· 17 years ago
98a05ed
ftrace: prevent ftrace modifications while being kprobe'd, v2
by Abhishek Sagar
· 17 years ago
f22f9a8
ftrace: avoid modifying kprobe'd records
by Abhishek Sagar
· 17 years ago
ecea656
ftrace: freeze kprobe'd records
by Abhishek Sagar
· 17 years ago
395a59d
ftrace: store mcount address in rec->ip
by Abhishek Sagar
· 17 years ago
f225293
namespacecheck: fixes
by Ingo Molnar
· 17 years ago
a4500b8
ftrace: fix "notrace" filtering priority
by Abhishek Sagar
· 17 years ago
34078a5
ftrace: prevent freeing of all failed updates
by Abhishek Sagar
· 17 years ago
eb9a7bf
ftrace: add debugfs entry 'failures'
by Abhishek Sagar
· 17 years ago
1d74f2a
ftrace: remove ftrace_ip_converted()
by Abhishek Sagar
· 17 years ago
0eb9670
ftrace: prevent freeing of all failed updates
by Abhishek Sagar
· 17 years ago
ad90c0e
ftrace: user update and disable dynamic ftrace daemon
by Steven Rostedt
· 17 years ago
492a7ea5
ftrace: fix updating of ftrace_update_cnt
by Abhishek Sagar
· 17 years ago
ffdaa35
ftrace: safe traversal of ftrace_hash hlist
by Abhishek Sagar
· 17 years ago
41c52c0
ftrace: set_ftrace_notrace feature
by Steven Rostedt
· 17 years ago
2d8b820
ftrace: cleanups
by Ingo Molnar
· 17 years ago
3713567
ftrace: fix mcount export bug
by Ingo Molnar
· 17 years ago
aa5e5ce
ftrace: remove packed attribute on ftrace_page.
by David Miller
· 17 years ago
2bb6f8d
ftrace: use raw_smp_processor_id for mcount functions
by Steven Rostedt
· 17 years ago
07a267cd
ftrace: add UNINTERRUPTIBLE state for kftraced on disable
by Steven Rostedt
· 17 years ago
e309b41
ftrace: remove notrace
by Ingo Molnar
· 17 years ago
caf8cde
ftrace: remove address of function names
by Steven Rostedt
· 17 years ago
9ff9cdb
ftrace: cleanups
by Ingo Molnar
· 17 years ago
4eebcc8
ftrace: disable tracing on failure
by Steven Rostedt
· 17 years ago
37ad5084
ftrace - fix dynamic ftrace memory leak
by Steven Rostedt
· 17 years ago
750ed1a
ftrace: timestamp syncing, prepare
by Ingo Molnar
· 17 years ago
4bf39a9
ftrace: cleanups
by Ingo Molnar
· 17 years ago
77a2b37
ftrace: startup tester on dynamic tracing.
by Steven Rostedt
· 17 years ago
c7aafc5
ftrace: cleanups
by Ingo Molnar
· 17 years ago
e1c08bd
ftrace: force recording
by Steven Rostedt
· 17 years ago
5072c59
ftrace: add filter select functions to trace
by Steven Rostedt
· 17 years ago
d61f82d
ftrace: use dynamic patching for updating mcount calls
by Steven Rostedt
· 17 years ago
3c1720f
ftrace: move memory management out of arch code
by Steven Rostedt
· 17 years ago
b0fc494
ftrace: add ftrace_enabled sysctl to disable mcount function
by Steven Rostedt
· 17 years ago
3d08339
ftrace: dynamic enabling/disabling of function calls
by Steven Rostedt
· 17 years ago
16444a8
ftrace: add basic support for gcc profiler instrumentation
by Arnaldo Carvalho de Melo
· 17 years ago