Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-annotate.c198 struct perf_annotate *ann, in process_branch_callback() argument
228 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
234 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument
236 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
240 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() argument
247 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample()
248 ann->sym_hist_filter != NULL && in evsel__add_sample()
250 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample()
272 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample()
273 return process_branch_callback(evsel, sample, al, ann, machine); in evsel__add_sample()
[all …]
/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh323 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token $invalid_token id\
339 ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id $client_addr_id dev\
348 ip netns exec "$ns2" ./pm_nl_ctl ann\
358 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
369 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
378 ip netns exec "$ns1" ./pm_nl_ctl ann dead:beef:2::1 token "$server6_token" id\
388 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
580 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
618 ip netns exec "$ns2" ./pm_nl_ctl ann dead:beef:2::2 token "$client6_token" id\
657 ip netns exec "$ns2" ./pm_nl_ctl ann 10.
[all...]