Home
last modified time | relevance | path

Searched refs:read_format (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc43 void ReadReadInfo(DataReader* reader, uint64_t read_format, in ReadReadInfo() argument
46 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in ReadReadInfo()
48 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in ReadReadInfo()
50 if (read_format & PERF_FORMAT_ID) reader->ReadUint64(&sample->read.one.id); in ReadReadInfo()
55 void ReadGroupReadInfo(DataReader* reader, uint64_t read_format, in ReadGroupReadInfo() argument
59 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in ReadGroupReadInfo()
61 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in ReadGroupReadInfo()
70 if (read_format & PERF_FORMAT_ID) reader->ReadUint64(&values[i].id); in ReadGroupReadInfo()
243 if (attr.read_format & PERF_FORMAT_GROUP) in ReadPerfSampleFromData()
244 ReadGroupReadInfo(&reader, attr.read_format, sample); in ReadPerfSampleFromData()
[all …]
Dsample_info_reader_test.cc215 attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in TEST()
268 attr.read_format = PERF_FORMAT_ID; in TEST()
308 attr.read_format = 0; in TEST()
346 attr.read_format = PERF_FORMAT_ID | PERF_FORMAT_GROUP; in TEST()
Dperf_serializer.cc68 S(read_format); in SerializePerfEventAttr()
120 S(read_format); in DeserializePerfEventAttr()
373 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in SerializeSampleEvent()
375 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in SerializeSampleEvent()
377 if (reader->event_attr().read_format & PERF_FORMAT_GROUP) { in SerializeSampleEvent()
433 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in DeserializeSampleEvent()
435 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in DeserializeSampleEvent()
437 if (reader->event_attr().read_format & PERF_FORMAT_GROUP) { in DeserializeSampleEvent()
Dtest_perf_data.cc142 attr.read_format = read_format_; in WriteTo()
188 auto* const bitfield_start = &attr.read_format + 1; in WriteTo()
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c136 struct read_format { struct
149 struct read_format buf; in count_hardware_counters() argument
157 hw_event.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in count_hardware_counters()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h265 __u64 read_format; member
336 #define perf_flags(attr) (*(&(attr)->read_format + 1))
/external/strace/tests/
Dperf_event_open.c149 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument
224 sample_type, read_format); in print_event_attr()
761 attr->read_format = read_formats[read_format_idx].val; in main()
/external/strace/tests-m32/
Dperf_event_open.c149 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument
224 sample_type, read_format); in print_event_attr()
761 attr->read_format = read_formats[read_format_idx].val; in main()
/external/strace/tests-mx32/
Dperf_event_open.c149 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument
224 sample_type, read_format); in print_event_attr()
761 attr->read_format = read_formats[read_format_idx].val; in main()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h331 __u64 read_format; member
421 #define perf_flags(attr) (*(&(attr)->read_format + 1))
/external/strace/
Dperf_event_struct.h15 uint64_t read_format; member
Dperf.c261 printflags64(perf_event_read_format, attr->read_format, in print_perf_event_attr()
/external/perf_data_converter/src/quipper/testdata/
Dperf.callgraph.pb_text8 read_format: 7
Dperf.data.singleprocess-3.4.parse.remap2.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.io.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.parse.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.parse.remap.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.pr.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.ser.comm.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.4.serialized.out.pb_text8 read_format: 7
51 read_format: 7
94 read_format: 7
137 read_format: 7
180 read_format: 7
223 read_format: 7
Dperf.data.singleprocess-3.8.serialized.out.pb_text8 read_format: 7
/external/perf_data_converter/src/testdata/
Dperf-overlapping-kernel-mapping.pb_proto8 read_format: 7
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.c33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in event_init_opts()
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp824 GLenum read_format = format; in get() local
828 read_format = GL_RGBA; in get()
831 read_format = GL_RGBA_INTEGER; in get()
850 gl.readPixels(0, 0, m_width, m_height, read_format, type, &read_data[layer * layer_size]); in get()
856 gl.readPixels(0, 0, m_width, m_height, read_format, type, &read_data[0]); in get()

12345678910>>...12