HomeSort by relevance Sort by last modified time
    Searched refs:tracepoint_path (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
parse-events.h 20 struct tracepoint_path { struct
23 struct tracepoint_path *next;
26 extern struct tracepoint_path *tracepoint_id_to_path(u64 config);
trace-event-info.c 299 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps)
310 static void copy_event_system(const char *sys, struct tracepoint_path *tps)
366 static void read_ftrace_files(struct tracepoint_path *tps)
377 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps)
388 static void read_event_files(struct tracepoint_path *tps)
484 static struct tracepoint_path *
487 struct tracepoint_path path, *ppath = &path;
518 struct tracepoint_path *tps = get_tracepoints_path(pattrs);
parse-events.c 166 struct tracepoint_path *tracepoint_id_to_path(u64 config)
168 struct tracepoint_path *path = NULL;
238 struct tracepoint_path *path;

Completed in 422 milliseconds