Searched refs:CPU (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dperf_event_attr_fprintf.c35 bit_name(READ), bit_name(CALLCHAIN), bit_name(ID), bit_name(CPU),
H A Devsel.c1220 evsel__set_sample_bit(evsel, CPU);
1234 evsel__set_sample_bit(evsel, CPU);
2124 * perf stat needs between 5 and 22 fds per CPU. When we run out
3024 ">= 1: Disallow CPU event access\n"
3048 "No such device - did you specify an out-of-range profile CPU?");
H A Dheader.c817 * Return the CPU id as a raw string.
991 * Check whether a CPU is online
994 * 1 -> if CPU is online
995 * 0 -> if CPU is offline
1214 * Build caches levels for a particular CPU from the data in
1741 fprintf(fp, "# CPU %d: Core ID %d, "
1752 fprintf(fp, "# CPU %d: Core ID %d, "
2102 fprintf(fp, "# CPU cache info:\n");
H A Devlist.c306 evsel__set_sample_bit(evsel, CPU);
422 * If this CPU isn't in the evsel's cpu map then advance
454 * If this CPU isn't in the evsel's cpu map then advance through
1385 * Default: one fd per CPU, all threads, aka systemwide
2492 * and warn if the user CPU list is inapplicable for the event's PMU's
2493 * CPUs. Not core PMUs list a CPU in sysfs, but this may be overwritten by a
2494 * user requested CPU and so any online CPU is applicable. Core PMUs handle
2521 pr_warning("WARNING: A requested CPU in '%s' is not supported by PMU '%s' (CPUs %s) for event '%s'\n",
/linux-master/arch/sparc/kernel/
H A Dhead_32.S210 /* Check if this is a LEON CPU */
297 /* Now we burn precious CPU cycles due to bad engineering. */
428 /* LEON CPU - set boot_cpu_id */
433 cmp %g1, 0xff ! unset means first CPU
437 /* Get CPU-ID from most significant 4-bit of ASR17 */
461 /* Get our CPU id out of bootbus */
481 srl %o1, PSR_IMPL_SHIFT, %o1 ! Get a type of the CPU
/linux-master/arch/arm/boot/compressed/
H A Dhead.S246 msr spsr_cxsf, r9 @ Save the CPU boot mode in
644 mrs r0, spsr @ Get saved CPU boot mode
979 * - CPU ID match
980 * - CPU ID mask
1119 .word 0x000f0000 @ new CPU Id
/linux-master/drivers/clk/nxp/
H A Dclk-lpc18xx-cgu.c224 LPC1XX_CGU_BASE_CLK(CPU, base_common_src_ids, 0),
/linux-master/drivers/hwmon/
H A Dasus_wmi_sensors.c9 * - CPU Core Voltage,
10 * - CPU SOC Voltage,
20 * - CPU Core Voltage,
21 * - CPU SOC Voltage,
23 * - CPU Fan RPM,
29 * - CPU OPT RPM,
32 * - CPU Temperature,
33 * - CPU Socket Temperature,
37 * - CPU VRM Temperature,
40 * - CPU VR
100 CPU = 0x0, enumerator in enum:asus_wmi_location
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S37 #define PMC_CTRL_SIDE_EFFECT_LP0 (1 << 14) /* enter LP0 when CPU pwr gated */
179 * Powergates the current CPU.
183 /* Powergate this CPU */
192 * Puts the current CPU in wait-for-event mode on the flow controller
205 reteq lr @ Must never be called for CPU 0
210 add r1, r1, r12 @ virtual CSR address for this CPU
212 add r2, r2, r12 @ virtual HALT_EVENTS address for this CPU
215 * Clear this CPU's "event" and "interrupt" flags and power gate
229 /* Halt this CPU. */
260 wfeeq @ CPU shoul
[all...]
/linux-master/tools/perf/arch/arm/util/
H A Dcs-etm.c204 /* Set option of each CPU we have */
210 * In per-thread case, the CPU map is empty. Since the traced
429 * get the CPU on the sample - need it to associate trace ID in the
432 evsel__set_sample_bit(cs_etm_evsel, CPU);
791 /* Where the next CPU entry should start from */
/linux-master/include/linux/
H A Dfilter.h669 * the execution of the BPF program runs on one CPU.
1310 BPF_ANCILLARY(CPU);
/linux-master/arch/xtensa/kernel/
H A Dentry.S2094 beq a6, a7, 1f # load 0 into CPENABLE if current CPU is not the owner
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1231 pr_err("Failed to look up CPU type: %s\n",
1240 pr_err("Failed to look up CPU type\n");
1246 pr_err("CPU %s is not supported.\n", cpuid);
1560 evsel__set_sample_bit(pos, CPU);
H A Dbuiltin-script.c527 if (PRINT_FIELD(CPU) &&
528 evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", PERF_OUTPUT_CPU, allow_user_set))
813 if (PRINT_FIELD(CPU)) {
2301 "CPU", "THREAD", "VAL", "ENA", "RUN", "TIME", "EVENT");
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra114.c1746 PINGROUP(cpu_pwr_req, CPU, RSVD2, RSVD3, RSVD4, 0x3328, N, N, N),
H A Dpinctrl-tegra210.c1443 PINGROUP(cpu_pwr_req, CPU, RSVD1, RSVD2, RSVD3, 0x3170, N, N, N, Y, 0x950, 12, 5, 20, 5, -1, -1, -1, -1),
H A Dpinctrl-tegra124.c1943 PINGROUP(cpu_pwr_req, CPU, RSVD2, RSVD3, RSVD4, 0x3328, N, N, N),
/linux-master/kernel/trace/
H A Dtrace_events.c192 __generic_field(int, CPU, FILTER_CPU);

Completed in 879 milliseconds

123