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

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 308 struct func_map { struct
323 const struct func_map *fa = a;
324 const struct func_map *fb = b;
340 const struct func_map *fa = a;
341 const struct func_map *fb = b;
359 struct func_map *func_map; local
362 func_map = malloc(sizeof(*func_map) * (pevent->func_count + 1));
363 if (!func_map)
    [all...]
event-parse.h 379 struct func_map;
409 struct func_map *func_map; member in struct:pevent

Completed in 40 milliseconds