Home
last modified time | relevance | path

Searched refs:scaled (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dcounts.h13 s8 scaled; member
Dstat.c452 perf_counts_values__scale(aggr, config->scale, &counter->counts->scaled); in perf_stat_process_counter()
Devsel.c1472 s8 scaled = 0; in perf_counts_values__scale() local
1476 scaled = -1; in perf_counts_values__scale()
1479 scaled = 1; in perf_counts_values__scale()
1485 *pscaled = scaled; in perf_counts_values__scale()
Dstat-display.c456 if (run == 0 || ena == 0 || counter->counts->scaled == -1) { in printout()
655 counter->counts->scaled == -1) { in aggr_cb()
/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
336 …" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(…
449 scaled = search_obj.group(12)
484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/tools/perf/Documentation/
Dtopdown.txt166 that represent a scaled ratio that represent the Level 1 bottleneck.
209 # compute scaled metrics for measurement a
215 # compute delta scaled metrics between b and a
240 # compute scaled metrics for measurement a
246 # compute delta scaled metrics between b and a
Dintel-hybrid.txt137 perf-stat reports the scaled counts for hybrid event and with a percentage
141 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
/tools/perf/
Dbuiltin-stat.c379 counter->counts->scaled = -1; in read_counter_cpu()