Home
last modified time | relevance | path

Searched refs:cpu_core (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt11 /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/cycle
[all...]
H A Dperf-list.txt44 (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 Dperf.data-file-format.txt429 cpu_core cpu list : 0-15
/linux/arch/mips/kernel/
H A Dsmp-cps.c381 c = cpu_core(&current_cpu_data); in cps_prepare_cpus()
385 bitmap_set(cluster_bootcfg->core_power, cpu_core(&current_cpu_data), 1); in cps_prepare_cpus()
609 unsigned core = cpu_core(&current_cpu_data); in remote_vpe_boot()
620 unsigned core = cpu_core(&cpu_data[cpu]); in cps_boot_secondary()
685 int core = cpu_core(&current_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(&current_cpu_data)]; in cps_cpu_disable()
856 unsigned core = cpu_core(&cpu_data[cpu]); in cps_cleanup_dead_cpu()
H A Dmips-cpc.c99 curr_core = cpu_core(&current_cpu_data); in mips_cpc_lock_other()
119 curr_core = cpu_core(&current_cpu_data); in mips_cpc_unlock_other()
H A Dsmp.c203 core = cpu_core(&cpu_data[cpu]); in mips_smp_send_ipi_mask()
/linux/arch/mips/include/asm/
H A Dtopology.h16 #define topology_core_id(cpu) (cpu_core(&cpu_data[cpu]))
H A Dcpu-info.h160 static inline unsigned int cpu_core(struct cpuinfo_mips *cpuinfo) in cpu_core() function
/linux/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh13 perf stat -a -e cycles sleep 1 2>&1 | grep -e cpu_core && exit 2
H A Daddr2line_inlines.sh67 [ ! -f /sys/bus/event_source/devices/cpu_core/caps/branches ]
H A Drecord_lbr.sh12 [ ! -f /sys/bus/event_source/devices/cpu_core/caps/branches ]
/linux/arch/mips/loongson64/
H A Dsmp.c800 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()