Searched refs:ann (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 181 struct perf_annotate *ann, in process_branch_callback() 206 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback() 210 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument 212 return ui__has_annotation() || ann->use_stdio2; in has_annotation() 216 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() 223 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample() 224 ann->sym_hist_filter != NULL && in evsel__add_sample() 226 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 247 if (ann in evsel__add_sample() 178 process_branch_callback(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al __maybe_unused, struct perf_annotate *ann, struct machine *machine) process_branch_callback() argument 215 evsel__add_sample(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) evsel__add_sample() argument 265 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); process_sample_event() local 297 hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel, struct perf_annotate *ann) hist_entry__tty_annotate() argument 307 hists__find_annotations(struct hists *hists, struct evsel *evsel, struct perf_annotate *ann) hists__find_annotations() argument 388 __cmd_annotate(struct perf_annotate *ann) __cmd_annotate() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 188 struct perf_annotate *ann, in process_branch_callback() 217 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback() 223 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument 225 return ui__has_annotation() || ann->use_stdio2; in has_annotation() 229 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() 236 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample() 237 ann->sym_hist_filter != NULL && in evsel__add_sample() 239 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 261 if (ann in evsel__add_sample() 185 process_branch_callback(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) process_branch_callback() argument 228 evsel__add_sample(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) evsel__add_sample() argument 279 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); process_sample_event() local 313 hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel, struct perf_annotate *ann) hist_entry__tty_annotate() argument 323 hists__find_annotations(struct hists *hists, struct evsel *evsel, struct perf_annotate *ann) hists__find_annotations() argument 411 __cmd_annotate(struct perf_annotate *ann) __cmd_annotate() argument 491 struct perf_annotate *ann = opt->value; parse_percent_limit() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 354 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token $invalid_token id\ 370 ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id $client_addr_id dev\ 379 ip netns exec "$ns2" ./pm_nl_ctl ann\ 389 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\ 400 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\ 409 ip netns exec "$ns1" ./pm_nl_ctl ann dead:beef:2::1 token "$server6_token" id\ 419 ip netns exec "$ns1" ./pm_nl_ctl ann 10.0.2.1 token "$server4_token" id\ 605 ip netns exec "$ns2" ./pm_nl_ctl ann 10.0.2.2 token "$client4_token" id\ 643 ip netns exec "$ns2" ./pm_nl_ctl ann dead:beef:2::2 token "$client6_token" id\ 682 ip netns exec "$ns2" ./pm_nl_ctl ann 10. [all...] |
Completed in 2 milliseconds