HomeSort by relevance Sort by last modified time
    Searched refs:perf_file_section (Results 1 - 6 of 6) sorted by null

  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 60 struct perf_file_section { struct in namespace:quipper
67 struct perf_file_section ids;
82 struct perf_file_section attrs;
83 struct perf_file_section data;
84 struct perf_file_section event_types;
  /external/perf_data_converter/src/quipper/
test_perf_data.h 146 perf_file_section AddId(u64 id) { return AddIds({id}); }
147 perf_file_section AddIds(std::initializer_list<u64> ids) {
149 perf_file_section s = {
182 SelfT& WithIds(const perf_file_section& section) {
193 perf_file_section ids_section_;
391 // Produces a struct perf_file_section suitable for use in the metadata index.
397 struct perf_file_section entry = {
405 const perf_file_section index_entry_;
perf_reader.cc 164 // Reads a perf_file_section from |data| and performs byte swapping if
166 bool ReadPerfFileSection(DataReader* data, struct perf_file_section* section) {
316 total_size += GetNumSupportedMetadata() * sizeof(struct perf_file_section);
624 perf_file_section ids;
810 std::vector<struct perf_file_section> sections(GetNumBits(metadata_mask()));
811 for (struct perf_file_section& section : sections) {
    [all...]
test_perf_data.cc 82 header_.attr_size = sz + sizeof(perf_file_section);
194 // perf_event_attr and a perf_file_section). Instead, create and write each
407 const perf_file_section& index_entry = index_entry_.index_entry_;
442 const perf_file_section& index_entry = parent_->index_entry_.index_entry_;
perf_reader_test.cc 330 file_header.data_end() + metadata_count * sizeof(perf_file_section));
420 const perf_file_section branch_stack_index = {
451 reinterpret_cast<struct perf_file_section*>(output_perf_data.data() +
    [all...]
perf_serializer_test.cc 417 file_header.data_end() + metadata_count * sizeof(perf_file_section));

Completed in 114 milliseconds