aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-15tracing: Add function-trace option to disable function tracing of latency tracersSteven Rostedt (Red Hat)1-10/+53
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-8/+8
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-7/+7
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt1-4/+4
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)1-5/+13
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka1-4/+4
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-1/+1
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-1/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-1/+2
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-1/+1
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa1-1/+12
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on latencyJiri Olsa1-1/+3
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-0/+1
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt1-2/+1
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt1-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa1-10/+221
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro1-0/+2
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-3/+2
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-13/+15
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-3/+2
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde1-2/+4
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde1-10/+0
2009-09-09tracing: do not grab lock in wakeup latency function tracingSteven Rostedt1-14/+22
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt1-5/+2
2009-04-23tracing/wakeup: move access to wakeup_cpu into spinlockSteven Rostedt1-3/+3
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt1-1/+7
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt1-0/+8
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker1-0/+1
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang1-1/+1
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo1-7/+5
2009-01-29trace_sched_wakeup: Remove unused variableArnaldo Carvalho de Melo1-4/+1
2009-01-22wakeup-tracer: show scheduling data in outputSteven Rostedt1-3/+8
2009-01-22trace: separate out rt tasks from wakeup tracerSteven Rostedt1-2/+32
2009-01-22trace: do not disable wake up tracer on output of traceSteven Rostedt1-31/+2
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt1-0/+1
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra1-1/+1
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker1-1/+2
2008-11-08ftrace: remove trace array ctrlSteven Rostedt1-8/+4
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt1-9/+0
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt1-5/+34
2008-11-04ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt1-11/+2
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-2/+2
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt1-3/+10