list-notifier-subscribers list-object-references
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

list-notifiers

Synopsis

list-notifiers [-global|object|"class"] ["name"] [-a] [-u] ["substr"]

Description

Print a list of available notifiers, with names that can be used in commands such as wait-for.

If -global is specified, the list contains the names of available global notifiers.

Otherwise, the list contains registered notifiers on object or class, or registered notifiers on all classes, if the object and class parameters are omitted. Each entry in the output contains the notifier name, notifier class, notifier description and the list of objects of that class. By default, if no class or object is specified, then notifiers that are pre-defined on all classes are not shown; they can be displayed using the -a flag. Also, by default only notifiers on classes with at least one object are displayed, unless -u is specified.

If name is specified, display data about this notifier only, ignoring -global and -a.

The substr argument can be used to print matching notifier names only.

Provided By

Simics Core

See Also

<bp-manager.notify>.wait-for, list-haps, list-notifier-subscribers
list-notifier-subscribers list-object-references