| /system/extras/profcollectd/libprofcollectd/ | 
| D | trace_provider.rs | 33     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str);  in trace() 34     fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()>;  in process() 35     fn set_log_file(&self, filename: &Path);  in set_log_file() 54 pub fn get_path(dir: &Path, tag: &str, ext: &str) -> Box<Path> {  in get_path()
  | 
| D | simpleperf_etm_trace_provider.rs | 41     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) {  in trace() 54     fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()> {  in process() 83     fn set_log_file(&self, filename: &Path) {  in set_log_file()
  | 
| D | logging_trace_provider.rs | 39     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) {  in trace() 50     fn process(&self, _trace_dir: &Path, _profile_dir: &Path) -> Result<()> {  in process() 55     fn set_log_file(&self, filename: &Path) {}  in set_log_file()
  | 
| D | report.rs | 42     profile: &Path,  in pack_report() 43     report: &Path,  in pack_report()
  | 
| D | scheduler.rs | 182 fn check_space_limit(path: &Path, config: &Config) -> Result<bool> {  in check_space_limit()
  | 
| /system/extras/simpleperf/scripts/ | 
| D | binary_cache_builder.py | 42     def __init__(self, binary_dir: Path): 77     def read_build_id(self, path: Path): 102     def check_and_pull_binary(self, path: str, expected_build_id: str, binary_cache_file: Path): 119     def pull_file_from_device(self, device_path: str, host_path: Path): 132     def pull_kernel_symbols(self, file_path: Path): 143     def __init__(self, readelf: ReadElf, lib_dirs: List[Path]): 177     def is_platform_symbols_dir(self, lib_dir: Path): 182     def search_platform_symbols_dir(self, lib_dir: Path): 198     def search_dir(self, lib_dir: Path): 221             self, from_path: Path, expected_build_id: str, device_path: str): [all …] 
 | 
| D | simpleperf_utils.py | 393 def remove(dir_or_file: Union[Path, str]): 419     def __init__(self, binary_cache_dir: Optional[Union[Path, str]], readelf: ReadElf): 459     def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool: 578     def _check_debug_line_section(self, real_path: Path) -> bool: 581     def _get_addr_step(self, real_path: Path) -> int: 590             self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]): 632     def _build_symbolizer_args(self, binary_path: Path) -> List[str]: 858     def is_elf_file(path: Union[Path, str]) -> bool: 864     def get_arch(self, elf_file_path: Union[Path, str]) -> str: 882     def get_build_id(self, elf_file_path: Union[Path, str], with_padding=True) -> str: [all …] 
 | 
| D | report_html.py | 41     def __init__(self, output_path: Union[Path, str]): 65     def add_file(self, file_path: Union[Path, str]) -> HtmlWriter: 917     def __init__(self, html_path: Union[Path, str]):
  | 
| /system/core/libprocessgroup/profiles/ | 
| D | cgroups.json | 5       "Path": "/dev/blkio",  string 12       "Path": "/dev/cpuctl",  string 19       "Path": "/dev/cpuset",  string 26       "Path": "/dev/memcg",  string 34     "Path": "/sys/fs/cgroup",  string 41         "Path": "."  string
  | 
| D | task_profiles_28.json | 24             "Path": "background"  string 37             "Path": ""  string 50             "Path": "background"  string 63             "Path": "foreground"  string 76             "Path": "top-app"  string 89             "Path": "rt"  string 102             "Path": "camera-daemon"  string 115             "Path": "nnapi-hal"  string 128             "Path": "background"  string
  | 
| D | task_profiles_30.json | 24             "Path": "background"  string 37             "Path": ""  string 50             "Path": "background"  string 63             "Path": "foreground"  string 76             "Path": "top-app"  string 89             "Path": "rt"  string 102             "Path": "camera-daemon"  string 115             "Path": "nnapi-hal"  string 128             "Path": "background"  string
  | 
| D | task_profiles_29.json | 24             "Path": "background"  string 37             "Path": ""  string 50             "Path": "foreground"  string 63             "Path": "background"  string 76             "Path": "top-app"  string 89             "Path": "rt"  string 102             "Path": "camera-daemon"  string 115             "Path": "nnapi-hal"  string 128             "Path": "background"  string
  | 
| D | task_profiles.json | 91             "Path": "background"  string 130             "Path": "system"  string 143             "Path": "system-background"  string 156             "Path": "foreground"  string 169             "Path": "top-app"  string 182             "Path": "rt"  string 195             "Path": "camera-daemon"  string 208             "Path": "nnapi-hal"  string 221             "Path": "dex2oat"  string 261             "Path": ""  string [all …] 
 | 
| D | cgroups.recovery.json | 3     "Path": "/sys/fs/cgroup",  string
  | 
| D | cgroups_29.json | 5       "Path": "/dev/stune",  string
  | 
| D | cgroups_28.json | 5       "Path": "/dev/stune",  string
  | 
| D | cgroups_30.json | 5       "Path": "/dev/stune",  string
  | 
| /system/update_engine/scripts/ | 
| D | ota_stress_test.py | 37 def PerformOTAThenPause(otafile: Path, update_device_script: Path): 58 def PerformTest(otafile: Path, resumes: int, timeout: int):
  | 
| /system/extras/simpleperf/rust/ | 
| D | lib.rs | 51 pub fn record(trace_file: &Path, duration: &Duration, binary_filter: &str, scope: RecordScope) {  in record() 72 pub fn process(trace_path: &Path, profile_path: &Path, binary_filter: &str) {  in process() 87 pub fn set_log_file(filename: &Path) {  in set_log_file()
  | 
| /system/core/trusty/libtrusty-rs/src/ | 
| D | lib.rs | 101     pub fn connect(device: impl AsRef<Path>, service: &str) -> Result<Self> {  in connect()
  | 
| /system/tools/hidl/build/ | 
| D | hidl_package_root.go | 36 	Path *string  member
  | 
| /system/security/keystore2/test_utils/ | 
| D | lib.rs | 60     pub fn path(&self) -> &Path {  in path()
  | 
| /system/extras/simpleperf/ | 
| D | dso.h | 146   const std::string& Path() const { return path_; }  in Path()  function
  | 
| /system/extras/simpleperf/scripts/test/ | 
| D | do_test.py | 144 def build_testdata(testdata_dir: Path):
  | 
| /system/security/keystore2/legacykeystore/ | 
| D | lib.rs | 280         path: &Path,  in new_native_binder() 402     fn init_shelf(&self, path: &Path) {  in init_shelf()
  |