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

  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 226 struct branch_entry { struct in namespace:quipper
234 struct branch_entry entries[0];
  /external/perf_data_converter/src/quipper/
perf_serializer.cc 398 const struct branch_entry& entry = sample_info.branch_stack->entries[i];
472 branch_stack_size * sizeof(struct branch_entry)]);
475 struct branch_entry& entry = sample_info.branch_stack->entries[i];
    [all...]
sample_info_reader.cc 122 // branch_entry structs.
128 branch_stack_size * sizeof(struct branch_entry)]);
perf_reader_test.cc 597 branch_stack_size * sizeof(struct branch_entry),
    [all...]

Completed in 96 milliseconds