Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / tracepoint.h
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-24  Mathieu DesnoyersRemove backward compatibility for liburcu-bp
2021-02-24  Mathieu DesnoyersBump soname major to 1
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-06-30  Michael JeansonFix: support compile units including 'sys/sdt.h' withou...
2020-02-18  Mathieu DesnoyersFix: tracepoint.h: Disable address sanitizer on pointer...
2020-02-17  Francis DeslauriersCleanup: remove trailing white spaces across project
2018-09-05  Francis DeslauriersMove symbol preventing unloading of probe providers
2016-06-16  Mathieu DesnoyersFix: allow non-LGPL modules to use tracepoints
2016-05-25  Mathieu DesnoyersFix: initialize RCU callbacks with mixed LGPL/non-LGPL...
2016-05-25  Mathieu DesnoyersFix: incorrect structure layout with mixed LGPL/non...
2016-05-23  Mathieu DesnoyersFix: tracepoint header: declare tracepoint_dlopen_ptr
2016-05-23  Mathieu DesnoyersFix: work-around gcc optimisation oddness on 32-bit...
2016-03-15  Mathieu DesnoyersAdd tracepoint_disable_destructors()
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2015-10-15  Stelios BounanosFix: Don't (re)define STAP_PROBEV
2015-06-22  Mathieu DesnoyersFix: perform volatile load of tracepoint state
2015-03-27  Dmitri ShubinAdd tracepoint_enabled() macro
2014-09-23  Simon MarchiRename public structure to avoid collisions
2014-08-13  Mathieu DesnoyersFix: remove references to trace_printf()
2014-03-14  Zifei TongAdd 'unused' attribute to tracepoint callback
2013-10-31  Mathieu DesnoyersWarning cleanup: add missing padding initializer
2013-07-10  Mathieu Desnoyerscallsite: add "ip" context
2013-06-18  Mathieu DesnoyersTracepoint.h: replace assertion by fprintf and abort()
2013-04-18  Mathieu DesnoyersFix: tracepoint.h incorrect assumption about constructo...
2013-03-28  Mathieu DesnoyersFix: tracepoint instrumentation constructor order issue
2013-03-26  Mathieu DesnoyersPerformance: add unlikely to tracepoint dynamic linking...
2013-03-05  Mathieu DesnoyersFix: ensure all probe providers have their symbols
2012-12-05  Mathieu DesnoyersUpdate license text
2012-09-20  Mathieu DesnoyersAdd support for model.emf.uri event info
2012-07-18  Paul WoegererMake lttng-ust robust against -finstrument-functions.
2012-06-19  Mathieu DesnoyersFix C99 strict compatibility: don't use void * for...
2012-06-12  Mathieu DesnoyersFix: support -std=c99 in tracepoint macros
2012-06-11  Mathieu DesnoyersFix: tracepoint.h should not generate old-style definitions
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersFix: Add signature check in tracepoint activation
2012-03-01  Mathieu DesnoyersFix: add tracepoint signature at tracepoint definition...
2012-02-16  Mathieu DesnoyersFix comment in tracepoint.h
2012-02-13  Mathieu DesnoyersAdd missing comma to tracepoint STAP_PROBEV call
2012-02-10  Mathieu DesnoyersAdd sdt.h integration
2012-02-09  Mathieu DesnoyersFix tracepoint.h multiple .o within module/core exec...
2012-02-09  Mathieu Desnoyerstracepoint: name -> _name to fix possible namespace...
2012-02-07  Mathieu DesnoyersUpdate hardcoded loglevel
2012-02-04  Mathieu DesnoyersFix static provider linking: introduce TRACEPOINT_PROBE...
2012-02-02  Mathieu DesnoyersUpdate loglevel names
2012-02-02  Mathieu DesnoyersUpdate loglevel ABI: only loglevel value/enum is known...
2012-02-01  Mathieu DesnoyersPre-assign fixed loglevels
2011-12-22  Mathieu DesnoyersSplit liblttng-ust into liblttng-ust and liblttng-ust...
2011-12-14  Mathieu DesnoyersMake dlopen more robust by using the .0 target for...
2011-12-08  Mathieu DesnoyersFix dynamic linking with GNU gold linker
2011-12-07  Mathieu DesnoyersHandle _LGPL_SOURCE config
2011-12-05  Mathieu DesnoyersInclude lttng/tracepoint-types.h from tracepoint.h
2011-11-30  Mathieu DesnoyersTracepoint loglevel: setup all loglevel information...
2011-11-29  Mathieu DesnoyersTracepoint c++ support: cast void * to function pointer
2011-11-27  Mathieu DesnoyersAllow weak binding from instrumented apps to liblttng-ust
2011-11-26  Mathieu DesnoyersRename TP_LOGLEVEL to tp_loglevel
2011-11-23  Mathieu DesnoyersImplement tracepoint loglevel macros
2011-11-18  Mathieu DesnoyersFix tracepoint event related build errors
2011-11-17  Mathieu DesnoyersMore compile fixes
2011-11-17  Mathieu DesnoyersAdd missing extern to tracepoint.h
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-17  Mathieu DesnoyersRemove all LGPL-licensed headers
2011-11-17  Mathieu DesnoyersTracepoint: evaluate arguments within test block
2011-11-15  Mathieu Desnoyerstracepoint: support TP_ARGS(void)
2011-11-15  Mathieu DesnoyersFix multiple probe generation into one single C file
2011-11-13  Mathieu DesnoyersTracepoint API change: combine TP_PROTO and TP_VARS...
2011-11-11  Mathieu DesnoyersTracepoint API change: rename TRACEPOINT_SYSTEM to...
2011-11-11  Mathieu DesnoyersMerge branch 'master' of git.lttng.org:/home/git/lttng-ust
2011-11-11  Mathieu Desnoyerstracepoint API change: rename TP_ARGS to TP_VARS
2011-11-09  Mathieu DesnoyersImplement LTTNG_UST_TRACEPOINT_LIST
2011-11-08  Mathieu Desnoyersupdate char limit comment in tracepoint
2011-11-08  Mathieu DesnoyersTracepoint API change: add provider field
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
This page took 0.171867 seconds and 82 git commands to generate.