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

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/attr/
test-record-group 9 read_format=4
16 read_format=4
test-record-group1 9 read_format=4
17 read_format=4
test-record-group-sampling 9 read_format=12
24 read_format=12
base-record 11 read_format=0
base-stat 11 read_format=3
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 26 u64 read_format)
60 if (read_format & PERF_FORMAT_GROUP)
64 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
66 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
69 if (read_format & PERF_FORMAT_GROUP) {
127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format)
134 .read_format = read_format,
192 if (read_format & PERF_FORMAT_GROUP) {
201 sample_regs_user, read_format);
    [all...]
attr.c 102 WRITE_ASS(read_format, "llu");
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 254 GLint read_format = 0; local
255 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &read_format);
261 if ((read_format == GL_RGB || read_format == GL_RGBA) &&
267 switch (read_format) {
281 0, 0, kTextureSize, kTextureSize, read_format, read_type,
298 0, 0, kTextureSize, kTextureSize, read_format, read_type,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 131 * as specified by attr.read_format:
133 * struct read_format {
186 __u64 read_format; member in struct:perf_event_attr
370 * struct read_format values;
388 * { struct read_format values; } && PERF_SAMPLE_READ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 131 * as specified by attr.read_format:
133 * struct read_format {
186 __u64 read_format; member in struct:perf_event_attr
370 * struct read_format values;
388 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 251 u64 sample_regs_user, u64 read_format);
253 u64 sample_regs_user, u64 read_format,
evlist.c 386 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
390 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
392 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
630 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
668 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
723 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
845 u64 read_format = first->attr.read_format; local
849 if (read_format != pos->attr.read_format)
    [all...]
evsel.c 156 evsel->attr.read_format |= PERF_FORMAT_ID;
596 attr->read_format |= PERF_FORMAT_GROUP;
971 ret += PRINT_ATTR_X64(read_format);
1339 u64 read_format = evsel->attr.read_format; local
1342 if (read_format & PERF_FORMAT_GROUP)
1349 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
    [all...]
session.c 75 pr_err("non matching read_format");
440 attr->read_format = bswap_64(attr->read_format);
446 swap_bitfield((u8 *) (&attr->read_format + 1), sizeof(u64));
783 static void sample_read__printf(struct perf_sample *sample, u64 read_format)
787 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
791 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
795 if (read_format & PERF_FORMAT_GROUP) {
864 sample_read__printf(sample, evsel->attr.read_format);
945 u64 read_format = evsel->attr.read_format local
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 43 GLenum read_format; member in struct:content::GLHelperReadbackSupport::FormatCacheEntry
gl_helper_readback_support.cc 71 *format_out = format_cache_[i].read_format;
  /external/kernel-headers/original/uapi/linux/
perf_event.h 208 * as specified by attr.read_format:
210 * struct read_format {
267 __u64 read_format; member in struct:perf_event_attr
338 #define perf_flags(attr) (*(&(attr)->read_format + 1))
625 * struct read_format values;
651 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 185 * as specified by attr.read_format:
187 * struct read_format {
244 __u64 read_format; member in struct:perf_event_attr
315 #define perf_flags(attr) (*(&(attr)->read_format + 1))
602 * struct read_format values;
628 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/perf-3.12.0/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
  /bionic/libc/kernel/uapi/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 162 __u64 read_format; member in struct:perf_event_attr
215 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))

Completed in 794 milliseconds

1 2