Searched refs:read_format (Results 1 - 17 of 17) sorted by relevance

/external/perf_data_converter/src/quipper/
H A Dsample_info_reader.cc43 void ReadReadInfo(DataReader* reader, uint64_t read_format, argument
46 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
48 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
50 if (read_format & PERF_FORMAT_ID) reader->ReadUint64(&sample->read.one.id);
55 void ReadGroupReadInfo(DataReader* reader, uint64_t read_format, argument
59 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
61 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
70 if (read_format & PERF_FORMAT_ID) reader->ReadUint64(&values[i].id);
241 // { struct read_format values; } && PERF_SAMPLE_READ
243 if (attr.read_format
[all...]
H A Dsample_info_reader_test.cc215 attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
225 // struct read_format {
268 attr.read_format = PERF_FORMAT_ID;
308 attr.read_format = 0;
346 attr.read_format = PERF_FORMAT_ID | PERF_FORMAT_GROUP;
H A Dperf_serializer.cc68 S(read_format);
120 S(read_format);
373 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
375 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
377 if (reader->event_attr().read_format & PERF_FORMAT_GROUP) {
433 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
435 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
437 if (reader->event_attr().read_format & PERF_FORMAT_GROUP) {
H A Dtest_perf_data.cc142 attr.read_format = read_format_;
188 auto* const bitfield_start = &attr.read_format + 1;
H A Dperf_reader.cc671 ByteSwap(&attr->read_format);
674 auto* const bitfield_start = &attr->read_format + 1;
H A Dperf_reader_test.cc478 __u64 read_format; member in struct:quipper::old_perf_event_attr
508 .read_format = PERF_FORMAT_ID,
/external/strace/
H A Dperf_event_struct.h15 uint64_t read_format; member in struct:perf_event_attr
H A Dperf.c260 tprints(", read_format=");
261 printflags64(perf_event_read_format, attr->read_format,
/external/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open02.c136 struct read_format { struct
149 struct read_format buf;
157 hw_event.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Devent.c33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_event.h207 * as specified by attr.read_format:
209 * struct read_format {
265 __u64 read_format; member in struct:perf_event_attr
336 #define perf_flags(attr) (*(&(attr)->read_format + 1))
628 * struct read_format values;
654 * { struct read_format values; } && PERF_SAMPLE_READ
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h267 * as specified by attr.read_format:
269 * struct read_format {
331 __u64 read_format; member in struct:perf_event_attr
421 #define perf_flags(attr) (*(&(attr)->read_format + 1))
759 * struct read_format values;
785 * { struct read_format values; } && PERF_SAMPLE_READ
/external/strace/tests/
H A Dperf_event_open.c128 * read_format - 5 IDs
149 const char *read_format, const char *precise_ip_desc,
221 printf("%s=%" PRI__u64", sample_type=%s, read_format=%s",
224 sample_type, read_format);
761 attr->read_format = read_formats[read_format_idx].val;
147 print_event_attr(struct perf_event_attr *attr_ptr, size_t size, const char *type, const char *config, const char *sample_type, const char *read_format, const char *precise_ip_desc, const char *bp_type, const char *branch_sample_type, const char *clockid, uint32_t available_size) argument
/external/strace/tests-m32/
H A Dperf_event_open.c128 * read_format - 5 IDs
149 const char *read_format, const char *precise_ip_desc,
221 printf("%s=%" PRI__u64", sample_type=%s, read_format=%s",
224 sample_type, read_format);
761 attr->read_format = read_formats[read_format_idx].val;
147 print_event_attr(struct perf_event_attr *attr_ptr, size_t size, const char *type, const char *config, const char *sample_type, const char *read_format, const char *precise_ip_desc, const char *bp_type, const char *branch_sample_type, const char *clockid, uint32_t available_size) argument
/external/strace/tests-mx32/
H A Dperf_event_open.c128 * read_format - 5 IDs
149 const char *read_format, const char *precise_ip_desc,
221 printf("%s=%" PRI__u64", sample_type=%s, read_format=%s",
224 sample_type, read_format);
761 attr->read_format = read_formats[read_format_idx].val;
147 print_event_attr(struct perf_event_attr *attr_ptr, size_t size, const char *type, const char *config, const char *sample_type, const char *read_format, const char *precise_ip_desc, const char *bp_type, const char *branch_sample_type, const char *clockid, uint32_t available_size) argument
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp824 GLenum read_format = format; local
828 read_format = GL_RGBA;
831 read_format = GL_RGBA_INTEGER;
850 gl.readPixels(0, 0, m_width, m_height, read_format, type, &read_data[layer * layer_size]);
856 gl.readPixels(0, 0, m_width, m_height, read_format, type, &read_data[0]);
/external/valgrind/include/vki/
H A Dvki-linux.h2920 __vki_u64 read_format; member in struct:vki_perf_event_attr

Completed in 415 milliseconds