Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h34 #define ETM_OPT_CTXTID 14 macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h34 #define ETM_OPT_CTXTID 14 macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c60 PMU_FORMAT_ATTR(contextid1, "config:" __stringify(ETM_OPT_CTXTID));
82 int pid_fmt = ETM_OPT_CTXTID; in format_attr_contextid_show()
85 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
H A Dcoresight-etm4x-core.c692 if ((attr->config & BIT(ETM_OPT_CTXTID)) && in etm4_parse_event_config()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c499 if (config_opts & BIT(ETM_OPT_CTXTID)) in cs_etmv4_get_config()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c198 if (val & BIT(ETM_OPT_CTXTID)) in cs_etm__init_pid_fmt()