Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 11 of 11) sorted by relevance

/tools/perf/Documentation/
Dperf-buildid-list.txt25 --with-hits::
26 Show only DSOs with hits.
Dperf-annotate.txt123 global-period, local-period, global-hits, local-hits
127 The period/hits keywords set the base the percentage is computed
128 on - the samples period or the number of samples (hits).
Dperf-archive.txt15 This command runs perf-buildid-list --with-hits, and collects the files with the
Dperf-c2c.txt190 - count of load hits in FB (Fill Buffer), L1 and L2 cache
193 - count of LLC and Remote load hits
Dperf-report.txt517 global-period, local-period, global-hits, local-hits
521 The period/hits keywords set the base the percentage is computed
522 on - the samples period or the number of samples (hits).
Dintel-pt.txt563 perf buildid-list --with-hits
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c221 int mon, hits = 0; in parse_monitor_param() local
239 tmp_mons[hits] = monitors[num]; in parse_monitor_param()
240 hits++; in parse_monitor_param()
244 if (hits == 0) { in parse_monitor_param()
252 avail_monitors = hits; in parse_monitor_param()
/tools/perf/
Dperf-archive.sh25 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
Dbuiltin-top.c1316 u64 hits = top->samples; in __cmd_top() local
1320 if (opts->overwrite || (hits == top->samples)) in __cmd_top()
Dbuiltin-record.c1546 unsigned long long hits = rec->samples; in __cmd_record() local
1615 if (hits == rec->samples) { in __cmd_record()
/tools/perf/util/
Dannotate.c2011 unsigned int hits = 0; in calc_percent() local
2015 hits += sym_hist->addr[offset].nr_samples; in calc_percent()
2022 data->he.nr_samples = hits; in calc_percent()
2023 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
2027 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples; in calc_percent()