/developtools/smartperf_host/trace_streamer/test/resource/ |
D | ut_bytrace_input_thread.txt | 13 … ( 2519) [000] d..5 168758.662877: sched_waking: comm=Binder:924_3 pid=1200 prio=120 target_cpu=001 14 … ( 2519) [000] d..6 168758.662898: sched_wakeup: comm=Binder:924_3 pid=1200 prio=120 target_cpu=001 17 …<idle>-0 (-----) [003] d..3 168758.663092: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 18 …HeapTaskDaemon-2532 ( 2519) [000] dnh2 168758.663097: sched_wakeup: comm=rcu_preempt pid=7 prio=9… 19 …<idle>-0 (-----) [003] dn.4 168758.663104: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 24 …<idle>-0 (-----) [003] d..4 168758.663181: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 25 …<idle>-0 (-----) [003] d..3 168758.663190: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 26 …HeapTaskDaemon-2532 ( 2519) [000] dnh2 168758.663194: sched_wakeup: comm=rcu_preempt pid=7 prio=9… 27 …<idle>-0 (-----) [003] dn.4 168758.663198: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 32 …<idle>-0 (-----) [003] d..4 168758.663261: sched_waking: comm=rcu_preempt pid=7 prio=98 target… [all …]
|
D | ut_bytrace_input_full.txt | 15 … ( 2519) [000] d..5 168758.662877: sched_waking: comm=Binder:924_3 pid=1200 prio=120 target_cpu=001 16 … ( 2519) [000] d..6 168758.662898: sched_wakeup: comm=Binder:924_3 pid=1200 prio=120 target_cpu=001 30 …<idle>-0 (-----) [003] d..4 168758.663078: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 33 …<idle>-0 (-----) [003] d..3 168758.663092: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 34 …HeapTaskDaemon-2532 ( 2519) [000] dnh2 168758.663097: sched_wakeup: comm=rcu_preempt pid=7 prio=9… 36 …<idle>-0 (-----) [003] dn.4 168758.663104: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 43 …<idle>-0 (-----) [003] d..4 168758.663181: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 46 …<idle>-0 (-----) [003] d..3 168758.663190: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 47 …HeapTaskDaemon-2532 ( 2519) [000] dnh2 168758.663194: sched_wakeup: comm=rcu_preempt pid=7 prio=9… 49 …<idle>-0 (-----) [003] dn.4 168758.663198: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… [all …]
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | sched.proto | 42 int32 prio = 3; field 77 int32 prio = 3; field 92 int32 prio = 3; field 99 int32 prio = 3; field 178 int32 prio = 3; field 190 int32 prio = 3; field 199 int32 prio = 3; field 208 int32 prio = 3; field
|
D | compaction.proto | 112 int32 prio = 3; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | sched.proto | 43 int32 prio = 3; field 78 int32 prio = 3; field 93 int32 prio = 3; field 100 int32 prio = 3; field 179 int32 prio = 3; field 191 int32 prio = 3; field 200 int32 prio = 3; field 209 int32 prio = 3; field
|
D | compaction.proto | 112 int32 prio = 3; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | sched.proto | 43 int32 prio = 3; field 78 int32 prio = 3; field 93 int32 prio = 3; field 100 int32 prio = 3; field 179 int32 prio = 3; field 191 int32 prio = 3; field 200 int32 prio = 3; field 209 int32 prio = 3; field
|
D | compaction.proto | 112 int32 prio = 3; field
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | ffrt_converter.h | 69 void ProcessMarkWithSchedSwitch(const int tid, int &prio, const size_t index); 70 … bool ProcessMarkWithFFRT(const int index, int &prio, int32_t &gid, const ThreadInfo &threadInfo); 74 const int prio, 78 const int prio,
|
D | ffrt_converter.cpp | 99 const int prio, in MakeBeginFakeLog() argument 111 …threadInfo.name.c_str(), threadInfo.tid, prio, taskLabels_[threadInfo.pid][gid].c_str(), taskId.c_… in MakeBeginFakeLog() 117 const int prio, in MakeEndFakeLog() argument 129 …els_[threadInfo.pid][gid].c_str(), taskId.c_str(), prio, threadInfo.name.c_str(), threadInfo.tid, … in MakeEndFakeLog() 349 int prio; in ConvertFfrtThreadToFfrtTask() local 362 ProcessMarkWithSchedSwitch(tid, prio, index); in ConvertFfrtThreadToFfrtTask() 365 if (!ProcessMarkWithFFRT(index, prio, gid, threadInfo)) { in ConvertFfrtThreadToFfrtTask() 379 context_[index] = MakeEndFakeLog(context_[index], gid, prio, threadInfo); in ConvertFfrtThreadToFfrtTask() 391 void FfrtConverter::ProcessMarkWithSchedSwitch(const int tid, int &prio, const size_t index) in ProcessMarkWithSchedSwitch() argument 399 prio = stoi(context_[index].substr(beginPos, endPos - beginPos)); in ProcessMarkWithSchedSwitch() [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | bio_latency_data_parser.cpp | 87 auto prio = bioFixedHeadrAddr->prio; in ParseBioLatencyEvent() local 103 … duration, prio, size, blkCount, pathId, durPer4K}; in ParseBioLatencyEvent()
|
D | ebpf_data_structure.h | 123 uint32_t prio = 0; member
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_sched_event_formatter.cpp | 77 msg.prio(), msg.orig_cpu(), msg.dest_cpu()); in __anon2246ea480902() 137 msg.comm().c_str(), msg.pid(), msg.prio()); in __anon2246ea481102() 168 msg.comm().c_str(), msg.pid(), msg.prio()); in __anon2246ea481502() 183 msg.comm().c_str(), msg.pid(), msg.prio()); in __anon2246ea481702() 343 msg.comm().c_str(), msg.pid(), msg.prio()); in __anon2246ea482902() 372 msg.comm().c_str(), msg.pid(), msg.prio(), msg.target_cpu()); in __anon2246ea482d02() 387 msg.comm().c_str(), msg.pid(), msg.prio(), msg.target_cpu()); in __anon2246ea482f02() 402 msg.comm().c_str(), msg.pid(), msg.prio(), msg.target_cpu()); in __anon2246ea483102()
|
/developtools/profiler/device/base/include/ |
D | logging.h | 81 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs() argument 87 prioNames[prio].c_str(), tag); in HiLogPrintArgs() 96 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint() argument 101 int count = HiLogPrintArgs(prio, domain, tag, fmt, vargs); in HiLogPrint()
|
/developtools/profiler/hiebpf/include/ |
D | hiebpf_types.h | 105 __u32 prio; member
|
D | vmlinux.h | 653 int prio; member 954 int prio; member 4839 short int prio; member 5680 int prio; member 12423 u32 prio; member 22864 int prio; member 22885 int prio; member 22895 int prio; member 22903 int prio; member 23915 int prio; member [all …]
|
/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/ |
D | bio_parser_test.cpp | 56 …int32_t length, uint32_t nips, const uint64_t startTime, const uint64_t endTime, uint32_t prio = 0) in InitData() argument 66 bioFixedHeader_.prio = 0; in InitData()
|
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
D | ebpf_std_type.h | 116 uint32_t prio = 0; member
|
/developtools/profiler/hiebpf/src/ |
D | bpf_event_receiver.cpp | 367 item->prio_ = cmplt_event->prio; in EncodeBIOTraceEvent()
|
D | hiebpf.bpf.c | 785 cmplt_event->prio = BPF_CORE_READ(rq, bio, bi_ioprio); in BPF_PROG()
|
D | bpf_controller.cpp | 743 << "\nprio: " << cmpltEvent.prio in DumpBIOTraceEvent()
|
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
D | ebpf_converter.cpp | 381 << " prio: " << bio.prio << '\n' in EventBIOParsing()
|