Searched defs:system (Results 1 – 7 of 7) sorted by relevance
/kernel/trace/ |
D | trace_events.c | 46 static inline int system_refcount(struct event_subsystem *system) in system_refcount() 51 static int system_refcount_inc(struct event_subsystem *system) in system_refcount_inc() 56 static int system_refcount_dec(struct event_subsystem *system) in system_refcount_dec() 645 static void __put_system(struct event_subsystem *system) in __put_system() 663 static void __get_system(struct event_subsystem *system) in __get_system() 842 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event() 1097 struct event_subsystem *system = dir->subsystem; in system_enable_read() local 1142 struct event_subsystem *system = dir->subsystem; in system_enable_write() local 1392 struct event_subsystem *system = NULL; in subsystem_open() local 1486 struct event_subsystem *system = dir->subsystem; in subsystem_filter_read() local [all …]
|
D | trace_dynevent.c | 37 char *system = NULL, *event, *p; in dyn_event_release() local
|
D | trace_events_hist.c | 132 char *system; member 430 static bool synth_event_match(const char *system, const char *event, in synth_event_match() 605 const char *system = NULL, *name = NULL; in last_cmd_set() local 1789 char *system, in find_var_file() 1852 char *system = data->match_data.event_system; in find_match_var() local 1874 char *system, in find_event_var() 2604 char *system, char *event_name) in init_var_ref() 2675 char *system, char *event_name) in create_var_ref() 2734 char *system, char *event_name, in local_field_var_ref() 2761 char *system, char *event_name, in parse_var_ref() [all …]
|
D | trace_events_filter.c | 992 void print_subsystem_event_filter(struct event_subsystem *system, in print_subsystem_event_filter() 1851 struct event_subsystem *system = dir->subsystem; in apply_subsystem_event_filter() local
|
D | trace_events_trigger.c | 1359 const char *system; in event_enable_trigger_func() local
|
D | trace_kprobe.c | 163 static bool trace_kprobe_match(const char *system, const char *event, in trace_kprobe_match()
|
D | trace_uprobe.c | 326 static bool trace_uprobe_match(const char *system, const char *event, in trace_uprobe_match()
|