HomeSort by relevance Sort by last modified time
    Searched full:wake_event (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/
builtin-timechart.c 65 struct wake_event;
148 struct wake_event { struct
149 struct wake_event *next;
156 static struct wake_event *wake_events;
435 struct wake_event *we;
439 we = malloc(sizeof(struct wake_event));
443 memset(we, 0, sizeof(struct wake_event));
698 struct wake_event *we;

Completed in 193 milliseconds