summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_sched_wakeup.c
AgeCommit message (Expand)Author
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)
2016-11-14tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-11-02tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2014-11-11tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)
2014-04-21tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)
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