Searched refs:ctxid_pid (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm.h170 * @ctxid_pid: value for the context ID to trigger on.
202 u32 ctxid_pid[ETM_MAX_CTXID_CMP]; member in struct:etm_config
H A Dcoresight-etm3x-core.c233 config->ctxid_pid[i] = 0x0;
415 etm_writel(drvdata, config->ctxid_pid[i], ETMCIDCVRn(i));
H A Dcoresight-etm3x-sysfs.c1038 val = config->ctxid_pid[config->ctxid_idx];
1070 config->ctxid_pid[config->ctxid_idx] = pid;
1075 static DEVICE_ATTR_RW(ctxid_pid);
H A Dcoresight-etm4x-cfg.c97 CHECKREGIDX(TRCCIDCVRn(0), ctxid_pid, idx, off_mask);
H A Dcoresight-etm4x-core.c489 etm4x_relaxed_write64(csa, config->ctxid_pid[i], TRCCIDCVRn(i));
H A Dcoresight-etm4x-sysfs.c258 config->ctxid_pid[i] = 0x0;
1911 val = (unsigned long)config->ctxid_pid[idx];
1949 config->ctxid_pid[idx] = (u64)pid;
1953 static DEVICE_ATTR_RW(ctxid_pid);
2067 config->ctxid_pid[i] &= ~(0xFFUL << (j * 8));
H A Dcoresight-etm4x.h833 * @ctxid_pid: Value of the context ID comparator.
877 u64 ctxid_pid[ETMv4_MAX_CTXID_CMP]; member in struct:etmv4_config

Completed in 221 milliseconds