Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-01-20  Mathieu DesnoyersFix: Use default visibility for tracepoint provider...
2020-12-10  Mathieu DesnoyersFix: event notifier: notification send should be a...
2020-12-10  Christophe BedardFix: ust-tracepoint: make sure to expand tracepoint...
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-26  Francis DeslauriersImplement capturing payload on event notifiers
2020-11-26  Francis DeslauriersAdd `interpreter_funcs` to `lttng_bytecode_runtime`
2020-11-26  Francis DeslauriersRename filter bytecode types and files
2020-11-26  Francis DeslauriersCleanup: Rename filter functions/fields to mention...
2020-11-26  Francis DeslauriersImplement event notifier
2020-10-14  Michael Jeansonport: fix endian and byteswap compat on FreeBSD
2020-04-24  Francis DeslauriersAdd compile time assertion that array and sequence...
2020-04-15  Mathieu Desnoyerstracepoint: Refactor representation of nested types
2020-04-15  Mathieu DesnoyersRemove has_strcpy check following probe provider versio...
2020-03-20  Francis DeslauriersRecord event as soon as one filters evaluates to TRUE
2020-03-19  Francis DeslauriersCleanup: ust-tracepoint-event.h: extract `__num_fields...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2018-09-27  Mathieu DesnoyersFix: check for event class/instance prototype mismatch
2018-02-09  Mathieu DesnoyersRemove duplicate provider name checks
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri build fix
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri with g++ compiled probes
2016-07-05  Philippe ProulxAdd ctf_enum_auto() for autoincrementing enumeration...
2016-06-30  Philippe ProulxFix: ctf_enum_value() does not work with g++
2016-05-31  Mathieu DesnoyersFix: don't generate 0-len array in tracepoint probes
2016-05-10  Mathieu DesnoyersCleanup: add static for internal symbols
2016-05-06  Mathieu DesnoyersTracepoint: add ctf array for network byte order integers
2016-05-06  Mathieu DesnoyersTracepoint: add ctf sequence for network byte order...
2016-04-26  Mathieu DesnoyersFix: endianness of integers received by filter
2016-03-21  Mathieu DesnoyersFix: convey enum value signedness into metadata
2016-02-18  Philippe ProulxOutput "(null)" when ctf_string()'s arg is NULL
2016-02-17  Mathieu DesnoyersFix: disable use of __builtin_return_address(0) on...
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2015-07-01  Philippe ProulxAdd ctf_sequence_hex() macro
2015-06-10  Mathieu DesnoyersAllow TP_IP_PARAM arg name to be configured
2015-06-09  Mathieu DesnoyersFix: fetch caller address from tracef()
2014-11-12  Mathieu DesnoyersFix coverity warning about sizeof(void **) != sizeof...
2014-07-07  Paul WoegererAdd lttng_ust_notrace to static inline functions
2014-04-15  Mathieu DesnoyersFix: pad strings that are modified concurrently with...
2014-02-28  Mathieu DesnoyersFix: Cast from pointer to different integer size warning
2013-12-16  Mathieu DesnoyersFix: baddr_statedump tracepoint registration
2013-11-14  Paul WoegererImplement base-address-state tracing
2013-07-10  Mathieu Desnoyerscallsite: add "ip" context
2013-06-18  Mathieu DesnoyersClarify probe registration documentation/errors
2013-05-30  Zifei TongAllow tracepoint providers to be compiled with g++
2013-05-08  Mathieu DesnoyersFix: add provider ABI compatibility check
2013-02-26  Mathieu DesnoyersUse tp rcu link test in provider
2013-02-26  Mathieu DesnoyersRemove direct dependency of probes on urcu-bp
2012-12-05  Mathieu DesnoyersUpdate license text
2012-12-03  Mathieu DesnoyersFix: handle enablers without bytecode
2012-11-26  Mathieu DesnoyersPrint probe provider mismatch error even without -Wsyst...
2012-11-22  Mathieu DesnoyersFilter: use only single lower bit of filter return...
2012-11-22  Mathieu Desnoyersfilters: perform union rather than intersection
2012-11-22  Mathieu DesnoyersImplement support for overlapping wildcard/events
2012-11-22  Mathieu DesnoyersCleanup: add lttng_/lttng-/LTTNG_ prefixes
2012-11-22  Mathieu DesnoyersFilter iteration: iterate on list of filters
2012-11-07  Mathieu DesnoyersFix: add const qualifier for filter local void *
2012-11-07  Mathieu DesnoyersFix: re-allow non-lvalue string, sequence, array parameters
2012-09-20  Mathieu DesnoyersAdd support for model.emf.uri event info
2012-09-07  Mathieu DesnoyersFix: backward compatibility with UST 2.0 app probes
2012-09-04  Mathieu DesnoyersFix filter: pointer to string, not string, should be...
2012-08-16  Mathieu DesnoyersFix: 32-bit x86 strict-aliasing warnings
2012-07-18  Paul WoegererMake lttng-ust robust against -finstrument-functions.
2012-07-13  Mathieu DesnoyersTRACEPOINT_EVENT: add *_nowrite fields for filter
2012-07-12  Mathieu DesnoyersImplement filter bytecode interpreter and linker
2012-07-08  Mathieu DesnoyersFilter: prepare filter stack data
2012-07-08  Mathieu DesnoyersWrap dynamic len array into stackvar union
2012-06-19  Mathieu DesnoyersFix C99 strict compatibility: don't use void * for...
2012-06-12  Mathieu DesnoyersFix strict ISO-C compatibility for ust-tracepoint-event...
2012-06-05  Mathieu DesnoyersFix: perform macro expansion on tracepoint signatures
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: keep event probe signature, for use by event probe...
2012-02-04  Mathieu DesnoyersFix static provider linking: introduce TRACEPOINT_PROBE...
2012-02-02  Mathieu DesnoyersImplement loglevels as event and wildcard attributes
2012-02-02  Mathieu DesnoyersUpdate loglevel ABI: only loglevel value/enum is known...
2012-02-01  Mathieu DesnoyersPre-assign fixed loglevels
2011-12-03  Mathieu DesnoyersIncrease tracepoint provider:name len limit to 255...
2011-11-30  Mathieu DesnoyersTracepoint loglevel: setup all loglevel information...
2011-11-26  Mathieu DesnoyersRename TP_LOGLEVEL to tp_loglevel
2011-11-23  Mathieu DesnoyersImplement tracepoint loglevel macros
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-18  Mathieu Desnoyersust-tracepoint-event: fix probe creation
2011-11-18  Mathieu DesnoyersImplement ust-tracepoint-events under MIT license
2011-11-18  Mathieu DesnoyersBasic tracepoint event implementation
2011-11-17  Mathieu DesnoyersRemove all LGPL-licensed headers
2011-11-13  Mathieu DesnoyersTracepoint API change: combine TP_PROTO and TP_VARS...
2011-11-11  Mathieu DesnoyersTracepoints: add provider mismatch check
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-08  Mathieu DesnoyersTracepoint API change: add provider field
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
This page took 0.27733 seconds and 101 git commands to generate.