Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1259 #define PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW 0x0100 /* Raw format of the source */ macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1259 #define PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW 0x0100 /* Raw format of the source */ macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c987 perf_aux_output_flag(handle, PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW); in __arm_trbe_enable()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c3023 formatted = !(aux_event->flags & PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW); in cs_etm__queue_aux_fragment()