Searched refs:ctxid_pid (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-cfg.c | 97 CHECKREGIDX(TRCCIDCVRn(0), ctxid_pid, idx, off_mask); in etm4_cfg_map_reg_offset()
|
H A D | coresight-etm.h | 170 * @ctxid_pid: value for the context ID to trigger on. 202 u32 ctxid_pid[ETM_MAX_CTXID_CMP]; member
|
H A D | coresight-etm3x-sysfs.c | 1038 val = config->ctxid_pid[config->ctxid_idx]; in ctxid_pid_show() 1070 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store() 1075 static DEVICE_ATTR_RW(ctxid_pid);
|
H A D | coresight-etm3x-core.c | 233 config->ctxid_pid[i] = 0x0; in etm_set_default() 415 etm_writel(drvdata, config->ctxid_pid[i], ETMCIDCVRn(i)); in etm_enable_hw()
|
H A D | coresight-etm4x-sysfs.c | 258 config->ctxid_pid[i] = 0x0; in reset_store() 1911 val = (unsigned long)config->ctxid_pid[idx]; in ctxid_pid_show() 1949 config->ctxid_pid[idx] = (u64)pid; in ctxid_pid_store() 1953 static DEVICE_ATTR_RW(ctxid_pid); 2067 config->ctxid_pid[i] &= ~(0xFFUL << (j * 8)); in ctxid_masks_store()
|
H A D | coresight-etm4x.h | 833 * @ctxid_pid: Value of the context ID comparator. 877 u64 ctxid_pid[ETMv4_MAX_CTXID_CMP]; member
|
H A D | coresight-etm4x-core.c | 489 etm4x_relaxed_write64(csa, config->ctxid_pid[i], TRCCIDCVRn(i)); in etm4_enable_hw()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm.h | 170 * @ctxid_pid: value for the context ID to trigger on. 202 u32 ctxid_pid[ETM_MAX_CTXID_CMP]; member
|
H A D | coresight-etm4x.h | 245 * @ctxid_pid: Value of the context ID comparator. 289 u64 ctxid_pid[ETMv4_MAX_CTXID_CMP]; member
|
H A D | coresight-etm3x-sysfs.c | 1037 val = config->ctxid_pid[config->ctxid_idx]; in ctxid_pid_show() 1069 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store() 1074 static DEVICE_ATTR_RW(ctxid_pid);
|
H A D | coresight-etm3x-core.c | 232 config->ctxid_pid[i] = 0x0; in etm_set_default() 409 etm_writel(drvdata, config->ctxid_pid[i], ETMCIDCVRn(i)); in etm_enable_hw()
|
H A D | coresight-etm4x-sysfs.c | 257 config->ctxid_pid[i] = 0x0; in reset_store() 1899 val = (unsigned long)config->ctxid_pid[idx]; in ctxid_pid_show() 1937 config->ctxid_pid[idx] = (u64)pid; in ctxid_pid_store() 1941 static DEVICE_ATTR_RW(ctxid_pid); 2055 config->ctxid_pid[i] &= ~(0xFFUL << (j * 8)); in ctxid_masks_store()
|
H A D | coresight-etm4x-core.c | 189 writeq_relaxed(config->ctxid_pid[i], in etm4_enable_hw()
|
Completed in 23 milliseconds