]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Differentiate between multi-providers and meta-providers.
authorKris Van Hees <kris.van.hees@oracle.com>
Sun, 6 Jan 2013 09:51:59 +0000 (04:51 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Sun, 6 Jan 2013 10:34:58 +0000 (05:34 -0500)
commit31de040cdf62e70ad5da0f00bd62f5e2ecc33be7
tree9d3478c0565fffdef2d015a19f4ea52c9f8e2d53
parente795b7b2051b0ea3bdc232b1c97a3546316c98df
Differentiate between multi-providers and meta-providers.

Renamed and module init/exit macro to reflect that this is a multi-provider
module (i.e. one that registers multiple providers in one kernel module) rather
than a meta-provider (a module that dynamically creates providers on demand).
Also added the list of providers to register/unregister as a 2nd argument to
the macro rather than expecting that the list of providers will be provided by
a global variable with a specific name.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace.h
dtrace/sdt_mod.c