Home
last modified time | relevance | path

Searched refs:perf (Results 326 - 350 of 430) sorted by relevance

1...<<1112131415161718

/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_counter_cgroup.c16 #include <perf/bpf_perf.h>
H A Devent.h12 #include <perf/event.h>
43 /* perf sample has 16 bits size limit */
H A Devlist.c24 #include "../perf.h"
57 #include <perf/evlist.h>
58 #include <perf/evsel.h>
59 #include <perf/cpumap.h>
60 #include <perf/mmap.h>
1042 * If specify '-a' and '--per-thread' to perf record, perf record in evlist__create_maps()
1046 * If specify '--per-thread' only to perf record, in evlist__create_maps()
1050 * For perf record, thread_map__new_str doesn't call in evlist__create_maps()
1051 * thread_map__new_all_cpus. That will keep perf recor in evlist__create_maps()
[all...]
/test/testfwk/developer_test/aw/cxx/hwext/
H A Dperf.cpp16 #include <perf.h>
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh49 perf record -q -e $tracepoint $cmd
58 perf record -a -q -e $tracepoint sleep $seconds
66 local perf_output=`perf script -F trace:event,trace`
/kernel/linux/linux-6.6/drivers/acpi/
H A Dcppc_acpi.c1093 static int cppc_get_perf(int cpunum, enum cppc_regs reg_idx, u64 *perf) in cppc_get_perf() argument
1118 cpc_read(cpunum, reg, perf); in cppc_get_perf()
1127 cpc_read(cpunum, reg, perf); in cppc_get_perf()
1261 * cppc_perf_ctrs_in_pcc - Check if any perf counters are in a PCC region.
1288 * If reference perf register is not supported then we should in cppc_perf_ctrs_in_pcc()
1289 * use the nominal perf value in cppc_perf_ctrs_in_pcc()
1330 * If reference perf register is not supported then we should in cppc_get_perf_ctrs()
1331 * use the nominal perf value in cppc_get_perf_ctrs()
1635 * value to min and max perf, but they don't mean to set the zero value, in cppc_set_perf()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Damd-pstate.c141 pr_debug("Could not retrieve energy perf value (%d)\n", ret); in amd_pstate_get_epp()
197 pr_debug("failed to set energy perf value (%d)\n", ret); in amd_pstate_set_epp()
271 /* Set desired perf as zero to allow EPP firmware control */ in cppc_enable()
872 u32 perf; in show_amd_pstate_highest_perf() local
875 perf = READ_ONCE(cpudata->highest_perf); in show_amd_pstate_highest_perf()
877 return sysfs_emit(buf, "%u\n", perf); in show_amd_pstate_highest_perf()
1254 /* CPPC EPP feature require to set zero to the desire perf bit */ in amd_pstate_epp_update_limit()
1350 /* Set max perf same as min perf */ in amd_pstate_epp_offline()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh49 perf record -q -e $tracepoint $cmd
58 perf record -a -q -e $tracepoint sleep $seconds
66 local perf_output=`perf script -F trace:event,trace`
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c137 /* Remove trailing dots that look ugly in perf list */ in fixdesc()
254 const char *perf; member
277 return table[i].perf; in field_to_perf()
492 * Handle different fixed counter encodings between JSON and perf.
870 * table. This would at least allow perf to build even if we can't find/use
/kernel/linux/linux-5.10/tools/perf/util/
H A Devlist.c22 #include "../perf.h"
45 #include <perf/evlist.h>
46 #include <perf/evsel.h>
47 #include <perf/cpumap.h>
48 #include <perf/mmap.h>
922 * If specify '-a' and '--per-thread' to perf record, perf record in perf_evlist__create_maps()
926 * If specify '--per-thread' only to perf record, in perf_evlist__create_maps()
930 * For perf record, thread_map__new_str doesn't call in perf_evlist__create_maps()
931 * thread_map__new_all_cpus. That will keep perf recor in perf_evlist__create_maps()
[all...]
H A Devsel.h11 #include <perf/evsel.h>
33 * so that when showing results in tools such as 'perf stat', we
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dperf_event_v6.c40 #include <linux/perf/arm_pmu.h>
352 * Handle the pending perf events. in armv6pmu_handle_irq()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dperf.c39 #include <asm/perf.h>
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry-arcv2.S51 VECTOR handle_interrupt ; (20) perf Interrupt
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dperf_event_v6.c40 #include <linux/perf/arm_pmu.h>
352 * Handle the pending perf events. in armv6pmu_handle_irq()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dperf.c39 #include <asm/perf.h>
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dvcpu_pmu.c13 #include <linux/perf/riscv_pmu.h>
582 /* TIME CSR shouldn't be read from perf interface */ in kvm_riscv_vcpu_pmu_init()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-wait.c80 #include <perf/cpumap.h>
146 "perf bench epoll wait <options>",
H A Depoll-ctl.c25 #include <perf/cpumap.h>
86 "perf bench epoll ctl <options>",
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_drv.h176 struct msm_perf_state *perf; member
/kernel/linux/linux-6.6/drivers/perf/
H A Dapple_m1_cpu_pmu.c14 #include <linux/perf/arm_pmu.h>
H A Driscv_pmu.c7 * This implementation is based on old RISC-V perf and ARM perf event code
14 #include <linux/perf/riscv_pmu.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_7_0_sm8350.h426 .perf = &sm8350_perf_data,
H A Ddpu_6_0_sm8250.h416 .perf = &sm8250_perf_data,
H A Ddpu_5_1_sc8180x.h428 .perf = &sc8180x_perf_data,

Completed in 24 milliseconds

1...<<1112131415161718