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

  /system/extras/simpleperf/scripts/
debug_unwind_reporter.py 179 def add_sample_result(self, sample_result):
180 stop_reason = sample_result.unwinding_result['stop_reason']
185 if result.callchain[-1].vaddr_in_file == sample_result.callchain[-1].vaddr_in_file:
186 # This sample_result duplicates with an existing one.
190 result_list.append(sample_result)
194 for sample_result in self.sample_results[stop_reason]:
195 sample_result.show()
205 def add_sample_result(self, sample_result):
206 function_name = sample_result.callchain[-1].function_name
211 function_result.add_sample_result(sample_result)
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 895 uint32_t sample_result[SAMPLE_CNT]; // results of "sample_dqs()" local
922 sample_result[sample_i] = sample_dqs(mrc_params, channel, rank, rcvn);
926 sample_i, sample_i * SAMPLE_DLY, sample_result[sample_i]);
937 transition_pattern |= ((sample_result[sample_i] & (1 << bl_i)) >> bl_i) << (SAMPLE_CNT - 1 - sample_i);
    [all...]

Completed in 88 milliseconds