Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 21 of 21) sorted by relevance

/system/extras/simpleperf/scripts/
Dupdate.py92 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/
Dgen-src-pkg.sh13 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/
Dgen-src-pkg.sh13 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/
Dgen-src-pkg.sh13 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/
Dcmd_inject.cpp37 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 …]
Detm_branch_list.proto28 // 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
Dcmd_inject_test.cpp107 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()
DETMDecoder.cpp502 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 …]
Dcmd_inject_impl.h24 std::string BranchToProtoString(const std::vector<bool>& branch);
DETMDecoder.h61 std::vector<bool> branch; member
DREADME.md8 To snap the aosp-simpleperf-release branch to ToT AOSP main and kick off a
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt12 Last update from kernel branch: `upstream-f2fs-stable-linux-5.10.y`
/system/extras/module_ndk_libs/libnativehelper/
DAndroid.bp16 // platform/libnativehelper project in the ART branch. Any changes here should
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md16 on the current main branch. Scripts are in `system/extras/simpleperf/scripts`, binaries are in
Dexecutable_commands_reference.md101 branch-loads
132 4,692,338 branch-misses # 468.118 K/sec (100%)
DREADME.md249 1. Download AOSP main branch as [here](https://source.android.com/setup/build/requirements).
/system/extras/app-launcher/
Dapp-launcher84 grep -F branch-misses "$infile" | awk '{print $1}' | sed s/,//g | computestats
/system/update_engine/
DREADME.md604 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
Dpylintrc379 # Maximum number of branch for function / method body
/system/bt/doc/
Dstyle_guide.md345 ##### Create a new branch starting from the first unrelated patch
/system/apex/docs/
DREADME.md194 down-merge from the `android-4.4` branch is strongly recommended. The following
217 the `android-common` branch.