Home
last modified time | relevance | path

Searched defs:system_name (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dtracing.h68 std::string system_name; member
H A Devent_type.cpp169 for (const auto& system_name : GetSubDirs(tracepoint_dirname)) { in LoadTypes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofile.proto68 int64 system_name = 3; field
/aosp_15_r20/external/perfetto/protos/third_party/pprof/
H A Dprofile.proto224 int64 system_name = 3; field
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h248 int64_t system_name; member
H A Dprofile_builder.cc528 NullTermStringView system_name = context_.storage->GetString(frame.name()); in GetNameForFrame() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c3021 char *system_name, char *event_name, in expand_events_all()