Searched refs:weight (Results 1 – 15 of 15) sorted by relevance
/tools/perf/util/ |
D | hist.c | 199 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 …]
|
D | sort.h | 54 u64 weight; member
|
D | event.h | 154 u64 weight; member
|
D | hist.h | 111 u64 weight, u64 transaction,
|
D | sort.c | 934 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()
|
D | evsel.c | 1314 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()
|
D | session.c | 690 printf("... weight: %" PRIu64 "\n", sample->weight); in dump_sample()
|
/tools/perf/Documentation/ |
D | perf-report.txt | 65 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.
|
D | perf-record.txt | 198 --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
|
D | perf-diff.txt | 201 - WEIGHT-A being the weight of the data file 202 - WEIGHT-B being the weight of the baseline data file
|
D | perf-top.txt | 118 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight,
|
/tools/perf/tests/ |
D | sample-parsing.c | 121 COMP(weight); in samples_same() 169 .weight = 109, in do_test()
|
/tools/perf/ |
D | builtin-mem.c | 96 sample->weight, in dump_raw_samples()
|
D | builtin-diff.c | 315 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/ |
D | hv_kvp_daemon.c | 886 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()
|