| H A D | trace_events.c | 56 static inline int system_refcount(struct event_subsystem *system) in system_refcount() argument 58 return system->ref_count; in system_refcount() 61 static int system_refcount_inc(struct event_subsystem *system) in system_refcount_inc() argument 63 return system->ref_count++; in system_refcount_inc() 66 static int system_refcount_dec(struct event_subsystem *system) in system_refcount_dec() argument 68 return --system->ref_count; in system_refcount_dec() 900 char *system; 909 kfree(event_mod->system); in free_event_mod() 924 const char *match, const char *system, const char *event) in remove_cache_mod() 936 if (system in remove_cache_mod() 898 char *system; global() member 922 remove_cache_mod(struct trace_array * tr,const char * mod,const char * match,const char * system,const char * event) remove_cache_mod() argument 950 cache_mod(struct trace_array * tr,const char * mod,int set,const char * match,const char * system,const char * event) cache_mod() argument 1001 cache_mod(struct trace_array * tr,const char * mod,int set,const char * match,const char * system,const char * event) cache_mod() argument 1207 __put_system(struct event_subsystem * system) __put_system() argument 1225 __get_system(struct event_subsystem * system) __get_system() argument 1454 trace_set_clr_event(const char * system,const char * event,int set) trace_set_clr_event() argument 1478 trace_array_set_clr_event(struct trace_array * tr,const char * system,const char * event,bool enable) trace_array_set_clr_event() argument 1668 const char *system; s_show() local 1847 trace_events_enabled(struct trace_array * tr,const char * system) trace_events_enabled() argument 1887 struct event_subsystem *system = dir->subsystem; system_enable_read() local 1908 struct event_subsystem *system = dir->subsystem; system_enable_write() local 2175 struct event_subsystem *system = NULL; subsystem_open() local 2266 struct event_subsystem *system = dir->subsystem; subsystem_filter_read() local 2727 struct event_subsystem *system; create_new_subsystem() local 2775 struct event_subsystem *system, *iter; event_subsystem_dir() local 3450 const char *system; event_in_systems() local 3853 __find_event_file(struct trace_array * tr,const char * system,const char * event) __find_event_file() argument 3876 find_event_file(struct trace_array * tr,const char * system,const char * event) find_event_file() argument 3909 trace_get_event_file(const char * instance,const char * system,const char * event) trace_get_event_file() argument 4159 const char *system; event_enable_func() local 4715 struct event_subsystem *system; event_trace_self_tests() local [all...] |