/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 51 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 …]
|
D | gecko_profile_generator.py | 68 class Sample(NamedTuple): class 169 samples: List[Sample] = field(default_factory=list) 263 self.samples.append(Sample(stack_id=prefix_stack_id,
|
D | pprof_proto_generator.py | 186 class Sample(object): class 334 sample = Sample()
|
D | simpleperf_report_lib.py | 590 self.sample_queue: List[self.report_sample_pb2.Sample] = collections.deque()
|
/system/libufdt/tests/ |
D | README | 14 - Sample format: 24 - Sample format: 31 - Sample format:
|
/system/extras/pinner/ |
D | README.md | 27 ### 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/ |
D | animation.txt | 1 # Sample Animation file for testing.
|
/system/core/healthd/testdata/legacy/res/values/charger/ |
D | animation.txt | 1 # Sample Animation file for testing.
|
/system/core/healthd/testdata/legacy_text_system_images/res/values/charger/ |
D | animation.txt | 1 # Sample Animation file for testing.
|
/system/extras/multinetwork/ |
D | Android.bp | 26 // Sample util binaries.
|
/system/extras/simpleperf/ |
D | branch_list.proto | 71 repeated Sample samples = 1; 74 message Sample { message
|
D | report_lib_interface.cpp | 39 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()
|
D | cmd_report_sample.proto | 35 message Sample { message 158 Sample sample = 1;
|
D | cmd_report_sample.cpp | 789 proto::Sample* proto_sample = proto_record.mutable_sample(); in PrintSampleInProtobuf()
|
/system/core/init/test_service/ |
D | README.md | 1 # Sample service for testing
|
/system/chre/test/ |
D | README.md | 32 ##### Sample code
|
/system/extras/simpleperf/doc/ |
D | sample_filter.md | 1 # Sample Filter
|
D | scripts_reference.md | 175 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.
|
D | view_the_profile.md | 215 Choose Callstack Sample Recording. Even if you're using Java, this provides better observability,
|
D | executable_commands_reference.md | 611 Overhead Sample Command Pid Tid Symbol
|
/system/chre/chpp/ |
D | QUICKSTART.md | 18 Sample Linux implementations are provided.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 66 ## Sample table
|
/system/chre/doc/ |
D | framework_testing.md | 66 ##### Sample code
|
/system/update_engine/ |
D | Android.bp | 979 // Sample images for unittests.
|