aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian1-0/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-2/+2
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-0/+1
2021-06-30tracing: Change variable type as bool for clean-upAustin Kim1-12/+12
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-38/+33
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-10/+10
2020-01-03kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-2/+1
2019-02-20tracing: Add conditional snapshotTom Zanussi1-1/+1
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du1-0/+2
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du1-1/+4
2019-02-06function_graph: Support displaying relative timestampChangbin Du1-1/+1
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)1-9/+7
2018-12-08tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)1-142/+130
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)1-0/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra1-4/+4
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra1-4/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)1-0/+12
2016-11-14tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming1-0/+1
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-61/+59
2015-11-02tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai1-4/+4
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra1-1/+1
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-13/+13
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)1-14/+28
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)1-2/+4
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)1-32/+14
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)1-2/+2
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra1-1/+1
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-2/+2
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)1-2/+0
2014-11-11tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)1-0/+56
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)1-2/+0
2014-04-21tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)1-0/+16
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)1-6/+6
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)1-22/+18
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)1-1/+3
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)1-2/+4
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-0/+1
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli1-4/+60
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven 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/jik...Linus 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 ...Jiri 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
2008-10-14ftrace: make work with new ring bufferSteven Rostedt1-1/+1
2008-10-14ftrace: port to tracepointsMathieu Desnoyers1-101/+34
2008-07-18ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_...Steven Rostedt1-11/+16
2008-07-11ftrace: start wakeup tracing after setting function tracerSteven Rostedt1-1/+2
2008-05-26ftrace: add function tracing to wake up tracingSteven Rostedt1-1/+66
2008-05-23Port ftrace to markersMathieu Desnoyers1-6/+100
2008-05-23ftrace: printk and trace irqsoff and wakeupsSteven Rostedt1-13/+0
2008-05-23ftrace: sched tracer fixIngo Molnar1-10/+3
2008-05-23ftrace: add wakeup events to sched tracerIngo Molnar1-1/+1
2008-05-23ftrace: remove notraceIngo Molnar1-14/+14
2008-05-23ftrace: add trace_function api for other tracers to useSteven Rostedt1-2/+3
2008-05-23ftrace: timestamp syncing, prepareIngo Molnar1-2/+2
2008-05-23ftrace: cleanupsIngo Molnar1-12/+6
2008-05-23ftrace: add self-testsSteven Rostedt1-0/+3
2008-05-23ftrace: tracer for scheduler wakeup latencySteven Rostedt1-0/+310