Actions
Bug #126
closedlttng.h documentation only talk about "kernel" for many functions
Start date:
02/27/2012
Due date:
% Done:
100%
Estimated time:
Description
Like you can see on the portion of code below, the documentation in lttng.h only refers to "kernel" for many functions that are used for both kernel or ust.
/* * Create or enable a kernel event (or events) for a channel. * * If the event you are trying to enable does not exist, it will be created, * else it is enabled. * If event_name is NULL, all events are enabled. * If channel_name is NULL, the default channel is used (channel0). */ extern int lttng_enable_event(struct lttng_handle *handle, struct lttng_event *ev, const char *channel_name);
Updated by David Goulet over 12 years ago
- Status changed from New to Confirmed
- Assignee set to Raphaël Beamonte
Patches welcome :)
Updated by Anonymous over 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset c8f61fc6a881c402df23844b5311d3ff0178df79.
Actions