Home
last modified time | relevance | path

Searched refs:tracepoint_path (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dtrace-event-info.c35 struct tracepoint_path { struct
38 struct tracepoint_path *next; argument
152 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list()
169 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system()
232 static int record_ftrace_files(struct tracepoint_path *tps) in record_ftrace_files()
250 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list()
261 static int record_event_files(struct tracepoint_path *tps) in record_event_files()
399 put_tracepoints_path(struct tracepoint_path *tps) in put_tracepoints_path()
402 struct tracepoint_path *t = tps; in put_tracepoints_path()
411 static struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
[all …]