Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-09tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)
2016-02-15tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-01-13Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-01-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-12-23tracing: Introduce TRACE_EVENT_FN_COND macroDenis Kirjanov
2015-12-08rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney
2015-12-06tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen
2015-11-03tracepoints: Fix documentation of RCU lockdep checksMathieu Desnoyers
2015-10-26tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)
2015-10-21tracing: Allow disabling compilation of specific trace systemsTal Shorer
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)
2015-02-08tracing: Add condition check to RCU lockdep checksSteven Rostedt (Red Hat)
2014-09-10tracing: generate RCU warnings even when tracepoints are disabledDave Hansen
2014-08-08tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt
2014-05-07tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers
2014-04-09tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)
2014-04-09tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
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-04tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-02tracepoint: comment fix "binay" -> "binary"Viresh Kumar
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra
2013-06-21tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt
2013-06-11trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney
2012-09-12trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett
2012-07-06tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-13tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt
2011-08-11Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-01-08tracepoint: Add __rcu annotationLai Jiangshan
2011-01-08tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers
2010-12-03tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker
2010-09-23jump label: Tracepoint support for jump labelsJason Baron
2010-06-21tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt
2010-03-16rcu: Fix tracepoints & lockdep false positiveLai Jiangshan
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar
2009-11-25tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt
2009-11-25tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt
2009-09-23tracing: Fix a comment and a trivial format issue in tracepoint.hLi Hong
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt
2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong