aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/tracepoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+13
2013-04-19tracepoints: Prevent null probe from being addedSahara1-8/+13
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-10/+10
2012-01-16tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt1-3/+4
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers1-22/+147
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-14/+9
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers1-15/+16
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-3/+3
2010-09-22jump label: Tracepoint support for jump labelsJason Baron1-2/+12
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-40/+51
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner1-1/+3
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-5/+9
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone1-1/+1
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-2/+2
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha1-3/+0
2009-08-13tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architecturesIngo Molnar1-0/+3
2009-08-11tracing: Add syscall tracepointsJason Baron1-0/+38
2009-03-18tracepoints: dont update zero-sized tracepoint sectionsIngo Molnar1-3/+1
2009-03-18tracing: fix oops in tracepoint_update_probe_range()Jaswinder Singh Rajput1-2/+7
2008-11-16markers/tracpoints: fix non-modular buildIngo Molnar1-0/+4
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers1-0/+29
2008-11-16tracepoints: fix disableMathieu Desnoyers1-0/+1
2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan1-38/+132
2008-11-03tracepoint: simplification for tracepoints using RCULai Jiangshan1-74/+37
2008-10-27tracepoint: check if the probe has been registeredFrederic Weisbecker1-0/+8
2008-10-14tracepoints: fix reentrancyMathieu Desnoyers1-0/+4
2008-10-14tracepoints: use rcu schedMathieu Desnoyers1-9/+6
2008-10-14tracepoints: use TABLE_SIZE macroMathieu Desnoyers1-3/+3
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-0/+476