Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.h293 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument
294 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
Dunwind-libunwind-local.c102 type *__p = (type *) ptr; \
104 if ((__p + 1) > (type *) end) \
106 __v = *__p++; \
107 ptr = (typeof(ptr)) __p; \
Dprobe-event.c2356 ({ char *__p = NULL; if (str && !(__p = strdup(str))) goto label; __p; })