Searched refs:ann (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/perf/ |
| D | builtin-annotate.c | 188 struct perf_annotate *ann, in process_branch_callback() argument 212 return hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback() 215 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument 217 return ui__has_annotation() || ann->use_stdio2; in has_annotation() 221 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() argument 228 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample() 229 ann->sym_hist_filter != NULL && in evsel__add_sample() 231 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 252 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample() 253 return process_branch_callback(evsel, sample, al, ann, machine); in evsel__add_sample() [all …]
|
| /Linux-v6.1/tools/testing/selftests/net/mptcp/ |
| D | userspace_pm.sh | 252 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token $invalid_token id\ 269 ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id $client_addr_id dev\ 278 ip netns exec "$ns2" ./pm_nl_ctl ann\ 288 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\ 304 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\ 313 ip netns exec "$ns1" ./pm_nl_ctl ann dead:beef:2::1 token "$server6_token" id\ 323 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\ 549 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\ 587 ip netns exec "$ns2" ./pm_nl_ctl ann dead:beef:2::2 token "$client6_token" id\ 626 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\ [all …]
|
| D | mptcp_join.sh | 833 ip netns exec ${listener_ns} ./pm_nl_ctl ann $addr token $tk id $id
|