Searched refs:cpu_core (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/perf/Documentation/ |
| H A D | intel-hybrid.txt | 11 /sys/bus/event_source/devices/cpu_core 16 cat /sys/bus/event_source/devices/cpu_core/cpus 31 [Number of instructions retired. Fixed Counter - architectural event. Unit: cpu_core] 41 cpu_core/<event name>/ 47 perf stat -e cpu_core/cycles/ 54 cpu_core and cpu_atom. 64 /sys/bus/event_source/devices/cpu_core/type 112 0x4 in 0x400000000 indicates it's cpu_core pmu. 122 6,744,979 cpu_core/cycles/ 167 233,066,666 cpu_core/cycles/ (0.43%) [all …]
|
| H A D | perf-list.txt | 44 (e.g. --unit cpu, --unit msr, --unit cpu_core, --unit cpu_atom) 307 matching those from the cpu_core PMU: 308 perf stat -e msr/tsc,cpu=cpu_core/ -a sleep 1
|
| H A D | perf.data-file-format.txt | 429 cpu_core cpu list : 0-15
|
| /linux/arch/mips/kernel/ |
| H A D | smp-cps.c | 381 c = cpu_core(¤t_cpu_data); in cps_prepare_cpus() 385 bitmap_set(cluster_bootcfg->core_power, cpu_core(¤t_cpu_data), 1); in cps_prepare_cpus() 609 unsigned core = cpu_core(¤t_cpu_data); in remote_vpe_boot() 620 unsigned core = cpu_core(&cpu_data[cpu]); in cps_boot_secondary() 685 int core = cpu_core(¤t_cpu_data); in cps_init_secondary() 738 core = cpu_core(&cpu_data[cpu]); in cps_shutdown_this_cpu() 789 core_cfg = &cluster_cfg->core_config[cpu_core(¤t_cpu_data)]; in cps_cpu_disable() 856 unsigned core = cpu_core(&cpu_data[cpu]); in cps_cleanup_dead_cpu()
|
| H A D | mips-cpc.c | 99 curr_core = cpu_core(¤t_cpu_data); in mips_cpc_lock_other() 119 curr_core = cpu_core(¤t_cpu_data); in mips_cpc_unlock_other()
|
| H A D | mips-cm.c | 361 curr_core = cpu_core(¤t_cpu_data); in mips_cm_lock_other() 382 curr_core = cpu_core(¤t_cpu_data); in mips_cm_unlock_other()
|
| H A D | pm-cps.c | 105 unsigned core = cpu_core(¤t_cpu_data); in cps_pm_enter_state() 481 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, 1 << cpu_core(&cpu_data[cpu])); in cps_gen_entry_code() 638 core = cpu_core(&cpu_data[cpu]); in cps_pm_online_cpu()
|
| H A D | proc.c | 284 seq_printf(m, "core\t\t\t: %d\n", cpu_core(&cpu_data[n])); in show_cpuinfo()
|
| H A D | smp.c | 203 core = cpu_core(&cpu_data[cpu]); in mips_smp_send_ipi_mask()
|
| /linux/arch/mips/include/asm/ |
| H A D | topology.h | 16 #define topology_core_id(cpu) (cpu_core(&cpu_data[cpu]))
|
| H A D | mips-cm.h | 457 unsigned int core = cpu_core(&cpu_data[cpu]); in mips_cm_vp_id() 515 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
| H A D | cpu-info.h | 160 static inline unsigned int cpu_core(struct cpuinfo_mips *cpuinfo) in cpu_core() function
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat+shadow_stat.sh | 13 perf stat -a -e cycles sleep 1 2>&1 | grep -e cpu_core && exit 2
|
| H A D | addr2line_inlines.sh | 67 [ ! -f /sys/bus/event_source/devices/cpu_core/caps/branches ]
|
| H A D | record_lbr.sh | 12 [ ! -f /sys/bus/event_source/devices/cpu_core/caps/branches ]
|
| /linux/arch/mips/loongson64/ |
| H A D | smp.c | 800 uint64_t core_id = cpu_core(&cpu_data[cpu]); in loongson3_disable_clock() 817 uint64_t core_id = cpu_core(&cpu_data[cpu]); in loongson3_enable_clock()
|