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

  /external/linux-tools-perf/util/
parse-events.h 26 extern struct tracepoint_path *tracepoint_id_to_path(u64 config);
trace-event-info.c 495 ppath->next = tracepoint_id_to_path(pos->attr.config);
parse-events.c 166 struct tracepoint_path *tracepoint_id_to_path(u64 config) function
240 path = tracepoint_id_to_path(config);

Completed in 68 milliseconds