Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 28) sorted by relevance

12

/system/extras/profcollectd/libprofcollectd/
Dtrace_provider.rs33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
34 fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()>; in process()
52 pub fn get_path(dir: &Path, tag: &str, ext: &str) -> Box<Path> { in get_path()
Dsimpleperf_etm_trace_provider.rs41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
51 fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()> { in process()
Dreport.rs39 pub fn pack_report(profile: &Path, report: &Path, config: &Config) -> Result<String> { in pack_report()
Dlogging_trace_provider.rs39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
50 fn process(&self, _trace_dir: &Path, _profile_dir: &Path) -> Result<()> { in process()
Dscheduler.rs164 fn check_space_limit(path: &Path, config: &Config) -> Result<bool> { in check_space_limit()
/system/core/libprocessgroup/profiles/
Dcgroups.json5 "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
Dtask_profiles_30.json24 "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
Dtask_profiles_28.json24 "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
Dtask_profiles_29.json24 "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
Dtask_profiles.json91 "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 …]
Dcgroups.recovery.json3 "Path": "/sys/fs/cgroup", string
Dcgroups_29.json5 "Path": "/dev/stune", string
Dcgroups_28.json5 "Path": "/dev/stune", string
Dcgroups_30.json5 "Path": "/dev/stune", string
/system/update_engine/scripts/
Dota_stress_test.py37 def PerformOTAThenPause(otafile: Path, update_device_script: Path):
58 def PerformTest(otafile: Path, resumes: int, timeout: int):
/system/extras/simpleperf/rust/
Dlib.rs51 pub fn record(trace_file: &Path, duration: &Duration, scope: RecordScope) { in record()
66 pub fn process(trace_path: &Path, profile_path: &Path, binary_filter: &str) { in process()
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py393 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 …]
Dbinary_cache_builder.py51 def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]):
85 def copy_binaries_from_symfs_dirs(self, symfs_dirs: List[Union[Path, str]]):
Dreport_html.py41 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]):
Dsimpleperf_report_lib.py346 def AddProguardMappingFile(self, mapping_file: Union[str, Path]): argument
/system/core/trusty/libtrusty-rs/src/
Dlib.rs101 pub fn connect(device: impl AsRef<Path>, service: &str) -> Result<Self> { in connect()
/system/tools/hidl/build/
Dhidl_package_root.go36 Path *string member
/system/security/keystore2/test_utils/
Dlib.rs60 pub fn path(&self) -> &Path { in path()
/system/extras/simpleperf/
Ddso.h146 const std::string& Path() const { return path_; } in Path() function
/system/extras/simpleperf/scripts/test/
Ddo_test.py144 def build_testdata(testdata_dir: Path):

12