Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ba7d16c7794213b591a0ea415d975858d6a7dfd8
/
kernel
/
trace
/
trace_sched_wakeup.c
1329249
tracing: Make struct ring_buffer less ambiguous
by Steven Rostedt (VMware)
· 5 years ago
1c5eb44
tracing: Rename trace_buffer to array_buffer
by Steven Rostedt (VMware)
· 5 years ago
50f9ad6
kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail
by Kaitao Cheng
· 5 years ago
7b3c92b
sched/core: Convert get_task_struct() to return the task
by Matthew Wilcox (Oracle)
· 6 years ago
a35873a
tracing: Add conditional snapshot
by Tom Zanussi
· 6 years ago
f52d569
tracing: Show stacktrace for wakeup tracers
by Changbin Du
· 6 years ago
97f0a3b
tracing: Show more info for funcgraph wakeup tracers
by Changbin Du
· 6 years ago
9acd8de
function_graph: Support displaying relative timestamp
by Changbin Du
· 6 years ago
688f708
fgraph: Add new fgraph_ops structure to enable function graph hooks
by Steven Rostedt (VMware)
· 6 years ago
317e04ca
tracing: Rearrange functions in trace_sched_wakeup.c
by Steven Rostedt (VMware)
· 6 years ago
5cf99a0f
tracing/fgraph: Fix set_graph_function from showing interrupts
by Steven Rostedt (VMware)
· 6 years ago
8a103df
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1d48b08
sched/debug: Rename task-state printing helpers
by Peter Zijlstra
· 7 years ago
5f6ad26
sched/tracing: Use common task-state helpers
by Peter Zijlstra
· 7 years ago
a5a1d1c
clocksource: Use a plain u64 instead of cycle_t
by Thomas Gleixner
· 8 years ago
1a41442
tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too
by Steven Rostedt (Red Hat)
· 8 years ago
8d414bd
tracing: Allow wakeup_dl tracer to be used by instances
by Zhou Chengming
· 8 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
26ab2ef
tracing: report_latency() in trace_sched_wakeup.c can return boolean
by Yaowei Bai
· 9 years ago
c73464b
sched/core: Fix trace_sched_switch()
by Peter Zijlstra
· 9 years ago
983f938
tracing: Move trace_flags from global to a trace_array field
by Steven Rostedt (Red Hat)
· 9 years ago
8179e8a
tracing: Do not create function tracer options when not compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
729358d
tracing: Only create function graph options when it is compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
0390558
tracing: Move "display-graph" option to main options
by Steven Rostedt (Red Hat)
· 9 years ago
b7f0c95
tracing: Pass trace_array into trace_buffer_unlock_commit()
by Steven Rostedt (Red Hat)
· 9 years ago
fbd705a
sched: Introduce the 'trace_sched_waking' tracepoint
by Peter Zijlstra
· 10 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
3efb5f2
tracing: Remove unneeded includes of debugfs.h and fs.h
by Steven Rostedt (Red Hat)
· 10 years ago
243f761
tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer
by Steven Rostedt (Red Hat)
· 10 years ago
b1169cc
tracing: Remove mock up poll wait function
by Steven Rostedt (Red Hat)
· 11 years ago
65daaca7
tracing: Allow wakeup tracers to be used by instances
by Steven Rostedt (Red Hat)
· 11 years ago
6d9b3fa
tracing: Move tracing_max_latency into trace_array
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
bf6065b
tracing: Pass trace_array to flag_changed callback
by Steven Rostedt (Red Hat)
· 11 years ago
8c1a49a
tracing: Pass trace_array to set_flag callback
by Steven Rostedt (Red Hat)
· 11 years ago
2d3d891
sched/deadline: Add SCHED_DEADLINE inheritance logic
by Dario Faggioli
· 11 years ago
af6ace7
sched/deadline: Add latency tracing for SCHED_DEADLINE tasks
by Dario Faggioli
· 11 years ago
328df47
tracing: Add function-trace option to disable function tracing of latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
12883ef
tracing: Consolidate max_tr into main trace_array structure
by Steven Rostedt (Red Hat)
· 12 years ago
a7603ff
tracing: Replace the static global per_cpu arrays with allocated per_cpu
by Steven Rostedt
· 12 years ago
2b6080f
tracing: Encapsulate global_trace and remove dependencies on global vars
by Steven Rostedt
· 13 years ago
613f04a
tracing: Prevent buffer overwrite disabled for latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
6d49e35
propagate name change to comments in kernel source
by Nadia Yvette Chambers
· 12 years ago
f43c738
tracing: Change tracer's integer flags to bool
by Hiraku Toyooka
· 12 years ago
6f41567
tracing: Allow tracers to start at core initcall
by Steven Rostedt
· 12 years ago
4740974
ftrace: Add default recursion protection for function tracing
by Steven Rostedt
· 12 years ago
a1e2e31
ftrace: Return pt_regs to function trace callback
by Steven Rostedt
· 13 years ago
2f5f6ad
ftrace: Pass ftrace_ops as third parameter to function trace callback
by Steven Rostedt
· 13 years ago
7e9a49e
tracing/latency: Fix header output for latency tracers
by Jiri Olsa
· 13 years ago
321e68b
tracing, function_graph: Remove dependency of abstime and duration fields on latency
by Jiri Olsa
· 14 years ago
b848914
ftrace: Implement separate user function filtering
by Steven Rostedt
· 14 years ago
7e40798
tracing: Fix compile issue for trace_sched_wakeup.c
by Steven Rostedt
· 14 years ago
542181d
tracing: Use one prologue for the wakeup tracer function tracers
by Steven Rostedt
· 14 years ago
7495a5b
tracing: Graph support for wakeup tracer
by Jiri Olsa
· 14 years ago
ef710e1
tracing: Shrink max latency ringbuffer if unnecessary
by KOSAKI Motohiro
· 15 years ago
5168ae5
tracing: Remove ftrace_preempt_disable/enable
by Steven Rostedt
· 15 years ago
38516ab
tracing: Let tracepoints have data passed to tracepoint callbacks
by Steven Rostedt
· 15 years ago
27a9da6
sched: Remove rq argument to the tracepoints
by Peter Zijlstra
· 15 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 15 years ago
edc35bd
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
by Thomas Gleixner
· 15 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 15 years ago
b5130b1
tracing: do not update tracing_max_latency when tracer is stopped
by Carsten Emde
· 15 years ago
41dfba4
tracing: remove unused local variables in tracer probe functions
by Carsten Emde
· 15 years ago
478142c3
tracing: do not grab lock in wakeup latency function tracing
by Steven Rostedt
· 15 years ago
2f26ebd
tracing: use timestamp to determine start of latency traces
by Steven Rostedt
· 15 years ago
9be2441
tracing/wakeup: move access to wakeup_cpu into spinlock
by Steven Rostedt
· 16 years ago
ad8d75f
tracing/events: move trace point headers into include/trace/events
by Steven Rostedt
· 16 years ago
301fd74
tracing: remove CALLER_ADDR2 from wakeup tracer
by Steven Rostedt
· 16 years ago
e9d25fe
tracing: have latency tracers set the latency format
by Steven Rostedt
· 16 years ago
6eaaa5d
tracing/core: use appropriate waiting on trace_pipe
by Frederic Weisbecker
· 16 years ago
73d8b8b
tracing: fix typing mistake in hint message and comments
by Wenji Huang
· 16 years ago
7be4215
trace: Remove unused trace_array_cpu parameter
by Arnaldo Carvalho de Melo
· 16 years ago
b3a8c34
trace_sched_wakeup: Remove unused variable
by Arnaldo Carvalho de Melo
· 16 years ago
f8ec106
wakeup-tracer: show scheduling data in output
by Steven Rostedt
· 16 years ago
3244351
trace: separate out rt tasks from wakeup tracer
by Steven Rostedt
· 16 years ago
5bc4564
trace: do not disable wake up tracer on output of trace
by Steven Rostedt
· 16 years ago
745b162
trace: set max latency variable to zero on default
by Steven Rostedt
· 16 years ago
468a15b
sched, trace: update trace_sched_wakeup()
by Peter Zijlstra
· 16 years ago
1c80025
tracing/ftrace: change the type of the init() callback
by Frederic Weisbecker
· 16 years ago
c76f069
ftrace: remove trace array ctrl
by Steven Rostedt
· 16 years ago
bbf5b1a
ftrace: remove ctrl_update method
by Steven Rostedt
· 16 years ago
9036990
ftrace: restructure tracing start/stop infrastructure
by Steven Rostedt
· 16 years ago
182e9f5
ftrace: insert in the ftrace_preempt_disable()/enable() functions
by Steven Rostedt
· 16 years ago
606576c
ftrace: rename FTRACE to FUNCTION_TRACER
by Steven Rostedt
· 16 years ago
3869705
ftrace: preempt disable over interrupt disable
by Steven Rostedt
· 16 years ago
3928a8a
ftrace: make work with new ring buffer
by Steven Rostedt
· 16 years ago
b07c3f1
ftrace: port to tracepoints
by Mathieu Desnoyers
· 16 years ago
e59494f
ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace)
by Steven Rostedt
· 16 years ago
ad59124
ftrace: start wakeup tracing after setting function tracer
by Steven Rostedt
· 17 years ago
7e18d8e
ftrace: add function tracing to wake up tracing
by Steven Rostedt
· 17 years ago
5b82a1b
Port ftrace to markers
by Mathieu Desnoyers
· 17 years ago
4fe8c30
ftrace: printk and trace irqsoff and wakeups
by Steven Rostedt
· 17 years ago
8ac0fca
ftrace: sched tracer fix
by Ingo Molnar
· 17 years ago
5742279
ftrace: add wakeup events to sched tracer
by Ingo Molnar
· 17 years ago
e309b41
ftrace: remove notrace
by Ingo Molnar
· 17 years ago
6fb44b7
ftrace: add trace_function api for other tracers to use
by Steven Rostedt
· 17 years ago
750ed1a
ftrace: timestamp syncing, prepare
by Ingo Molnar
· 17 years ago
Next »