Project

General

Profile

Actions

Bug #126

closed

lttng.h documentation only talk about "kernel" for many functions

Added by Raphaël Beamonte about 12 years ago. Updated about 12 years ago.

Status:
Resolved
Priority:
Normal
Target version:
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);
Actions #1

Updated by David Goulet about 12 years ago

  • Status changed from New to Confirmed
  • Assignee set to Raphaël Beamonte

Patches welcome :)

Actions #2

Updated by Raphaël Beamonte about 12 years ago

Patch sent to the mailing list.

Actions #3

Updated by Anonymous about 12 years ago

  • Status changed from Confirmed to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF