/tools/testing/selftests/net/forwarding/ |
D | router_multipath.sh | 175 nexthop via 169.254.2.22 dev $rp12 weight $weight_rp12 \ 176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13 212 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 213 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13 244 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \ 245 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13
|
D | gre_inner_v4_multipath.sh | 262 nexthop via 192.0.2.146 weight $weight1 \ 263 nexthop via 192.0.2.162 weight $weight2
|
D | gre_multipath.sh | 215 nexthop dev g1a weight $weight1 \ 216 nexthop dev g1b weight $weight2
|
D | gre_inner_v6_multipath.sh | 262 nexthop via 192.0.2.146 weight $weight1 \ 263 nexthop via 192.0.2.162 weight $weight2
|
D | ip6gre_inner_v4_multipath.sh | 261 nexthop via 2001:db8:81::2 weight $weight1 \ 262 nexthop via 2001:db8:82::2 weight $weight2
|
D | ip6gre_inner_v6_multipath.sh | 261 nexthop via 2001:db8:81::2 weight $weight1 \ 262 nexthop via 2001:db8:82::2 weight $weight2
|
/tools/cgroup/ |
D | iocost_monitor.py | 146 self.weight = iocg.weight.value_() 184 'weight' : self.weight,
|
/tools/perf/tests/ |
D | sample-parsing.c | 129 COMP(weight); in samples_same() 194 .weight = 109, in do_test()
|
D | hists_link.c | 69 struct perf_sample sample = { .period = 1, .weight = 1, }; in add_hist_entries()
|
/tools/perf/ |
D | builtin-mem.c | 196 sample->weight, in dump_raw_samples() 221 sample->weight, in dump_raw_samples()
|
D | builtin-c2c.c | 244 u64 weight) in compute_stats() argument 249 update_stats(&cstats->rmt_hitm, weight); in compute_stats() 251 update_stats(&cstats->lcl_hitm, weight); in compute_stats() 253 update_stats(&cstats->load, weight); in compute_stats() 339 compute_stats(c2c_he, &stats, sample->weight); in process_sample_event()
|
/tools/perf/util/ |
D | hist.c | 270 u64 weight) in he_stat__add_period() argument 274 he_stat->weight += weight; in he_stat__add_period() 286 dest->weight += src->weight; in he_stat__add_stat() 574 u64 weight = entry->stat.weight; in hists__findnew_entry() local 593 he_stat__add_period(&he->stat, period, weight); in hists__findnew_entry() 597 he_stat__add_period(he->stat_acc, period, weight); in hists__findnew_entry() 704 .weight = sample->weight, in __hists__add_entry() 803 cost = sample->weight; in iter_add_single_mem_entry() 916 sample->weight = bi->flags.cycles ? bi->flags.cycles : 1; in iter_add_next_branch_entry()
|
D | sort.h | 50 u64 weight; member
|
D | event.h | 125 u64 weight; member
|
D | sort.c | 1298 return he->stat.nr_events ? he->stat.weight / he->stat.nr_events : 0; in he_weight() 1323 return left->stat.weight - right->stat.weight; in sort__global_weight_cmp() 1329 return repsep_snprintf(bf, size, "%-*llu", width, he->stat.weight); in hist_entry__global_weight_snprintf()
|
D | intel-pt.c | 1811 sample.weight = items->mem_access_latency; in intel_pt_synth_pebs_sample() 1812 if (!sample.weight && items->has_tsx_aux_info) { in intel_pt_synth_pebs_sample() 1814 sample.weight = (u32)items->tsx_aux_info; in intel_pt_synth_pebs_sample()
|
/tools/bpf/bpftool/ |
D | cfg.c | 420 int weight = 10; in draw_bb_succ_edges() local 428 style, color, weight); in draw_bb_succ_edges()
|
/tools/perf/Documentation/ |
D | perf-report.txt | 75 pid, comm, dso, symbol, parent, cpu, socket, srcline, weight, 94 - weight: Event specific weight, e.g. memory latency or transaction 95 abort cost. This is the global weight. 96 - local_weight: Local weight version of the weight above.
|
D | perf-diff.txt | 281 - WEIGHT-A being the weight of the data file 282 - WEIGHT-B being the weight of the baseline data file
|
D | perf-record.txt | 383 --weight:: 384 Enable weightened sampling. An additional weight is recorded per sample and can be 385 displayed with the weight and local_weight sort keys. This currently works for TSX
|
D | perf-top.txt | 126 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight,
|
/tools/hv/ |
D | hv_kvp_daemon.c | 814 int weight; in kvp_get_ip_info() local 897 weight = 0; in kvp_get_ip_info() 904 weight += hweight32(&w[i]); in kvp_get_ip_info() 906 sprintf(cidr_mask, "/%d", weight); in kvp_get_ip_info()
|
/tools/include/uapi/linux/ |
D | pkt_sched.h | 491 __u32 weight; member 775 __u32 weight; member
|
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1028 …t, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data… argument 1032 …8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8…
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 760 PyLong_FromUnsignedLongLong(sample->weight)); in get_perf_sample_dict() 1144 tuple_set_u64(t, 16, es->sample->weight); in python_export_sample_table()
|