Searched defs:read_format (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Devent_attr.cpp67 static std::string ReadFormatToString(uint64_t read_format) { argument
74 return BitsToString("read_format", read_format, read_format_names);
86 // Changing read_format affects the layout of the data read from perf_event_file, namely
88 attr.read_format =
122 PrintIndented(indent + 1, "read_format (0x%llx) %s\n", attr.read_format,
123 ReadFormatToString(attr.read_format).c_str());
/system/extras/perfprofd/quipper/
H A Dperf_reader.cc252 uint64_t read_format,
254 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
256 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
258 if (read_format & PERF_FORMAT_ID)
354 const uint64_t read_format,
437 // { struct read_format values; } && PERF_SAMPLE_READ
440 if (read_format & PERF_FORMAT_GROUP)
442 array = ReadReadInfo(array, swap_bytes, read_format, sample);
486 const uint64_t read_format,
565 // { struct read_format value
250 ReadReadInfo(const uint64_t* array, bool swap_bytes, uint64_t read_format, struct perf_sample* sample) argument
351 ReadPerfSampleFromData(const perf_event_type event_type, const uint64_t* array, const uint64_t sample_fields, const uint64_t read_format, bool swap_bytes, struct perf_sample* sample) argument
483 WritePerfSampleToData(const perf_event_type event_type, const struct perf_sample& sample, const uint64_t sample_fields, const uint64_t read_format, uint64_t* array) argument
[all...]

Completed in 47 milliseconds