| /linux/drivers/ntb/test/ |
| H A D | ntb_perf.c | 144 struct perf_ctx *perf; member 169 struct perf_ctx *perf; member 260 struct perf_ctx *perf = peer->perf; in perf_spad_cmd_send() local 304 static int perf_spad_cmd_recv(struct perf_ctx *perf, int *pidx, in perf_spad_cmd_recv() 351 struct perf_ctx *perf = peer->perf; in perf_msg_cmd_send() local 393 static int perf_msg_cmd_recv(struct perf_ctx *perf, int *pidx, in perf_msg_cmd_recv() 423 struct perf_ctx *perf = peer->perf; in perf_cmd_send() local 456 static int perf_cmd_recv(struct perf_ctx *perf) in perf_cmd_recv() 484 struct perf_ctx *perf = ctx; in perf_link_event() local 506 struct perf_ctx *perf = ctx; in perf_db_event() local [all …]
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 141 static inline u8 freq_to_perf(union perf_cached perf, u32 nominal_freq, unsigned int freq_val) in freq_to_perf() 148 static inline u32 perf_to_freq(union perf_cached perf, u32 nominal_freq, u8 perf_val) in perf_to_freq() 248 union perf_cached perf = READ_ONCE(cpudata->perf); in msr_update_perf() local 299 union perf_cached perf = cpudata->perf; in msr_set_epp() local 344 union perf_cached perf = cpudata->perf; in shmem_set_epp() local 393 union perf_cached perf = READ_ONCE(cpudata->perf); in msr_init_perf() local 437 union perf_cached perf = READ_ONCE(cpudata->perf); in shmem_init_perf() local 508 union perf_cached perf = READ_ONCE(cpudata->perf); in shmem_update_perf() local 572 union perf_cached perf = READ_ONCE(cpudata->perf); in amd_pstate_update() local 610 union perf_cached perf; in amd_pstate_verify() local [all …]
|
| H A D | amd-pstate.h | 91 union perf_cached perf; member
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_perf.c | 41 static int wait_sample(struct msm_perf_state *perf) in wait_sample() 58 static int refill_buf(struct msm_perf_state *perf) in refill_buf() 123 struct msm_perf_state *perf = file->private_data; in perf_read() local 152 struct msm_perf_state *perf = inode->i_private; in perf_open() local 183 struct msm_perf_state *perf = inode->i_private; in perf_release() local 201 struct msm_perf_state *perf; in msm_perf_debugfs_init() local 223 struct msm_perf_state *perf = priv->perf; in msm_perf_debugfs_cleanup() local
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_perf.c | 20 alloc_empty_config(struct i915_perf *perf) in alloc_empty_config() 48 destroy_empty_config(struct i915_perf *perf) in destroy_empty_config() 72 get_empty_config(struct i915_perf *perf) in get_empty_config() 92 test_stream(struct i915_perf *perf) in test_stream() 427 struct i915_perf *perf = &i915->perf; in i915_perf_live_selftests() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | perf.c | 34 u32 perf = 0; in nvbios_perf_table() local 83 u32 perf = nvbios_perf_table(bios, ver, hdr, cnt, len, &snr, &ssz); in nvbios_perf_entry() local 98 u32 perf = nvbios_perf_entry(bios, idx, ver, hdr, cnt, len); in nvbios_perfEp() local 206 u32 perf = nvbios_perf_table(bios, &ver, &hdr, &cnt, &len, &snr, &ssz); in nvbios_perf_fan_parse() local
|
| /linux/arch/s390/kernel/ |
| H A D | stacktrace.c | 67 struct perf_callchain_entry_ctx *entry, bool perf, in store_ip() 102 const struct pt_regs *regs, bool perf) in arch_stack_walk_user_common()
|
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 375 struct cxl_dpa_perf *perf = &cxlds->part[i].perf; in cxl_qos_class_verify() local 383 struct cxl_dpa_perf *perf = &cxlds->part[i].perf; in cxl_qos_class_verify() local 571 static bool dpa_perf_contains(struct cxl_dpa_perf *perf, in dpa_perf_contains() 586 struct cxl_dpa_perf *perf; in cxled_get_dpa_perf() local 643 struct cxl_dpa_perf *perf; in cxl_endpoint_gather_bandwidth() local 1055 struct cxl_dpa_perf *perf; in cxl_region_perf_data_calculate() local
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-period.c | 102 static void dummy_workload_2(char *perf) in dummy_workload_2() 789 static int __ibs_l3missonly_test(char *perf, int ibs_type, int *nr_samples, in __ibs_l3missonly_test() 844 static int ibs_l3missonly_test(char *perf) in ibs_l3missonly_test() 942 char perf[PATH_MAX] = {'\0'}; in test__amd_ibs_period() local
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 32 const char *perf; member 266 const char *perf = perf_exe(pbuf, sizeof pbuf); in list_scripts() local
|
| H A D | res_sample.c | 39 const char *perf = perf_exe(pbuf, sizeof pbuf); in res_sample_browse() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | gv100.c | 107 u32 disable_gpc, u32 disable_tpc, int *perf) in gv100_gr_scg_estimate_perf() 232 int perf, maxperf, ret = 0; in gv100_gr_oneinit_sm_id() local
|
| /linux/drivers/xen/ |
| H A D | xen-acpi-processor.c | 244 struct acpi_processor_performance *perf; in push_pxx_to_hypervisor() local 553 struct acpi_processor_performance *perf; in xen_acpi_processor_init() local
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 198 u64 perf = -1ULL; in hwprobe_misaligned() local 234 u64 perf = -1ULL; in hwprobe_vec_misaligned() local
|
| /linux/tools/perf/util/ |
| H A D | setup.py | 94 perf = Extension('perf', variable
|
| /linux/tools/perf/tests/ |
| H A D | dlfilter-test.c | 52 char perf[PATH_MAX]; member 224 char perf[PATH_MAX]; in get_dlfilters_path() local
|
| /linux/lib/raid6/ |
| H A D | algos.c | 158 unsigned long perf, bestgenperf, j0, j1; in raid6_choose_gen() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | priv.h | 43 struct nvbios_perf_fan perf; member
|
| /linux/mm/ |
| H A D | memory-tiers.c | 736 int mt_set_default_dram_perf(int nid, struct access_coordinate *perf, in mt_set_default_dram_perf() 785 int mt_perf_to_adistance(struct access_coordinate *perf, int *adist) in mt_perf_to_adistance()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_selftest.h | 39 int perf; member
|
| H A D | i915_perf_types.h | 78 struct i915_perf *perf; member 171 struct i915_perf *perf; member
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1228 perf() { function
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 178 int perf; member
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_topology.c | 118 struct kfd_perf_properties *perf; in kfd_release_topology_device() local 572 struct kfd_perf_properties *perf; in kfd_remove_sysfs_node_entry() local 648 struct kfd_perf_properties *perf; in kfd_build_sysfs_node_entry() local
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.h | 113 struct mdp5_perf_block perf; member
|