Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c504 static u64 pid_fmt; in cs_etm_decoder__set_tid() local
512 if (!pid_fmt) { in cs_etm_decoder__set_tid()
513 ret = cs_etm__get_pid_fmt(trace_chan_id, &pid_fmt); in cs_etm_decoder__set_tid()
523 switch (pid_fmt) { in cs_etm_decoder__set_tid()
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c80 int pid_fmt = ETM_OPT_CTXTID; in format_attr_contextid_show() local
83 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
85 return sprintf(page, "config:%d\n", pid_fmt); in format_attr_contextid_show()
/linux-6.1.9/tools/perf/util/
Dcs-etm.h208 int cs_etm__get_pid_fmt(u8 trace_chan_id, u64 *pid_fmt);
Dcs-etm.c167 int cs_etm__get_pid_fmt(u8 trace_chan_id, u64 *pid_fmt) in cs_etm__get_pid_fmt() argument
182 *pid_fmt = BIT(ETM_OPT_CTXTID); in cs_etm__get_pid_fmt()
187 *pid_fmt = BIT(ETM_OPT_CTXTID2); in cs_etm__get_pid_fmt()
190 *pid_fmt = BIT(ETM_OPT_CTXTID); in cs_etm__get_pid_fmt()