Home
last modified time | relevance | path

Searched refs:ann (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c186 struct perf_annotate *ann, in process_branch_callback() argument
210 return hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
213 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument
215 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
219 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() argument
226 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample()
227 ann->sym_hist_filter != NULL && in evsel__add_sample()
229 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample()
250 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample()
251 return process_branch_callback(evsel, sample, al, ann, machine); in evsel__add_sample()
[all …]
/linux-5.19.10/tools/testing/selftests/net/mptcp/
Duserspace_pm.sh246 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token $invalid_token id\
263 ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id $client_addr_id dev\
272 ip netns exec "$ns2" ./pm_nl_ctl ann\
282 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
298 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
307 ip netns exec "$ns1" ./pm_nl_ctl ann dead:beef:2::1 token "$server6_token" id\
317 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
543 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
581 ip netns exec "$ns2" ./pm_nl_ctl ann dead:beef:2::2 token "$client6_token" id\
620 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
[all …]