summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-091-0/+12
* tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming2016-11-141-0/+1
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-61/+59
|\
| * tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai2015-11-021-4/+4
| * tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-13/+13
| * tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-291-14/+28
| * tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)2015-09-291-2/+4
| * tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)2015-09-291-32/+14
| * tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-251-2/+2
* | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+1
|/
* sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-031-1/+1
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-2/+0
* tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)2014-11-111-0/+56
* tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)2014-04-301-2/+0
* tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)2014-04-211-0/+16
* tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)2014-04-211-6/+6
* ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)2014-04-211-22/+18
* tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)2014-02-201-1/+3
* tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-201-2/+4
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
* sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2014-01-131-4/+60
* tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-151-10/+53
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-8/+8
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-7/+7
* tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt2013-03-151-4/+4
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-141-5/+13
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-311-4/+4
* | tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-311-1/+1
|/
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-1/+1
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-1/+2
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-1/+1
* tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-071-1/+12
* tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa2011-06-141-1/+3
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-181-0/+1
* tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt2010-10-191-2/+1
* tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt2010-10-181-52/+50
* tracing: Graph support for wakeup tracerJiri Olsa2010-10-181-10/+221
* tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro2010-07-211-0/+2
* tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-031-3/+2
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-13/+15
* sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-3/+2
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-6/+6
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-2/+2
* tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-121-2/+4