Home
last modified time | relevance | path

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

/developtools/profiler/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
Dftrace_event.proto56 string comm = 3; field
/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
Dftrace_event.proto56 string comm = 3; 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/device/plugins/native_daemon/src/
Dvirtual_thread.cpp72 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
758 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()
Dperf_record_format.h135 char comm[KILO]; member
/developtools/hiperf/src/
Dvirtual_runtime.cpp43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", 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/bytrace_parser/
Dbytrace_event_parser.cpp314 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local
/developtools/profiler/trace_analyzer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp309 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local
/developtools/profiler/device/plugins/ftrace_plugin/tools/trace_converter/
Dtrace_converter.cpp237 std::string comm = "<...>"; in FormatEvent() local