Searched refs:tsp_stats (Results 1 – 3 of 3) sorted by relevance
36 work_statistics_t tsp_stats[PLATFORM_CORE_COUNT]; variable117 tsp_stats[linear_id].smc_count++; in tsp_main()118 tsp_stats[linear_id].eret_count++; in tsp_main()119 tsp_stats[linear_id].cpu_on_count++; in tsp_main()125 tsp_stats[linear_id].smc_count, in tsp_main()126 tsp_stats[linear_id].eret_count, in tsp_main()127 tsp_stats[linear_id].cpu_on_count); in tsp_main()146 tsp_stats[linear_id].smc_count++; in tsp_cpu_on_main()147 tsp_stats[linear_id].eret_count++; in tsp_cpu_on_main()148 tsp_stats[linear_id].cpu_on_count++; in tsp_cpu_on_main()[all …]
33 tsp_stats[linear_id].sync_sel1_intr_count++; in tsp_update_sync_sel1_intr_stats()35 tsp_stats[linear_id].sync_sel1_intr_ret_count++; in tsp_update_sync_sel1_intr_stats()44 tsp_stats[linear_id].sync_sel1_intr_count, in tsp_update_sync_sel1_intr_stats()45 tsp_stats[linear_id].sync_sel1_intr_ret_count); in tsp_update_sync_sel1_intr_stats()59 tsp_stats[linear_id].preempt_intr_count++; in tsp_handle_preemption()63 read_mpidr(), tsp_stats[linear_id].preempt_intr_count); in tsp_handle_preemption()106 tsp_stats[linear_id].sel1_intr_count++; in tsp_common_int_handler()112 read_mpidr(), tsp_stats[linear_id].sel1_intr_count); in tsp_common_int_handler()
105 extern work_statistics_t tsp_stats[PLATFORM_CORE_COUNT];