Searched refs:CS_ETM_CPU (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cs-etm-base.c | 20 [CS_ETM_CPU] = " CPU %lld\n", 30 [CS_ETM_CPU] = " CPU %lld\n", 44 [CS_ETM_CPU] = " CPU %lld\n", 78 fprintf(stdout, cs_etm_priv_fmts[CS_ETM_CPU], val[i++]); in cs_etm__print_cpu_metadata_v0()
|
H A D | cs-etm.h | 48 CS_ETM_CPU, enumerator
|
H A D | cs-etm.c | 171 *cpu = (int)metadata[CS_ETM_CPU]; in cs_etm__get_cpu() 295 if (etm->metadata[i][CS_ETM_CPU] == (u64)cpu) { in get_cpu_data() 355 if ((int)cpu_data[CS_ETM_CPU] != cpu) { in cs_etm__process_aux_output_hw_id() 2889 metadata[CS_ETM_CPU] = buff_in[i + CS_ETM_CPU]; in cs_etm__create_meta_blk()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.h | 30 CS_ETM_CPU, enumerator 36 CS_ETM_ETMCR = CS_ETM_CPU + 1, 47 CS_ETMV4_TRCCONFIGR = CS_ETM_CPU + 1,
|
H A D | cs-etm.c | 155 *cpu = (int)metadata[CS_ETM_CPU]; in cs_etm__get_cpu() 2445 [CS_ETM_CPU] = " CPU %lld\n", 2454 [CS_ETM_CPU] = " CPU %lld\n",
|
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/ |
H A D | cs-etm.c | 631 info->priv[*offset + CS_ETM_CPU] = cpu; in cs_etm_get_metadata()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/ |
H A D | cs-etm.c | 771 info->priv[*offset + CS_ETM_CPU] = cpu; in cs_etm_get_metadata()
|
Completed in 12 milliseconds