Implement filtering infrastructure
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 Nov 2014 22:21:59 +0000 (17:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Apr 2015 20:41:45 +0000 (16:41 -0400)
commit07dfc1d0e4b093ad02682499a702dc11e54e8302
treedb718daa66513f0806f5d13a5c47cbdb2d78c04d
parent4ecb5ad551c82311205afbcda492739a08d6b132
Implement filtering infrastructure

Implement filtering infrastructure in the enablers. It is not yet active
in the tracepoint probes, since we need to modify the
LTTNG_TRACEPOINT_EVENT() to follow lttng-ust more closely beforehand.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
Makefile
filter-bytecode.h [new file with mode: 0644]
lttng-abi.c
lttng-abi.h
lttng-context-vpid.c
lttng-context.c
lttng-events.c
lttng-events.h
lttng-filter-interpreter.c [new file with mode: 0644]
lttng-filter-specialize.c [new file with mode: 0644]
lttng-filter-validator.c [new file with mode: 0644]
lttng-filter.c [new file with mode: 0644]
lttng-filter.h [new file with mode: 0644]
This page took 0.026741 seconds and 4 git commands to generate.