/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | UCharacterPerf.java | 10 package com.ibm.icu.dev.test.perf; 18 * java com.ibm.icu.dev.test.perf.UCharacterPerf $MethodName $LoopCount -
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4.h | 51 const brw::performance &perf,
|
H A D | brw_fs_generator.cpp | 1766 const brw::performance &perf, in generate_code() 2576 loop_count, perf.latency, in generate_code() 2588 disasm_info, perf.block_latency); in generate_code() 2610 loop_count, perf.latency, in generate_code() 2622 stats->cycles = perf.latency; in generate_code() 1764 generate_code(const cfg_t *cfg, int dispatch_width, struct shader_stats shader_stats, const brw::performance &perf, struct brw_compile_stats *stats) generate_code() argument
|
/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`
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 1173 struct v3dv_perf_query *perf; member 1392 struct v3dv_perf_query *perf; member 1436 struct v3dv_perf_query perf; member
|
H A D | v3dv_cmd_buffer.c | 750 job->perf = cmd_buffer->state.query.active_query.perf; in v3dv_job_init() 3221 assert(cmd_buffer->state.query.active_query.perf == NULL); in v3dv_cmd_buffer_begin_query() 3225 cmd_buffer->state.query.active_query.perf = in v3dv_cmd_buffer_begin_query() 3226 &pool->queries[query].perf; in v3dv_cmd_buffer_begin_query() 3324 assert(cmd_buffer->state.query.active_query.perf != NULL); in v3dv_cmd_buffer_end_performance_query() 3331 cmd_buffer->state.query.active_query.perf = NULL; in v3dv_cmd_buffer_end_performance_query()
|
/third_party/littlefs/scripts/ |
H A D | perf.py | 3 # Script to aggregate and report Linux perf results. 6 # ./scripts/perf.py -R -obench.perf ./runners/bench_runner 7 # ./scripts/perf.py bench.perf -j -Flfs.c -Flfs_util.c -Scycles 30 # TODO support non-zip perf results? 33 PERF_PATH = ['perf'] 118 # perf results 159 # run perf as a subprocess, storing measurements into a zip file 167 # create a temporary file for perf t [all...] |
/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
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | args.rs | 103 clippy::perf, in gen_for_struct() 138 clippy::perf, in gen_for_struct()
|
/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-6.6/tools/perf/util/ |
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...] |
/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>
|