Searched refs:tracepoint_path (Results 1 – 3 of 3) sorted by relevance
162 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list()173 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system()240 static int record_ftrace_files(struct tracepoint_path *tps) in record_ftrace_files()258 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list()269 static int record_event_files(struct tracepoint_path *tps) in record_event_files()383 put_tracepoints_path(struct tracepoint_path *tps) in put_tracepoints_path()386 struct tracepoint_path *t = tps; in put_tracepoints_path()395 static struct tracepoint_path *398 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path()486 struct tracepoint_path *tps; in tracing_data_get()
19 struct tracepoint_path { struct22 struct tracepoint_path *next; argument25 extern struct tracepoint_path *tracepoint_id_to_path(u64 config);26 extern struct tracepoint_path *tracepoint_name_to_path(const char *name);
172 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()174 struct tracepoint_path *path = NULL; in tracepoint_id_to_path()237 struct tracepoint_path *tracepoint_name_to_path(const char *name) in tracepoint_name_to_path()239 struct tracepoint_path *path = zalloc(sizeof(*path)); in tracepoint_name_to_path()