Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devlist.h407 #define EVLIST_CTL_CMD_STOP_TAG "stop" macro
H A Devlist.c2039 } else if (!strncmp(cmd_data, EVLIST_CTL_CMD_STOP_TAG, in evlist__ctlfd_recv()
2040 (sizeof(EVLIST_CTL_CMD_STOP_TAG)-1))) { in evlist__ctlfd_recv()