Lines Matching refs:tracepoint_path
36 struct tracepoint_path {
39 struct tracepoint_path *next;
144 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps)
161 static int copy_event_system(const char *sys, struct tracepoint_path *tps)
224 static int record_ftrace_files(struct tracepoint_path *tps)
242 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps)
253 static int record_event_files(struct tracepoint_path *tps)
391 put_tracepoints_path(struct tracepoint_path *tps)
394 struct tracepoint_path *t = tps;
403 static struct tracepoint_path *tracepoint_id_to_path(u64 config)
405 struct tracepoint_path *path = NULL;
471 struct tracepoint_path *path = tracepoint_id_to_path(config);
481 static struct tracepoint_path *tracepoint_name_to_path(const char *name)
483 struct tracepoint_path *path = zalloc(sizeof(*path));
503 static struct tracepoint_path *
506 struct tracepoint_path path, *ppath = &path;
594 struct tracepoint_path *tps;