Home
last modified time | relevance | path

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

1234

/developtools/hiperf/test/unittest/common/native/
Doption_test.cpp120 std::vector<std::string> args; variable
182 std::vector<std::string> args; variable
232 std::vector<std::string> args; variable
272 std::vector<std::string> args; variable
323 std::vector<std::string> args; variable
361 std::vector<std::string> args; variable
392 std::vector<std::string> args; variable
425 std::vector<std::string> args; variable
522 std::vector<std::string> args; variable
Dsubcommand_list_test.cpp51 std::vector<std::string> args; variable
67 std::vector<std::string> args; variable
83 std::vector<std::string> args; variable
99 std::vector<std::string> args; variable
115 std::vector<std::string> args; variable
131 std::vector<std::string> args; variable
147 std::vector<std::string> args; variable
Dsubcommand_help_test.cpp46 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand()
75 std::vector<std::string> args; variable
88 std::vector<std::string> args; variable
100 std::vector<std::string> args; variable
113 std::vector<std::string> args; variable
Dsubcommand_test.cpp39 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand()
128 std::vector<std::string> args; variable
163 std::vector<std::string> args; variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp118 bool BytraceEventParser::SchedSwitchEvent(const ArgsMap& args, const BytraceLine& line) const in SchedSwitchEvent() argument
164 bool BytraceEventParser::TaskRenameEvent(const ArgsMap& args, const BytraceLine& line) const in TaskRenameEvent() argument
177 bool BytraceEventParser::TaskNewtaskEvent(const ArgsMap& args, const BytraceLine& line) const in TaskNewtaskEvent() argument
186 bool BytraceEventParser::TracingMarkWriteOrPrintEvent(const ArgsMap& args, const BytraceLine& line) in TracingMarkWriteOrPrintEvent()
192 bool BytraceEventParser::SchedWakeupEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakeupEvent() argument
219 bool BytraceEventParser::SchedWakingEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakingEvent() argument
254 bool BytraceEventParser::CpuIdleEvent(const ArgsMap& args, const BytraceLine& line) const in CpuIdleEvent() argument
281 bool BytraceEventParser::CpuFrequencyEvent(const ArgsMap& args, const BytraceLine& line) const in CpuFrequencyEvent() argument
308 bool BytraceEventParser::CpuFrequencyLimitsEvent(const ArgsMap& args, const BytraceLine& line) const in CpuFrequencyLimitsEvent() argument
343 bool BytraceEventParser::WorkqueueExecuteStartEvent(const ArgsMap& args, const BytraceLine& line) c… in WorkqueueExecuteStartEvent() argument
[all …]
/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/integration_verification/tools/deps_guard/
Ddeps_guard.py37 def deps_guard(out_path, args=None): argument
53 args = parser.parse_args() variable
/developtools/hiperf/src/
Doption_debug.cpp70 static bool OnLogPath(std::vector<std::string> &args) in OnLogPath()
81 static bool OnLogTag(std::vector<std::string> &args) in OnLogTag()
92 static bool OnHiLog(const std::vector<std::string> &args) in OnHiLog()
Dsubcommand_help.cpp23 bool SubCommandHelp::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()
36 bool SubCommandHelp::OnHelp(std::vector<std::string> &args) in OnHelp()
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp665 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable
684 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable
703 static std::unordered_map<std::string, std::string> args{{"newcomm", "POSIX"}, {"pid", "8542"}}; variable
720 …static std::unordered_map<std::string, std::string> args{{"comm", "POSIX"}, {"pid", "8542"}, {"clo… variable
739 static std::unordered_map<std::string, std::string> args{}; variable
757 static std::unordered_map<std::string, std::string> args{{"pid", "1200"}, {"target_cpu", "1"}}; variable
775 static std::unordered_map<std::string, std::string> args{{"pid", ""}, {"target_cpu", "1"}}; variable
793 static std::unordered_map<std::string, std::string> args{ variable
812 static std::unordered_map<std::string, std::string> args { variable
831 …static std::unordered_map<std::string, std::string> args{{"cpu_id", "3"}, {"state", "4294967295"}}; variable
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dsubcommand_help.cpp25 bool SubCommandHelp::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()
38 bool SubCommandHelp::OnHelp(std::vector<std::string> &args) in OnHelp()
Dsubcommand.h63 virtual bool ParseOption(std::vector<std::string> &args) in ParseOption()
74 auto args = StringSplit(stringArgs, " "); in OnSubCommand() local
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.ts302 let args: any[] = [] variable
335 let args: any[] = [{ variable
362 let args = [ variable
451 let args:any[] = [] variable
DTabPaneCallTree.ts353 let args: any[] = [] variable
386 let args: any[] = [{ variable
413 let args = [ variable
468 let args:any[] = [] variable
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfProfile.ts348 let args: any[] = [] variable
381 let args: any[] = [{ variable
408 let args = [ variable
497 let args:any[] = [] variable
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
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
76 void SliceFilter::IrqHandlerExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in IrqHandlerExit()
108 void SliceFilter::SoftIrqExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in SoftIrqExit()
141 …r::AsyncBinder(uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet& args) in AsyncBinder()
256 …uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet& args, SliceData sli… in StartSlice()
300 …er::BeginBinder(uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet args) in BeginBinder()
307 …::CompleteSlice(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex name, ArgsSet args) in CompleteSlice()
343 ArgsSet args; in CompleteSlice() local
360 …lter::EndBinder(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex name, ArgsSet args) in EndBinder()
364 …nt64_t, uint32_t> SliceFilter::AddArgs(uint32_t tid, DataIndex key1, DataIndex key2, ArgsSet& args) in AddArgs()
Dirq_filter.cpp42 ArgsSet args; in IrqHandlerExit() local
59 ArgsSet args; in SoftIrqExit() local
/developtools/profiler/device/plugins/native_daemon/src/
Dmain.cpp47 bool ParseCommand(std::vector<std::string> args, HookData& hookData) in ParseCommand()
109 bool VerifyCommand(std::vector<std::string> args, HookData& hookData) in VerifyCommand()
172 std::vector<std::string> args; in main() local
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPerfProfile.ts373 let args: any[] = [] variable
406 let args: any[] = [{ variable
433 let args = [ variable
514 let args:any[] = [] variable
/developtools/hiperf/include/
Dsubcommand.h61 virtual bool ParseOption(std::vector<std::string> &args) in ParseOption()
72 auto args = StringSplit(stringArgs, " "); in OnSubCommand() local
/developtools/integration_verification/tools/deps_guard/rules_checker/
D__init__.py24 def check_all_rules(mgr, args): argument
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Draw_syscalls.proto24 string args = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Draw_syscalls.proto24 repeated uint64 args = 2; field

1234