Home
last modified time | relevance | path

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

/tools/perf/util/
A Dcounts.h13 s8 scaled; member
A Dstat.c371 if (evsel->err || evsel->counts->scaled == -1) in evsel__count_has_error()
A Dstat-display.c853 if (run == 0 || ena == 0 || counter->counts->scaled == -1) { in printout()
/tools/lib/perf/tests/
A Dtest-evlist.c457 s8 scaled = 0; in test_stat_multiplexing() local
533 perf_counts_values__scale(&counts[i], true, &scaled); in test_stat_multiplexing()
534 if (scaled == 1) { in test_stat_multiplexing()
539 } else if (scaled == -1) { in test_stat_multiplexing()
/tools/power/x86/intel_pstate_tracer/
A 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(…
445 scaled = search_obj.group(12)
480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/tools/lib/perf/
A Devsel.c602 s8 scaled = 0; in perf_counts_values__scale() local
606 scaled = -1; in perf_counts_values__scale()
609 scaled = 1; in perf_counts_values__scale()
615 *pscaled = scaled; in perf_counts_values__scale()
/tools/perf/Documentation/
A Dtopdown.txt155 that represent a scaled ratio that represent the Level 1 bottleneck.
198 # compute scaled metrics for measurement a
204 # compute delta scaled metrics between b and a
229 # compute scaled metrics for measurement a
235 # compute delta scaled metrics between b and a
A Dintel-hybrid.txt129 perf-stat reports the scaled counts for hybrid event and with a percentage
133 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
/tools/perf/
A Dbuiltin-stat.c320 counter->counts->scaled = -1; in read_counter_cpu()
/tools/power/x86/turbostat/
A Dturbostat.c3130 const double scaled = c->raw_value * c->scale; in rapl_counter_get_value() local
3133 return scaled / interval; in rapl_counter_get_value()
3134 return scaled; in rapl_counter_get_value()

Completed in 791 milliseconds