/external/perf_data_converter/src/quipper/ |
D | sample_info_reader.cc | 43 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 …]
|
D | sample_info_reader_test.cc | 215 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()
|
D | perf_serializer.cc | 68 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()
|
D | test_perf_data.cc | 142 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/ |
D | perf_event_open02.c | 137 struct read_format { struct 150 struct read_format buf; in count_hardware_counters() argument 158 hw_event.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | in count_hardware_counters()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 265 __u64 read_format; member 336 #define perf_flags(attr) (*(&(attr)->read_format + 1))
|
/external/strace/ |
D | perf_event_struct.h | 15 uint64_t read_format; member
|
D | perf.c | 256 PRINT_FIELD_FLAGS(", ", *attr, read_format, perf_event_read_format, in print_perf_event_attr()
|
/external/perf_data_converter/src/quipper/testdata/ |
D | perf.callgraph.pb_text | 8 read_format: 7
|
D | perf.data.singleprocess-3.4.parse.remap2.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.serialized.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.parse.remap.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.io.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.pr.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.parse.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
D | perf.data.singleprocess-3.4.ser.comm.out.pb_text | 8 read_format: 7 51 read_format: 7 94 read_format: 7 137 read_format: 7 180 read_format: 7 223 read_format: 7
|
/external/strace/tests/ |
D | perf_event_open.c | 148 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument 223 sample_type, read_format); in print_event_attr() 760 attr->read_format = read_formats[read_format_idx].val; in main()
|
/external/strace/tests-mx32/ |
D | perf_event_open.c | 148 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument 223 sample_type, read_format); in print_event_attr() 760 attr->read_format = read_formats[read_format_idx].val; in main()
|
/external/strace/tests-m32/ |
D | perf_event_open.c | 148 const char *read_format, const char *precise_ip_desc, in print_event_attr() argument 223 sample_type, read_format); in print_event_attr() 760 attr->read_format = read_formats[read_format_idx].val; in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 333 __u64 read_format; member 448 #define perf_flags(attr) (*(&(attr)->read_format + 1))
|
/external/perf_data_converter/src/testdata/ |
D | perf-overlapping-kernel-mapping.pb_proto | 8 read_format: 7
|
/external/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 127 attr.read_format = PERF_FORMAT_ID | PERF_FORMAT_TOTAL_TIME_RUNNING | in setup()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 33 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in event_init_opts()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
D | utils.c | 190 event_attr->read_format = PERF_FORMAT_GROUP; in perf_event_attr_init()
|