aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/tracepoint.c
AgeCommit message (Expand)Author
2014-06-21tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov
2014-06-21tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov
2014-06-04kernel/tracepoint.c: kernel-doc fixesFabian Frederick
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers
2014-04-08tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-03-21tracepoint: Remove unused API functionsMathieu Desnoyers
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-03-11tracepoints: API doc update to tracepoint_probe_register() return valueMathieu Desnoyers
2014-03-11tracepoints: API doc update to data argumentMathieu Desnoyers
2014-03-07tracing: Warn if a tracepoint is not set via debugfsSteven Rostedt
2014-03-03tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-19tracepoints: Prevent null probe from being addedSahara
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-01-16tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2010-10-18jump_label: Use more consistent namingPeter Zijlstra
2010-09-22jump label: Tracepoint support for jump labelsJason Baron
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha
2009-08-13tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architecturesIngo Molnar
2009-08-11tracing: Add syscall tracepointsJason Baron
2009-03-18tracepoints: dont update zero-sized tracepoint sectionsIngo Molnar
2009-03-18tracing: fix oops in tracepoint_update_probe_range()Jaswinder Singh Rajput
2008-11-16markers/tracpoints: fix non-modular buildIngo Molnar
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers
2008-11-16tracepoints: fix disableMathieu Desnoyers
2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan
2008-11-03tracepoint: simplification for tracepoints using RCULai Jiangshan
2008-10-27tracepoint: check if the probe has been registeredFrederic Weisbecker
2008-10-14tracepoints: fix reentrancyMathieu Desnoyers
2008-10-14tracepoints: use rcu schedMathieu Desnoyers
2008-10-14tracepoints: use TABLE_SIZE macroMathieu Desnoyers
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers