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

  /external/linux-tools-perf/util/
evlist.c 143 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
147 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
149 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
302 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
342 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
394 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
python.c 399 "read_format",
447 &attr.read_format, &disabled, &inherit,
session.c 424 attr->read_format = bswap_64(attr->read_format);
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 134 * as specified by attr.read_format:
136 * struct read_format {
189 __u64 read_format; member in struct:perf_event_attr
399 * struct read_format values;
417 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 144 * as specified by attr.read_format:
146 * struct read_format {
199 __u64 read_format; member in struct:perf_event_attr
426 * struct read_format values;
444 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/
design.txt 48 __u32 read_format;
156 additional values as specified by 'read_format', each value is a u64 (8 bytes)
160 * Bits that can be set in hw_event.read_format to request that
builtin-test.c 467 .read_format = PERF_FORMAT_ID,
builtin-record.c 167 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
builtin-stat.c 279 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
    [all...]
builtin-top.c 896 attr->read_format |= PERF_FORMAT_ID;
  /bionic/libc/kernel/common/linux/
perf_event.h 127 __u64 read_format; member in struct:perf_event_attr
  /external/v8/tools/
ll_prof.py 535 ("read_format", "u64"),
  /external/valgrind/main/include/vki/
vki-linux.h 2740 __vki_u64 read_format; member in struct:vki_perf_event_attr
    [all...]

Completed in 285 milliseconds