aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_sched_wakeup.c
AgeCommit message (Expand)Author
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde
2009-09-09tracing: do not grab lock in wakeup latency function tracingSteven Rostedt
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt
2009-04-23tracing/wakeup: move access to wakeup_cpu into spinlockSteven Rostedt
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo
2009-01-29trace_sched_wakeup: Remove unused variableArnaldo Carvalho de Melo
2009-01-22wakeup-tracer: show scheduling data in outputSteven Rostedt
2009-01-22trace: separate out rt tasks from wakeup tracerSteven Rostedt
2009-01-22trace: do not disable wake up tracer on output of traceSteven Rostedt
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker
2008-11-08ftrace: remove trace array ctrlSteven Rostedt
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt
2008-11-04ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt