Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 179) sorted by relevance

12345678

/developtools/profiler/hiebpf/src/
Dfstrace_args_converter.cpp23 static int Openat2ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Openat2ArgsConverter()
32 static int ReadArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in ReadArgsConverter()
41 static int WriteArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in WriteArgsConverter()
50 static int Pread64ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Pread64ArgsConverter()
59 static int Pwrite64ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Pwrite64ArgsConverter()
68 static int ReadvArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in ReadvArgsConverter()
77 static int WritevArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in WritevArgsConverter()
86 static int PreadvArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in PreadvArgsConverter()
95 static int PwritevArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in PwritevArgsConverter()
104 static int CloseArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in CloseArgsConverter()
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/
Dbytrace_event_parser.cpp191 bool BytraceEventParser::SchedSwitchEvent(const ArgsMap &args, const BytraceLine &line) const in SchedSwitchEvent() argument
237 bool BytraceEventParser::BlockedReason(const ArgsMap &args, const BytraceLine &line) const in BlockedReason() argument
270 bool BytraceEventParser::TaskRenameEvent(const ArgsMap &args, const BytraceLine &line) const in TaskRenameEvent() argument
283 bool BytraceEventParser::TaskNewtaskEvent(const ArgsMap &args, const BytraceLine &line) const in TaskNewtaskEvent() argument
292 bool BytraceEventParser::TracingMarkWriteOrPrintEvent(const ArgsMap &args, const BytraceLine &line) in TracingMarkWriteOrPrintEvent()
298 bool BytraceEventParser::SchedWakeupEvent(const ArgsMap &args, const BytraceLine &line) const in SchedWakeupEvent() argument
326 bool BytraceEventParser::SchedWakingEvent(const ArgsMap &args, const BytraceLine &line) const in SchedWakingEvent() argument
356 bool BytraceEventParser::CpuIdleEvent(const ArgsMap &args, const BytraceLine &line) const in CpuIdleEvent() argument
384 bool BytraceEventParser::CpuFrequencyEvent(const ArgsMap &args, const BytraceLine &line) const in CpuFrequencyEvent() argument
411 bool BytraceEventParser::CpuFrequencyLimitsEvent(const ArgsMap &args, const BytraceLine &line) const in CpuFrequencyLimitsEvent() argument
[all …]
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_list_test.cpp50 std::vector<std::string> args; variable
66 std::vector<std::string> args; variable
82 std::vector<std::string> args; variable
98 std::vector<std::string> args; variable
114 std::vector<std::string> args; variable
130 std::vector<std::string> args; variable
146 std::vector<std::string> args; variable
Doption_test.cpp117 std::vector<std::string> args; variable
179 std::vector<std::string> args; variable
222 std::vector<std::string> args; variable
256 std::vector<std::string> args; variable
307 std::vector<std::string> args; variable
345 std::vector<std::string> args; variable
376 std::vector<std::string> args; variable
409 std::vector<std::string> args; variable
600 std::vector<std::string> args; variable
Dsubcommand_help_test.cpp44 HiperfError OnSubCommand(std::vector<std::string>& args) override in OnSubCommand()
73 std::vector<std::string> args; variable
86 std::vector<std::string> args; variable
98 std::vector<std::string> args; variable
111 std::vector<std::string> args; variable
Dsubcommand_test.cpp36 HiperfError OnSubCommand(std::vector<std::string>& args) override in OnSubCommand()
125 std::vector<std::string> args; variable
160 std::vector<std::string> args; variable
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcommon_mode.test.ts64 const args: string[] = modeMock.checkInitCmdEnv(); constant
76 const args: string[] = modeMock.checkInitCmdEnv(); constant
129 const args: string[] = modeMock.checkInitCmdEnv(); constant
138 const args: string[] = modeMock.checkInitCmdEnv(); constant
147 const args: string[] = modeMock.checkInitCmdEnv(); constant
/developtools/integration_verification/tools/deps_guard/
Ddeps_guard.py39 def _deps_guard_module(out_path, args=None): argument
53 def _startup_guard_module(out_path, target_cpu, args): argument
67 def deps_guard(out_path, target_cpu, args=None): argument
75 args = parser.parse_args() variable
/developtools/smartperf_host/ide/test/trace/database/data-trafic/
DClockDataReceiver.test.ts48 const args = { constant
59 const args = { constant
70 const args = { constant
DIrqDataReceiver.test.ts63 const args = { constant
78 const args = { constant
/developtools/hiperf/script/
Drecord_control.py31 def check_args(args): argument
38 def get_module(args): argument
138 def main(args): argument
Dcommand_script.py31 def check_args(args): argument
106 def main(args): argument
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
Devent_parser_test.cpp641 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable
660 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable
679 static std::unordered_map<std::string, std::string> args{{"newcomm", "POSIX"}, {"pid", "8542"}}; variable
695 …static std::unordered_map<std::string, std::string> args{{"comm", "POSIX"}, {"pid", "8542"}, {"clo… variable
714 static std::unordered_map<std::string, std::string> args{}; variable
732 static std::unordered_map<std::string, std::string> args{{"pid", "1200"}, {"target_cpu", "1"}}; variable
750 static std::unordered_map<std::string, std::string> args{{"pid", ""}, {"target_cpu", "1"}}; variable
768 static std::unordered_map<std::string, std::string> args{ variable
787 static std::unordered_map<std::string, std::string> args{ variable
806 …static std::unordered_map<std::string, std::string> args{{"cpu_id", "3"}, {"state", "4294967295"}}; variable
[all …]
/developtools/smartperf_host/trace_streamer/src/filter/
Dtask_pool_filter.cpp47 std::unordered_map<std::string, std::string> &args) in TaskPoolFieldSegmentation()
66 std::unordered_map<std::string, std::string> args; in TaskPoolEvent() local
90 auto TaskPoolFilter::GetExecuteIdOrTaskId(const std::unordered_map<std::string, std::string> &args) in GetExecuteIdOrTaskId()
100 bool TaskPoolFilter::UpdateAssignData(const std::unordered_map<std::string, std::string> &args, uin… in UpdateAssignData()
121 bool TaskPoolFilter::UpdateExecuteData(const std::unordered_map<std::string, std::string> &args, ui… in UpdateExecuteData()
146 bool TaskPoolFilter::UpdateReturnData(const std::unordered_map<std::string, std::string> &args, uin… in UpdateReturnData()
Dargs_filter.cpp36 uint32_t ArgsFilter::NewArgs(const ArgsSet &args) in NewArgs()
45 uint32_t ArgsFilter::AppendArgs(const ArgsSet &args, const size_t argSetId) in AppendArgs()
Dslice_filter.cpp55 ArgsSet args; in BeginSlice() local
79 void SliceFilter::IrqHandlerExit(uint64_t timeStamp, uint32_t cpu, ArgsSet args) in IrqHandlerExit()
150 void SliceFilter::SoftIrqExit(uint64_t timeStamp, uint32_t cpu, ArgsSet args) in SoftIrqExit()
194 …r::AsyncBinder(uint64_t timeStamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet &args) in AsyncBinder()
310 ArgsSet &args, in StartSlice()
354 …er::BeginBinder(uint64_t timeStamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet args) in BeginBinder()
365 ArgsSet args) in CompleteSlice()
388 void SliceFilter::HandleAsyncEventAndOther(ArgsSet args, CallStack *slices, uint64_t lastRow, Stack… in HandleAsyncEventAndOther()
403 ArgsSet args; in HandleAsyncEventAndOther() local
415 …lter::EndBinder(uint64_t timeStamp, uint32_t pid, DataIndex category, DataIndex name, ArgsSet args) in EndBinder()
[all …]
/developtools/smartperf_host/ide/test/trace/database/data-trafic/xpower/
DXpowerWifiDataReceiver.test.ts37 const args = { constant
48 const args = { constant
DXpowerGpuFrequencyReceiver.test.ts40 const args = { constant
57 const args = { constant
DXpowerThreadReceiver.test.ts39 const args = { constant
58 const args = { constant
/developtools/hiperf/src/
Doption_debug.cpp90 static bool OnLogPath(std::vector<std::string> &args) in OnLogPath()
105 static bool OnLogTag(std::vector<std::string> &args) in OnLogTag()
120 static bool OnHiLog(const std::vector<std::string> &args) in OnHiLog()
Dsubcommand_help.cpp22 HiperfError SubCommandHelp::OnSubCommand(std::vector<std::string>& args) in OnSubCommand()
37 bool SubCommandHelp::OnHelp(std::vector<std::string> &args) in OnHelp()
Dhiperf_libreport.cpp51 std::vector<std::string> args; in Report() local
81 std::vector<std::string> args; in ReportUnwindJson() local
194 std::vector<std::string> args; in Dump() local
/developtools/integration_verification/tools/startup_guard/
Dstartup_guard.py35 def startup_guard(out_path, target_cpu ,args=None): argument
48 args = parser.parse_args() variable
/developtools/profiler/hiebpf/include/
Dfstrace_progs.h29 struct sys_openat2_args_t* args = &fs_se->openat2_args; in BPF_KPROBE() local
69 struct sys_read_args_t* args = &fs_se->read_args; in BPF_KPROBE() local
108 struct sys_write_args_t* args = &fs_se->write_args; in BPF_KPROBE() local
147 struct sys_pread64_args_t* args = &fs_se->pread64_args; in BPF_KPROBE() local
187 struct sys_pwrite64_args_t* args = &fs_se->pwrite64_args; in BPF_KPROBE() local
227 struct sys_readv_args_t* args = &fs_se->readv_args; in BPF_KPROBE() local
267 struct sys_writev_args_t* args = &fs_se->writev_args; in BPF_KPROBE() local
309 struct sys_preadv_args_t* args = &fs_se->preadv_args; in BPF_KPROBE() local
355 struct sys_pwritev_args_t* args = &fs_se->pwritev_args; in pwritev_entry() local
460 struct sys_close_args_t* args = &fs_se->close_args; in BPF_KPROBE() local
/developtools/profiler/device/plugins/native_daemon/src/
Dmain.cpp49 bool ParseCommand(const std::vector<std::string>& args, HookData& hookData) in ParseCommand()
196 bool VerifyCommand(const std::vector<std::string>& args, HookData& hookData) in VerifyCommand()
287 std::vector<std::string> args; in main() local

12345678