Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 28) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsched.proto23 string comm = 1; field
34 string comm = 1; field
54 string comm = 1; field
69 string comm = 1; field
84 string comm = 1; field
91 string comm = 1; field
98 string comm = 1; field
105 string comm = 1; field
112 string comm = 1; field
120 string comm = 1; field
[all …]
Dblock.proto27 string comm = 5; field
36 string comm = 5; field
54 string comm = 5; field
63 string comm = 5; field
89 string comm = 5; field
94 string comm = 1; field
114 string comm = 6; field
125 string comm = 6; field
155 string comm = 5; field
164 string comm = 5; field
[all …]
Doom.proto24 string comm = 2; field
Dtask.proto24 string comm = 2; field
Dsignal.proto35 string comm = 4; field
Dcgroup.proto28 string comm = 6; field
91 string comm = 6; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dsched.proto30 string comm = 1; field
41 string comm = 1; field
61 string comm = 1; field
76 string comm = 1; field
91 string comm = 1; field
98 string comm = 1; field
105 string comm = 1; field
112 string comm = 1; field
119 string comm = 1; field
127 string comm = 1; field
[all …]
Dblock.proto27 string comm = 5; field
36 string comm = 5; field
54 string comm = 5; field
63 string comm = 5; field
89 string comm = 5; field
94 string comm = 1; field
114 string comm = 6; field
125 string comm = 6; field
155 string comm = 5; field
164 string comm = 5; field
[all …]
Doom.proto24 string comm = 2; field
Dtask.proto24 string comm = 2; field
Dsignal.proto35 string comm = 4; field
Dcgroup.proto28 string comm = 6; field
117 string comm = 6; field
/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp118 const PerfRecordComm comm(false, 2, 3, "dummy"); variable
154 const PerfRecordComm comm(false, 2, 3, "dummy"); variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dprint_event_parser.cpp27 bool PrintEventParser::ParsePrintEvent(const std::string& comm, uint64_t ts, uint32_t pid, std::str… in ParsePrintEvent()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp142 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
Dvirtual_runtime.cpp52 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp581 std::string comm; in ParseSavedCmdlines() local
760 std::string comm; in ParseFtraceEvent() local
/developtools/hiperf/include/
Dreport.h128 ReportItem(pid_t pid, pid_t tid, const char *comm, const char *dso, const char *func, in ReportItem()
142 ReportItem(pid_t pid, pid_t tid, std::string &comm, const std::string_view &dso, in ReportItem()
/developtools/hiperf/src/
Dvirtual_runtime.cpp43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/cmdline", tid)).c_str(); in ReadThreadName() local
Dperf_event_record.cpp580 PerfRecordComm::PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) in PerfRecordComm()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dvirtual_runtime.cpp43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
Dperf_event_record.cpp581 PerfRecordComm::PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) in PerfRecordComm()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp39 size_t SliceFilter::BeginSlice(const std::string& comm, in BeginSlice()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_stdtype.h109 char comm[MAX_COMM_LEN] = {0}; member
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp379 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local

12