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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c195 struct perf_annotate *ann,
224 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann);
230 static bool has_annotation(struct perf_annotate *ann) argument
232 return ui__has_annotation() || ann->use_stdio2;
236 struct addr_location *al, struct perf_annotate *ann,
243 if ((!ann->has_br_stack || !has_annotation(ann)) &&
244 ann->sym_hist_filter != NULL &&
246 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
268 if (ann
192 process_branch_callback(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) argument
235 evsel__add_sample(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) argument
286 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); local
320 hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel, struct perf_annotate *ann) argument
474 hists__find_annotations(struct hists *hists, struct evsel *evsel, struct perf_annotate *ann) argument
594 __cmd_annotate(struct perf_annotate *ann) argument
700 struct perf_annotate *ann = opt->value; local
709 struct perf_annotate *ann = opt->value; local
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh282 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token $invalid_token id\
298 ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id $client_addr_id dev\
307 ip netns exec "$ns2" ./pm_nl_ctl ann\
317 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
328 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
337 ip netns exec "$ns1" ./pm_nl_ctl ann dead:beef:2::1 token "$server6_token" id\
347 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\
533 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\
571 ip netns exec "$ns2" ./pm_nl_ctl ann dead:beef:2::2 token "$client6_token" id\
610 ip netns exec "$ns2" ./pm_nl_ctl ann 10.
[all...]

Completed in 119 milliseconds