/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_counter_cgroup.c | 16 #include <perf/bpf_perf.h>
|
H A D | event.h | 12 #include <perf/event.h> 43 /* perf sample has 16 bits size limit */
|
H A D | evlist.c | 24 #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 D | perf.cpp | 16 #include <perf.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 49 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 D | cppc_acpi.c | 1093 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 D | amd-pstate.c | 141 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 D | tc_flower.sh | 49 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 D | jevents.c | 137 /* 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 D | evlist.c | 22 #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 D | evsel.h | 11 #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 D | perf_event_v6.c | 40 #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 D | perf.c | 39 #include <asm/perf.h>
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 51 VECTOR handle_interrupt ; (20) perf Interrupt
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | perf_event_v6.c | 40 #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 D | perf.c | 39 #include <asm/perf.h>
|
/kernel/linux/linux-6.6/arch/riscv/kvm/ |
H A D | vcpu_pmu.c | 13 #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 D | epoll-wait.c | 80 #include <perf/cpumap.h> 146 "perf bench epoll wait <options>",
|
H A D | epoll-ctl.c | 25 #include <perf/cpumap.h> 86 "perf bench epoll ctl <options>",
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 176 struct msm_perf_state *perf; member
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | apple_m1_cpu_pmu.c | 14 #include <linux/perf/arm_pmu.h>
|
H A D | riscv_pmu.c | 7 * 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 D | dpu_7_0_sm8350.h | 426 .perf = &sm8350_perf_data,
|
H A D | dpu_6_0_sm8250.h | 416 .perf = &sm8250_perf_data,
|
H A D | dpu_5_1_sc8180x.h | 428 .perf = &sc8180x_perf_data,
|