Searched refs:sym_hist_filter (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 53 const char *sym_hist_filter; member 224 ann->sym_hist_filter != NULL && in evsel__add_sample() 226 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 227 /* We're only interested in a symbol named sym_hist_filter */ in evsel__add_sample() 321 if (ann->sym_hist_filter && in hists__find_annotations() 322 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations() 498 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 577 annotate.sym_hist_filter = argv[0]; in cmd_annotate()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 60 const char *sym_hist_filter; member 237 ann->sym_hist_filter != NULL && in evsel__add_sample() 239 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 240 /* We're only interested in a symbol named sym_hist_filter */ in evsel__add_sample() 337 if (ann->sym_hist_filter && in hists__find_annotations() 338 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations() 539 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 634 annotate.sym_hist_filter = argv[0]; in cmd_annotate()
|
Completed in 3 milliseconds