Lines Matching full:systems
7 tracefs_event_is_enabled - Work with trace systems and events.
34 Trace systems and events related APIs.
37 names of all registered trace systems, located in the given _tracing_dir_
39 for the trace systems of the local machine, or it may be a path to a copy
46 or the location of the tracefs mount point for the trace systems of the
56 If _system_ is NULL, then all systems are searched and any event within
71 in all the systems that _system_ and return the enable state of those events.
73 in all systems that match _event_ and return their enabled state. If both _system_
108 char **systems = tracefs_event_systems(NULL);
110 if (systems) {
112 /* Got registered trace systems from the top trace instance */
113 while (systems[i]) {
114 char **events = tracefs_system_events(NULL, systems[i]);
127 tracefs_list_free(systems);