/system/extras/simpleperf/scripts/ |
D | update.py | 92 def fetch_artifact(branch, build, target, name): argument 98 target, branch, name) 100 cmd = [fetch_artifact_path, '--branch', branch, '--target', target, 112 def commit(branch, build, add_paths): argument 119 Taken from branch {branch}.""").format(branch=branch, build=build) 135 def install_new_release(branch, build, install_dir): argument 138 install_entry(branch, build, install_dir, entry) 141 def install_entry(branch, build, install_dir, entry): argument 148 fetch_artifact(branch, build, target, name) 194 install_new_release(args.branch, args.build, install_dir) [all …]
|
/system/bt/build/dpkg/modp_b64/ |
D | gen-src-pkg.sh | 13 branch=release-R90-13816.B 20 git clone --branch "${branch}" https://chromium.googlesource.com/chromiumos/platform2 || exit 1 27 git clone --branch "${branch}" https://chromium.googlesource.com/aosp/platform/external/modp_b64 ||…
|
/system/bt/build/dpkg/libchrome-822064/ |
D | gen-src-pkg.sh | 13 branch=release-R91-13904.B 20 git clone --branch "${branch}" https://chromium.googlesource.com/chromiumos/platform2 || exit 1 27 git clone --branch "${branch}" https://chromium.googlesource.com/aosp/platform/external/libchrome |…
|
/system/bt/build/dpkg/libchrome/ |
D | gen-src-pkg.sh | 13 branch=release-R90-13816.B 20 git clone --branch "${branch}" https://chromium.googlesource.com/chromiumos/platform2 || exit 1 27 git clone --branch "${branch}" https://chromium.googlesource.com/aosp/platform/external/libchrome |…
|
/system/extras/simpleperf/ |
D | cmd_inject.cpp | 37 std::string BranchToProtoString(const std::vector<bool>& branch) { in BranchToProtoString() argument 38 size_t bytes = (branch.size() + 7) / 8; in BranchToProtoString() 40 for (size_t i = 0; i < branch.size(); i++) { in BranchToProtoString() 41 if (branch[i]) { in BranchToProtoString() 49 std::vector<bool> branch(bit_size, false); in ProtoStringToBranch() local 52 branch[i] = true; in ProtoStringToBranch() 55 return branch; in ProtoStringToBranch() 255 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord() argument 310 ++branch_list_binary_map_[branch_list.dso][branch_list.addr][branch_list.branch]; in ProcessBranchList() 383 std::vector<bool> branch = in BuildBranchMap() local [all …]
|
D | etm_branch_list.proto | 28 // vaddr in binary, instr addr before the first branch 32 // Each bit represents a branch: 0 for not branch, 1 for branch. 34 bytes branch = 1; field
|
D | cmd_inject_test.cpp | 107 std::vector<bool> branch; in TEST() local 109 branch.push_back(i % 2 == 0); in TEST() 110 std::string s = BranchToProtoString(branch); in TEST() 113 ASSERT_EQ(b, branch[j]); in TEST() 115 std::vector<bool> branch2 = ProtoStringToBranch(s, branch.size()); in TEST() 116 ASSERT_EQ(branch, branch2); in TEST()
|
D | ETMDecoder.cpp | 502 ETMBranchList branch; member 576 if (data.branch.branch.empty()) { in ProcessAtomPacket() 588 data.branch.dso = map->dso; in ProcessAtomPacket() 589 data.branch.addr = map->GetVaddrInFile(data.addr); in ProcessAtomPacket() 591 data.branch.addr |= 1; in ProcessAtomPacket() 596 data.branch.branch.push_back((bits & 1) == 1); in ProcessAtomPacket() 602 if (!data.branch.branch.empty()) { in FlushBranch() 603 callback_(data.branch); in FlushBranch() 604 data.branch.branch.clear(); in FlushBranch() 881 const std::vector<bool>& branch = branch_p.first; in ConvertBranchMapToInstrRanges() local [all …]
|
D | cmd_inject_impl.h | 24 std::string BranchToProtoString(const std::vector<bool>& branch);
|
D | ETMDecoder.h | 61 std::vector<bool> branch; member
|
D | README.md | 8 To snap the aosp-simpleperf-release branch to ToT AOSP main and kick off a
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 12 Last update from kernel branch: `upstream-f2fs-stable-linux-5.10.y`
|
/system/extras/module_ndk_libs/libnativehelper/ |
D | Android.bp | 16 // platform/libnativehelper project in the ART branch. Any changes here should
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 16 on the current main branch. Scripts are in `system/extras/simpleperf/scripts`, binaries are in
|
D | executable_commands_reference.md | 101 branch-loads 132 4,692,338 branch-misses # 468.118 K/sec (100%)
|
D | README.md | 249 1. Download AOSP main branch as [here](https://source.android.com/setup/build/requirements).
|
/system/extras/app-launcher/ |
D | app-launcher | 84 grep -F branch-misses "$infile" | awk '{print $1}' | sed s/,//g | computestats
|
/system/update_engine/ |
D | README.md | 604 Chrome OS tracks the Android code as an [upstream branch]. To merge the Android 605 code to Chrome OS (or vice versa) just do a `git merge` of that branch into 635 [upstream branch]: https://chromium.googlesource.com/aosp/platform/system/update_engine/+/upstream
|
D | pylintrc | 379 # Maximum number of branch for function / method body
|
/system/bt/doc/ |
D | style_guide.md | 345 ##### Create a new branch starting from the first unrelated patch
|
/system/apex/docs/ |
D | README.md | 194 down-merge from the `android-4.4` branch is strongly recommended. The following 217 the `android-common` branch.
|