Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp94 std::string FfrtConverter::MakeBeginFakeLog(const std::string& mark, in MakeBeginFakeLog() argument
102 auto beginTimeStamp = ExtractTimeStr(mark); in MakeBeginFakeLog()
103 auto cpuId = ExtractCpuId(mark); in MakeBeginFakeLog()
112 return mark + result.get(); in MakeBeginFakeLog()
115 std::string FfrtConverter::MakeEndFakeLog(const std::string& mark, in MakeEndFakeLog() argument
123 auto endTimeStamp = ExtractTimeStr(mark); in MakeEndFakeLog()
124 auto cpuId = ExtractCpuId(mark); in MakeEndFakeLog()
139 const std::string& mark, in ReplaceSchedSwitchLog() argument
148 if (mark.find("prev_pid=" + std::to_string(tid)) != std::string::npos) { in ReplaceSchedSwitchLog()
165 } else if (mark.find("next_pid=" + std::to_string(tid)) != std::string::npos) { in ReplaceSchedSwitchLog()
[all …]
Dffrt_converter.h75 std::string MakeBeginFakeLog(const std::string& mark,
82 std::string MakeEndFakeLog(const std::string& mark,
90 const std::string& mark,
101 std::string ConvertWorkerLogToTask(const std::string& mark,
109 void UpdatePrio(int& prio, const std::string& mark, const int tid);
110 std::string GetLabel(const std::string& mark);
111 void DeleteRedundance(const std::string& mark,
122 const std::string& mark,
/developtools/hdc/scripts/
Dhdc_normal_test.py38 @pytest.mark.repeat(5)
44 @pytest.mark.repeat(5)
50 @pytest.mark.repeat(1)
56 @pytest.mark.repeat(5)
62 @pytest.mark.repeat(5)
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DRangeSelect.ts37 private mark: { startMark: number; endMark: number } = { property in RangeSelect
222 let markA = this.movingMark == 'markA' ? mouseX : this.mark.startMark;
223 let markB = this.movingMark == 'markB' ? mouseX : this.mark.endMark;
261 this.mark = {startMark: x1, endMark: x2};
/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DRangeRuler.test.ts62 let mark = new Mark(canvas, ctx, '', { variable
77 mark.isHover = true;
278 expect(mark.isHover).toBeTruthy();
/developtools/profiler/host/smartperf/client/client_command/
Dparse_start_frame_trace.cpp106 double mark = 0.05; in GetFps() local
107 if (result > mark) { in GetFps()
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto23 uint32 flush_threshold_kb = 6; // buffer water mark threshold to notify service process
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto23 uint32 flush_threshold_kb = 6; // buffer water mark threshold to notify service process
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneFilter.ts32 mark: boolean | null | undefined; property
86 mark: false,
197 this.getFilter(this.filterData('mark', { mark: true }));
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts203 mark: false,
DTabPaneCallTree.test.ts182 mark: false,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMemory.ts274 if (data.mark) {
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/1/
Dsmaps11172 …00 0 [anon:sensitive_vm-allocspace non moving space mark-bitmap 1]
11173 Name: [anon:sensitive_vm-allocspace non moving space mark-bitmap 1]
15759 …rw-p 00000000 00:00 0 [anon:sensitive_vm-rb copying gc mark stack]
15760 Name: [anon:sensitive_vm-rb copying gc mark stack]
15783 …00000 00:00 0 [anon:sensitive_vm-concurrent copying gc mark stack]
15784 Name: [anon:sensitive_vm-concurrent copying gc mark stack]
16066 …rw-p 00000000 00:00 0 [anon:sensitive_vm-rb copying gc mark stack]
16067 Name: [anon:sensitive_vm-rb copying gc mark stack]
16162 … [anon:sensitive_vm-allocspace zygote / non moving space mark-bitmap 0]
16163 Name: [anon:sensitive_vm-allocspace zygote / non moving space mark-bitmap 0]
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets723 // mark this index as we might want to break here later
909 // mark this index as we might want to break here later
/developtools/packing_tool/adapter/ohos/
DCompressor.java2241 bufferedReader.mark((int) srcFile.length() + 1); in infoSpecialProcess()
2287 bufferedReader.mark((int) srcFile.length() + 1); in jsonSpecialProcess()
/developtools/profiler/hiebpf/include/
Dvmlinux.h10593 __u32 mark; member
12656 u32 mark; member
27251 struct fsnotify_mark mark; member
27258 struct fsnotify_mark mark; member
27285 struct fsnotify_mark *mark; member
27294 struct fsnotify_mark mark; member
34254 __u32 mark; member
34269 __u32 mark; member
54819 u32 mark; member
56957 struct xfrm_mark mark; member
[all …]