Searched refs:hits (Results 1 – 11 of 11) sorted by relevance
25 --with-hits::26 Show only DSOs with hits.
123 global-period, local-period, global-hits, local-hits127 The period/hits keywords set the base the percentage is computed128 on - the samples period or the number of samples (hits).
15 This command runs perf-buildid-list --with-hits, and collects the files with the
190 - count of load hits in FB (Fill Buffer), L1 and L2 cache193 - count of LLC and Remote load hits
517 global-period, local-period, global-hits, local-hits521 The period/hits keywords set the base the percentage is computed522 on - the samples period or the number of samples (hits).
563 perf buildid-list --with-hits
221 int mon, hits = 0; in parse_monitor_param() local239 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()
25 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
1316 u64 hits = top->samples; in __cmd_top() local1320 if (opts->overwrite || (hits == top->samples)) in __cmd_top()
1546 unsigned long long hits = rec->samples; in __cmd_record() local1615 if (hits == rec->samples) { in __cmd_record()
2011 unsigned int hits = 0; in calc_percent() local2015 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()