Initial import
[lttng-docs.git] / contents / understanding-lttng / core-concepts / domain.md
CommitLineData
5e0cbfb0
PP
1---
2id: domain
3---
4
5A tracing _domain_ is the official term the LTTng project uses to
6designate a tracer category.
7
8There are currently three known domains:
9
10 * Linux kernel
11 * user space
12 * Java Util Logging (JUL)
13
14Different tracers expose common features in their own interfaces, but,
15from a user's perspective, you still need to target a specific type of
16tracer to perform some actions. For example, since both kernel and user
17space tracers support named tracepoints (probes manually inserted in
18source code), you need to specify which one is concerned when enabling
19an event because both domains could have existing events with the same
20name.
21
22Some features are not available in all domains. Filtering enabled
23events using custom expressions, for example, is currently not
24supported in the kernel domain, but support could be added in the
25future.
This page took 0.035201 seconds and 4 git commands to generate.