Home
last modified time | relevance | path

Searched refs:IsEventSupport (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dperf_events.cpp86 bool PerfEvents::IsEventSupport(perf_type_id type, __u64 config) in IsEventSupport() function in OHOS::Developtools::HiPerf::PerfEvents
275 if (!IsEventSupport(type, config)) { in AddEvent()
679 if (type == PERF_TYPE_TRACEPOINT || IsEventSupport(type, (__u64)config.first)) { in GetSupportEvents()
/developtools/hiperf/include/
Dperf_events.h618 bool IsEventSupport(perf_type_id type, __u64 config);