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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c 82 #define dw_read(ptr, type, end) ({ \ macro
103 *val = dw_read(cur, unsigned long, end);
124 *val += dw_read(cur, s32, end);
127 *val += dw_read(cur, u32, end);
130 *val += dw_read(cur, s64, end);
133 *val += dw_read(cur, u64, end);

Completed in 60 milliseconds