Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 15 of 15) sorted by relevance

/tools/perf/util/
Dhist.c199 u64 weight) in he_stat__add_period() argument
203 he_stat->weight += weight; in he_stat__add_period()
215 dest->weight += src->weight; in he_stat__add_stat()
386 u64 weight = entry->stat.weight; in add_hist_entry() local
404 he_stat__add_period(&he->stat, period, weight); in add_hist_entry()
406 he_stat__add_period(he->stat_acc, period, weight); in add_hist_entry()
453 u64 period, u64 weight, u64 transaction, in __hists__add_entry() argument
470 .weight = weight, in __hists__add_entry()
522 cost = iter->sample->weight; in iter_add_single_mem_entry()
672 sample->period, sample->weight, in iter_add_single_normal_entry()
[all …]
Dsort.h54 u64 weight; member
Devent.h154 u64 weight; member
Dhist.h111 u64 weight, u64 transaction,
Dsort.c934 return he->stat.nr_events ? he->stat.weight / he->stat.nr_events : 0; in he_weight()
959 return left->stat.weight - right->stat.weight; in sort__global_weight_cmp()
965 return repsep_snprintf(bf, size, "%-*llu", width, he->stat.weight); in hist_entry__global_weight_snprintf()
Devsel.c1314 data->weight = 0; in perf_evsel__parse_sample()
1520 data->weight = 0; in perf_evsel__parse_sample()
1523 data->weight = *array; in perf_evsel__parse_sample()
1800 *array = sample->weight; in perf_event__synthesize_sample()
Dsession.c690 printf("... weight: %" PRIu64 "\n", sample->weight); in dump_sample()
/tools/perf/Documentation/
Dperf-report.txt65 pid, comm, dso, symbol, parent, cpu, srcline, weight, local_weight.
78 - weight: Event specific weight, e.g. memory latency or transaction
79 abort cost. This is the global weight.
80 - local_weight: Local weight version of the weight above.
Dperf-record.txt198 --weight::
199 Enable weightened sampling. An additional weight is recorded per sample and can be
200 displayed with the weight and local_weight sort keys. This currently works for TSX
Dperf-diff.txt201 - WEIGHT-A being the weight of the data file
202 - WEIGHT-B being the weight of the baseline data file
Dperf-top.txt118 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight,
/tools/perf/tests/
Dsample-parsing.c121 COMP(weight); in samples_same()
169 .weight = 109, in do_test()
/tools/perf/
Dbuiltin-mem.c96 sample->weight, in dump_raw_samples()
Dbuiltin-diff.c315 u64 weight, u64 transaction) in hists__add_entry() argument
317 if (__hists__add_entry(hists, al, NULL, NULL, NULL, period, weight, in hists__add_entry()
339 sample->weight, sample->transaction)) { in diff__process_sample_event()
/tools/hv/
Dhv_kvp_daemon.c886 int weight; in kvp_get_ip_info() local
969 weight = 0; in kvp_get_ip_info()
976 weight += hweight32(&w[i]); in kvp_get_ip_info()
978 sprintf(cidr_mask, "/%d", weight); in kvp_get_ip_info()