Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Drecord_controller.ts498 const groupAndName = ftraceEvent.split('/'); constant
499 if (groupAndName.length !== 2) {
505 if (groupAndName[1] === '*') {
508 ftraceEventsArray.push(groupAndName[1]);