summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: remove unused local variables in tracer probe functionsCarsten Emde2009-09-121-10/+0
* tracing: do not grab lock in wakeup latency function tracingSteven Rostedt2009-09-091-14/+22
* tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-041-5/+2
* tracing/wakeup: move access to wakeup_cpu into spinlockSteven Rostedt2009-04-231-3/+3
* tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt2009-04-071-1/+7
* tracing: have latency tracers set the latency formatSteven Rostedt2009-03-041-0/+8
* tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker2009-02-181-0/+1
* tracing: fix typing mistake in hint message and commentsWenji Huang2009-02-171-1/+1
* trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo2009-02-051-7/+5
* trace_sched_wakeup: Remove unused variableArnaldo Carvalho de Melo2009-01-291-4/+1
* wakeup-tracer: show scheduling data in outputSteven Rostedt2009-01-221-3/+8
* trace: separate out rt tasks from wakeup tracerSteven Rostedt2009-01-221-2/+32
* trace: do not disable wake up tracer on output of traceSteven Rostedt2009-01-221-31/+2
* trace: set max latency variable to zero on defaultSteven Rostedt2009-01-161-0/+1
* sched, trace: update trace_sched_wakeup()Peter Zijlstra2008-12-251-1/+1
* tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-161-1/+2
* ftrace: remove trace array ctrlSteven Rostedt2008-11-081-8/+4
* ftrace: remove ctrl_update methodSteven Rostedt2008-11-081-9/+0
* ftrace: restructure tracing start/stop infrastructureSteven Rostedt2008-11-061-5/+34
* ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt2008-11-041-11/+2