Searched defs:system (Results 1 – 12 of 12) sorted by relevance
| /kernel/trace/ |
| D | trace_events.c | 56 static inline int system_refcount(struct event_subsystem *system) in system_refcount() 61 static int system_refcount_inc(struct event_subsystem *system) in system_refcount_inc() 66 static int system_refcount_dec(struct event_subsystem *system) in system_refcount_dec() 1080 static void __put_system(struct event_subsystem *system) in __put_system() 1098 static void __get_system(struct event_subsystem *system) in __get_system() 1287 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event() 1311 int trace_array_set_clr_event(struct trace_array *tr, const char *system, in trace_array_set_clr_event() 1602 struct event_subsystem *system = dir->subsystem; in system_enable_read() local 1648 struct event_subsystem *system = dir->subsystem; in system_enable_write() local 1915 struct event_subsystem *system = NULL; in subsystem_open() local [all …]
|
| D | trace_events_hist.c | 175 char *system; member 775 const char *system = NULL, *name = NULL; in last_cmd_set() local 1148 char *system, in find_var_file() 1211 char *system = data->match_data.event_system; in find_match_var() local 1233 char *system, in find_event_var() 2093 char *system, char *event_name) in init_var_ref() 2183 char *system, char *event_name) in create_var_ref() 2244 char *system, char *event_name, in local_field_var_ref() 2271 char *system, char *event_name, in parse_var_ref() 2913 char *system, char *event_name) in event_file() [all …]
|
| D | trace_eprobe.c | 127 static bool eprobe_dyn_event_match(const char *system, const char *event, in eprobe_dyn_event_match() 772 find_and_get_event(const char *system, const char *event_name) in find_and_get_event()
|
| D | trace_dynevent.c | 75 char *system = NULL, *event, *p; in dyn_event_release() local
|
| D | trace_events_filter.c | 1267 void print_subsystem_event_filter(struct event_subsystem *system, in print_subsystem_event_filter() 2403 struct event_subsystem *system = dir->subsystem; in apply_subsystem_event_filter() local
|
| D | trace_fprobe.c | 110 static bool trace_fprobe_match(const char *system, const char *event, in trace_fprobe_match()
|
| D | trace_events_trigger.c | 1773 const char *system; in event_enable_trigger_parse() local
|
| D | trace_probe.c | 2096 find_trace_event_call(const char *system, const char *event_name) in find_trace_event_call()
|
| D | trace_uprobe.c | 305 static bool trace_uprobe_match(const char *system, const char *event, in trace_uprobe_match()
|
| D | trace_events_synth.c | 119 static bool synth_event_match(const char *system, const char *event, in synth_event_match()
|
| D | trace_kprobe.c | 169 static bool trace_kprobe_match(const char *system, const char *event, in trace_kprobe_match()
|
| D | trace_events_user.c | 1921 static bool user_event_match(const char *system, const char *event, in user_event_match()
|