Home
last modified time | relevance | path

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

12

/tools/testing/selftests/net/forwarding/
Drouter_multipath.sh175 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
Dgre_inner_v4_multipath.sh262 nexthop via 192.0.2.146 weight $weight1 \
263 nexthop via 192.0.2.162 weight $weight2
Dgre_multipath.sh215 nexthop dev g1a weight $weight1 \
216 nexthop dev g1b weight $weight2
Dgre_inner_v6_multipath.sh262 nexthop via 192.0.2.146 weight $weight1 \
263 nexthop via 192.0.2.162 weight $weight2
Dip6gre_inner_v4_multipath.sh261 nexthop via 2001:db8:81::2 weight $weight1 \
262 nexthop via 2001:db8:82::2 weight $weight2
Dip6gre_inner_v6_multipath.sh261 nexthop via 2001:db8:81::2 weight $weight1 \
262 nexthop via 2001:db8:82::2 weight $weight2
/tools/cgroup/
Diocost_monitor.py146 self.weight = iocg.weight.value_()
184 'weight' : self.weight,
/tools/perf/tests/
Dsample-parsing.c129 COMP(weight); in samples_same()
194 .weight = 109, in do_test()
Dhists_link.c69 struct perf_sample sample = { .period = 1, .weight = 1, }; in add_hist_entries()
/tools/perf/
Dbuiltin-mem.c196 sample->weight, in dump_raw_samples()
221 sample->weight, in dump_raw_samples()
Dbuiltin-c2c.c244 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/
Dhist.c270 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()
Dsort.h50 u64 weight; member
Devent.h125 u64 weight; member
Dsort.c1298 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()
Dintel-pt.c1811 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/
Dcfg.c420 int weight = 10; in draw_bb_succ_edges() local
428 style, color, weight); in draw_bb_succ_edges()
/tools/perf/Documentation/
Dperf-report.txt75 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.
Dperf-diff.txt281 - WEIGHT-A being the weight of the data file
282 - WEIGHT-B being the weight of the baseline data file
Dperf-record.txt383 --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
Dperf-top.txt126 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight,
/tools/hv/
Dhv_kvp_daemon.c814 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/
Dpkt_sched.h491 __u32 weight; member
775 __u32 weight; member
/tools/perf/scripts/python/
Dexport-to-postgresql.py1028 …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/
Dtrace-event-python.c760 PyLong_FromUnsignedLongLong(sample->weight)); in get_perf_sample_dict()
1144 tuple_set_u64(t, 16, es->sample->weight); in python_export_sample_table()

12