Searched refs:commit (Results 1 - 6 of 6) sorted by relevance
/developtools/integration_verification/tools/fotff/vcs/gitee/ |
H A D | compare.go | 46 } `json:"commit"` 108 for _, commit := range commits { 109 if commit.SHA != head { 112 commit.Owner = param.Owner 113 commit.Repo = param.Repo 114 ret = append(ret, commit) 115 head = commit.Parents[0].SHA
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
H A D | steps_gitee.go | 248 func parseStructureUpdates(commit *gitee.Commit, branch string) (string, []*vcs.ProjectUpdate, error) { 250 if len(commit.Files) == 0 { 251 // commit that queried from MR req does not contain file details, should fetch again 253 if commit, err = gitee.GetCommit(commit.Owner, commit.Repo, commit.SHA); err != nil { 257 for _, f := range commit.Files { 272 lastCommit, err := gitee.GetLatestMRBefore("openharmony", pu.P2.Name, branch, commit.Commit.Committer.Date) 279 return commit [all...] |
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | ftrace_parser.cpp | 118 } else if (field.name == "commit") { in ParseHeaderPageFormat() 119 pageHeaderFormat_.commit = field; in ParseHeaderPageFormat() 126 CHECK_TRUE(commitFound, false, "commit field not found!"); in ParseHeaderPageFormat() 132 // return the size value of commit field read from events/header_page in GetHeaderPageCommitSize() 133 return pageHeaderFormat_.commit.size; in GetHeaderPageCommitSize() 431 } else if (name == "commit overrun") { in ParsePerCpuStatus() 463 uint64_t commit = 0; in ParsePageHeader() local 465 CHECK_TRUE(ReadInc(&cur_, endOfPage_, &commit, commitSize), false, "read commit to page header failed!"); in ParsePageHeader() 468 pageHeader_.size = (commit in ParsePageHeader() [all...] |
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
H A D | ftrace_processor.cpp | 104 } else if (curField.name == "commit") { in HandleHeaderPageFormat() 105 pageHeaderFormat_.commit = curField; in HandleHeaderPageFormat() 114 PrintedFieldDetails(pageHeaderFormat_.commit); in HandleHeaderPageFormat() 116 TS_CHECK_TRUE(commitExist, false, "commit field not exist!"); in HandleHeaderPageFormat() 122 // return the size value (8B on 64bit device, 4B on 32bit device) of commit field read from events/header_page in HeaderPageCommitSize() 124 if (pageHeaderFormat_.commit.size == 0) { in HeaderPageCommitSize() 126 pageHeaderFormat_.commit.size = defaultSize; in HeaderPageCommitSize() 128 return pageHeaderFormat_.commit.size; in HeaderPageCommitSize() 469 "read commit to page header failed!"); in HandlePageHeader()
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
H A D | ftrace_common_type.h | 166 FieldFormat commit = {}; member
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 8547 int commit; member 20393 int (*commit)(struct vgic_its *); member 28444 local_t commit; member [all...] |
Completed in 437 milliseconds