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

  /external/strace/xlat/
perf_attr_size.h 1 /* Generated by ./xlat/gen.sh from ./xlat/perf_attr_size.in; do not edit. */
23 # error static const struct xlat perf_attr_size in mpers mode
28 const struct xlat perf_attr_size[] = { variable in typeref:struct:xlat
  /external/strace/
perf.c 37 #include "xlat/perf_attr_size.h"
164 printxval(perf_attr_size, attr->size, "PERF_ATTR_SIZE_???");
170 printxval(perf_attr_size, new_size,
  /external/strace/tests/
perf_event_open.c 49 # include "xlat/perf_attr_size.h"
209 printxval(perf_attr_size, size, "PERF_ATTR_SIZE_???");
212 printxval(perf_attr_size, attr->size, "PERF_ATTR_SIZE_???");
  /external/strace/tests-m32/
perf_event_open.c 49 # include "xlat/perf_attr_size.h"
209 printxval(perf_attr_size, size, "PERF_ATTR_SIZE_???");
212 printxval(perf_attr_size, attr->size, "PERF_ATTR_SIZE_???");
  /external/strace/tests-mx32/
perf_event_open.c 49 # include "xlat/perf_attr_size.h"
209 printxval(perf_attr_size, size, "PERF_ATTR_SIZE_???");
212 printxval(perf_attr_size, attr->size, "PERF_ATTR_SIZE_???");

Completed in 663 milliseconds