Home
last modified time | relevance | path

Searched refs:Sample (Results 1 – 24 of 24) sorted by relevance

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py51 class Sample: class
83 def match(self, sample: Sample) -> bool: argument
88 def match(self, sample: Sample) -> bool: argument
99 def match(self, sample: Sample) -> bool: argument
107 def match(self, sample: Sample) -> bool: argument
115 def match(self, sample: Sample) -> bool: argument
123 def match(self, sample: Sample) -> bool: argument
153 def get_samples(self, input_file: str) -> Iterator[Sample]:
164 sample = Sample(sample_lines)
171 def filter_sample(self, sample: Sample) -> bool: argument
[all …]
Dgecko_profile_generator.py68 class Sample(NamedTuple): class
169 samples: List[Sample] = field(default_factory=list)
263 self.samples.append(Sample(stack_id=prefix_stack_id,
Dpprof_proto_generator.py186 class Sample(object): class
334 sample = Sample()
Dsimpleperf_report_lib.py590 self.sample_queue: List[self.report_sample_pb2.Sample] = collections.deque()
/system/libufdt/tests/
DREADME14 - Sample format:
24 - Sample format:
31 - Sample format:
/system/extras/pinner/
DREADME.md27 ### Sample Use Case 1: Probe Resident Memory for a mapped file or library and dump to console
38 ### Sample Use Case 2: Probe per-file Resident Memory for a mapped apk file and dump to console
47 ### Sample Use Case 3: Probe per-file resident memory for a mapped apk, dump and generate pinlist.m…
52 ### Sample Use Case 4: Probe per-file resident memory and filter it with a provided pinconfig
57 ### Sample Use Case 5: Dump contents of a provided pinlist.meta file
62 ### Sample Use Case 6: Read a zip and filter based on a pinconfig file and generate pinlist.meta wi…
71 ### Sample Use Case 7: Load an existing zip probe and inspect its per-file contents
/system/core/healthd/testdata/product/product/etc/res/values/charger/
Danimation.txt1 # Sample Animation file for testing.
/system/core/healthd/testdata/legacy/res/values/charger/
Danimation.txt1 # Sample Animation file for testing.
/system/core/healthd/testdata/legacy_text_system_images/res/values/charger/
Danimation.txt1 # Sample Animation file for testing.
/system/extras/multinetwork/
DAndroid.bp26 // Sample util binaries.
/system/extras/simpleperf/
Dbranch_list.proto71 repeated Sample samples = 1;
74 message Sample { message
Dreport_lib_interface.cpp39 struct Sample { struct
208 Sample* GetNextSample();
235 Sample current_sample_;
360 Sample* ReportLib::GetNextSample() { in GetNextSample()
644 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
716 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
Dcmd_report_sample.proto35 message Sample { message
158 Sample sample = 1;
Dcmd_report_sample.cpp789 proto::Sample* proto_sample = proto_record.mutable_sample(); in PrintSampleInProtobuf()
/system/core/init/test_service/
DREADME.md1 # Sample service for testing
/system/chre/test/
DREADME.md32 ##### Sample code
/system/extras/simpleperf/doc/
Dsample_filter.md1 # Sample Filter
Dscripts_reference.md175 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in
180 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
Dview_the_profile.md215 Choose Callstack Sample Recording. Even if you're using Java, this provides better observability,
Dexecutable_commands_reference.md611 Overhead Sample Command Pid Tid Symbol
/system/chre/chpp/
DQUICKSTART.md18 Sample Linux implementations are provided.
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md66 ## Sample table
/system/chre/doc/
Dframework_testing.md66 ##### Sample code
/system/update_engine/
DAndroid.bp979 // Sample images for unittests.