Home
last modified time | relevance | path

Searched full:percent (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/linux-6.15/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/
Dmetrics.json14 "ScaleUnit": "100percent of bus cycles"
77 "ScaleUnit": "100percent of operations"
84 "ScaleUnit": "100percent of operations"
97 "ScaleUnit": "100percent of operations"
111 "ScaleUnit": "100percent of operations"
118 "ScaleUnit": "100percent of operations"
137 "ScaleUnit": "100percent of operations"
144 "ScaleUnit": "100percent of operations"
151 "ScaleUnit": "100percent of operations"
179 "ScaleUnit": "100percent of cycles"
[all …]
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-v3/
Dmetrics.json10 "ScaleUnit": "1percent of cycles"
17 "ScaleUnit": "1percent of cycles"
24 "ScaleUnit": "1percent of cycles"
31 "ScaleUnit": "1percent of cycles"
38 "ScaleUnit": "1percent of cycles"
45 "ScaleUnit": "1percent of cycles"
52 "ScaleUnit": "1percent of cycles"
59 "ScaleUnit": "1percent of cycles"
66 "ScaleUnit": "1percent of cycles"
73 "ScaleUnit": "1percent of cycles"
[all …]
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n3/
Dmetrics.json10 "ScaleUnit": "1percent of cycles"
17 "ScaleUnit": "1percent of cycles"
24 "ScaleUnit": "1percent of cycles"
31 "ScaleUnit": "1percent of cycles"
38 "ScaleUnit": "1percent of cycles"
45 "ScaleUnit": "1percent of cycles"
52 "ScaleUnit": "1percent of cycles"
59 "ScaleUnit": "1percent of cycles"
66 "ScaleUnit": "1percent of cycles"
73 "ScaleUnit": "1percent of cycles"
[all …]
/linux-6.15/tools/perf/pmu-events/arch/arm64/ampere/ampereone/
Dmetrics.json14 "ScaleUnit": "1percent of bus cycles"
77 "ScaleUnit": "1percent of operations"
84 "ScaleUnit": "1percent of operations"
97 "ScaleUnit": "1percent of operations"
111 "ScaleUnit": "1percent of operations"
118 "ScaleUnit": "1percent of operations"
137 "ScaleUnit": "1percent of operations"
144 "ScaleUnit": "1percent of operations"
151 "ScaleUnit": "1percent of operations"
179 "ScaleUnit": "1percent of cycles"
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfantog.c34 u32 percent; member
39 nvkm_fantog_update(struct nvkm_fantog *fan, int percent) in nvkm_fantog_update() argument
49 if (percent < 0) in nvkm_fantog_update()
50 percent = fan->percent; in nvkm_fantog_update()
51 fan->percent = percent; in nvkm_fantog_update()
56 if (percent != (duty * 100)) { in nvkm_fantog_update()
57 u64 next_change = (percent * fan->period_us) / 100; in nvkm_fantog_update()
77 return fan->percent; in nvkm_fantog_get()
81 nvkm_fantog_set(struct nvkm_therm *therm, int percent) in nvkm_fantog_set() argument
86 nvkm_fantog_update(fan, percent); in nvkm_fantog_set()
[all …]
Dfan.c44 target = fan->percent; in nvkm_fan_update()
47 if (fan->percent != target) { in nvkm_fan_update()
49 fan->percent = target; in nvkm_fan_update()
118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument
120 return nvkm_fan_update(therm->fan, immediate, percent); in nvkm_therm_fan_set()
175 nvkm_therm_fan_user_set(struct nvkm_therm *therm, int percent) in nvkm_therm_fan_user_set() argument
180 return nvkm_therm_fan_set(therm, true, percent); in nvkm_therm_fan_user_set()
256 therm->fan->percent = nvkm_therm_fan_get(therm); in nvkm_therm_fan_ctor()
/linux-6.15/tools/perf/util/
Dcolor.c96 const char *get_percent_color(double percent) in get_percent_color() argument
105 if (fabs(percent) >= MIN_RED) in get_percent_color()
108 if (fabs(percent) > MIN_GREEN) in get_percent_color()
114 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf() argument
119 color = get_percent_color(percent); in percent_color_fprintf()
120 r = color_fprintf(fp, color, fmt, percent); in percent_color_fprintf()
134 double percent; in percent_color_snprintf() local
137 percent = va_arg(args, double); in percent_color_snprintf()
139 return value_color_snprintf(bf, size, fmt, percent); in percent_color_snprintf()
146 double percent; in percent_color_len_snprintf() local
[all …]
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dmetrics.json11 "ScaleUnit": "1percent of cycles"
22 "ScaleUnit": "100percent of branches"
36 "ScaleUnit": "1percent of operations"
43 "ScaleUnit": "1percent of operations"
57 "ScaleUnit": "100percent of TLB accesses"
68 "ScaleUnit": "1percent of cycles"
75 "ScaleUnit": "1percent of operations"
96 "ScaleUnit": "100percent of TLB accesses"
103 "ScaleUnit": "100percent of cache accesses"
117 "ScaleUnit": "100percent of TLB accesses"
[all …]
/linux-6.15/drivers/phy/freescale/
Dphy-fsl-imx8mq-usb.c289 static u32 phy_tx_vref_tune_from_property(u32 percent) in phy_tx_vref_tune_from_property() argument
291 percent = clamp(percent, 94U, 124U); in phy_tx_vref_tune_from_property()
293 return DIV_ROUND_CLOSEST(percent - 94U, 2); in phy_tx_vref_tune_from_property()
296 static u32 phy_tx_rise_tune_from_property(u32 percent) in phy_tx_rise_tune_from_property() argument
298 switch (percent) { in phy_tx_rise_tune_from_property()
334 static u32 phy_comp_dis_tune_from_property(u32 percent) in phy_comp_dis_tune_from_property() argument
336 switch (percent) { in phy_comp_dis_tune_from_property()
355 static u32 phy_pcs_tx_swing_full_from_property(u32 percent) in phy_pcs_tx_swing_full_from_property() argument
357 percent = min(percent, 100U); in phy_pcs_tx_swing_full_from_property()
359 return (percent * 127) / 100; in phy_pcs_tx_swing_full_from_property()
[all …]
/linux-6.15/Documentation/devicetree/bindings/regulator/
Dvctrl-regulator.yaml37 ovp-threshold-percent is specified.
40 ovp-threshold-percent:
42 Overvoltage protection (OVP) threshold of the regulator in percent.
56 ovp-threshold-percent: [ min-slew-down-rate ]
75 ovp-threshold-percent = <16>;
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
Dmetrics.json7 "ScaleUnit": "1percent of cycles"
28 "ScaleUnit": "1percent of operations"
35 "ScaleUnit": "1percent of operations"
56 "ScaleUnit": "1percent of cycles"
63 "ScaleUnit": "1percent of operations"
196 "ScaleUnit": "1percent of operations"
203 "ScaleUnit": "1percent of operations"
210 "ScaleUnit": "1percent of operations"
217 "ScaleUnit": "1percent of operations"
/linux-6.15/tools/power/cpupower/utils/idle_monitor/
Dcpuidle_sysfs.c25 static int cpuidle_get_count_percent(unsigned int id, double *percent, in cpuidle_get_count_percent() argument
30 dprint("%s: - diff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent()
31 cpuidle_cstates[id].name, timediff, *percent, cpu); in cpuidle_get_count_percent()
34 *percent = 0.0; in cpuidle_get_count_percent()
36 *percent = ((100.0 * statediff) / timediff); in cpuidle_get_count_percent()
38 dprint("%s: - timediff: %llu - statediff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent()
39 cpuidle_cstates[id].name, timediff, statediff, *percent, cpu); in cpuidle_get_count_percent()
Dsnb_idle.c26 static int snb_get_count_percent(unsigned int self_id, double *percent,
86 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent() argument
89 *percent = 0.0; in snb_get_count_percent()
94 *percent = (100.0 * in snb_get_count_percent()
102 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in snb_get_count_percent()
106 *percent, cpu); in snb_get_count_percent()
Dnhm_idle.c29 static int nhm_get_count_percent(unsigned int self_id, double *percent,
101 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent() argument
104 *percent = 0.0; in nhm_get_count_percent()
109 *percent = (100.0 * in nhm_get_count_percent()
117 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in nhm_get_count_percent()
121 *percent, cpu); in nhm_get_count_percent()
Dhsw_ext_idle.c28 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent,
88 static int hsw_ext_get_count_percent(unsigned int id, double *percent, in hsw_ext_get_count_percent() argument
91 *percent = 0.0; in hsw_ext_get_count_percent()
96 *percent = (100.0 * in hsw_ext_get_count_percent()
104 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in hsw_ext_get_count_percent()
108 *percent, cpu); in hsw_ext_get_count_percent()
/linux-6.15/tools/perf/pmu-events/arch/arm64/
Dsbsa.json8 "ScaleUnit": "1percent of slots"
16 "ScaleUnit": "1percent of slots"
24 "ScaleUnit": "1percent of slots"
32 "ScaleUnit": "1percent of slots"
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
Dmetrics.json10 "ScaleUnit": "1percent of cycles"
35 "ScaleUnit": "1percent of operations"
42 "ScaleUnit": "1percent of operations"
67 "ScaleUnit": "1percent of cycles"
74 "ScaleUnit": "1percent of operations"
207 "ScaleUnit": "1percent of operations"
217 "ScaleUnit": "1percent of operations"
224 "ScaleUnit": "1percent of operations"
231 "ScaleUnit": "1percent of operations"
/linux-6.15/tools/testing/selftests/lkdtm/
Dstack-entropy.sh29 percent=$(( 100 * $i / $samples ))
30 if [ "$percent" -ne "$report" ]; then
31 /bin/echo -en "$percent%\r"
32 report="$percent"
/linux-6.15/kernel/trace/
Dtrace_branch.c245 long percent; in get_incorrect_percent() local
248 percent = p->incorrect * 100; in get_incorrect_percent()
249 percent /= p->correct + p->incorrect; in get_incorrect_percent()
251 percent = p->incorrect ? 100 : -1; in get_incorrect_percent()
253 return percent; in get_incorrect_percent()
270 long percent; in branch_stat_show() local
275 percent = get_incorrect_percent(p); in branch_stat_show()
277 if (percent < 0) in branch_stat_show()
280 seq_printf(m, "%3ld ", percent); in branch_stat_show()
/linux-6.15/drivers/staging/media/atomisp/pci/
Datomisp_compat_ioctl32.h86 /* the blending percent of input data for Y subpixels */
88 /* the blending percent of input data for U subpixels */
90 /* the blending percent of input data for V subpixels */
92 /* the blending percent of overlay data for Y subpixels */
94 /* the blending percent of overlay data for U subpixels */
96 /* the blending percent of overlay data for V subpixels */
/linux-6.15/Documentation/devicetree/bindings/phy/
Dfsl,imx8mq-usb-phy.yaml43 fsl,phy-tx-vref-tune-percent:
49 fsl,phy-tx-rise-tune-percent:
69 fsl,phy-comp-dis-tune-percent:
84 fsl,phy-pcs-tx-swing-full-percent:
/linux-6.15/drivers/platform/chrome/wilco_ec/
Dkeyboard_leds.c18 #define WILCO_KBBL_MODE_FLAG_PWM BIT(1) /* Set brightness by percent. */
40 * @percent: Brightness in 0-100. Only meaningful in PWM mode.
50 u8 percent; member
89 request.percent = brightness; in set_kbbl()
156 return response.percent; in kbbl_init()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dconstants.h93 #define IWL_MVM_RS_SR_FORCE_DECREASE 15 /* percent */
94 #define IWL_MVM_RS_SR_NO_DECREASE 85 /* percent */
98 #define IWL_MVM_RS_TPC_SR_FORCE_INCREASE 75 /* percent */
99 #define IWL_MVM_RS_TPC_SR_NO_INCREASE 85 /* percent */
/linux-6.15/tools/perf/ui/gtk/
Dbrowser.c36 const char *perf_gtk__get_percent_color(double percent) in perf_gtk__get_percent_color() argument
38 if (percent >= MIN_RED) in perf_gtk__get_percent_color()
40 if (percent >= MIN_GREEN) in perf_gtk__get_percent_color()
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpptable_v1_0.h277 USHORT usPWMMin; /* The minimum PWM value in percent (0.01% increments). */
278 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */
282 USHORT usFanPWMMax; /* Maximum allowed fan power in percent */
297 USHORT usPWMMin; /* The minimum PWM value in percent (0.01% increments). */
298 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */
302 USHORT usFanPWMMax; /* Maximum allowed fan power in percent */
324 USHORT usPWMMin; /* The minimum PWM value in percent (0.01% increments). */
325 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */
329 USHORT usFanPWMMax; /* Maximum allowed fan power in percent */

12345678910>>...15