/tools/perf/scripts/python/ |
D | compaction-times.py | 119 filtered = 0 122 filtered = head.is_filtered() 125 filtered = cls.fobj.filter(pid, comm) 126 head = cls.heads[pid] = chead(comm, pid, filtered) 128 if not filtered: 159 def __init__(self, comm, pid, filtered): argument 164 self.filtered = filtered 198 return self.filtered
|
/tools/perf/util/ |
D | hist.c | 257 if (!n->filtered) in hists__output_recalc_col_len() 334 if (!he->filtered) in hists__decay_entry() 373 if (!he->filtered) in hists__delete_entry() 579 if (!he->filtered) in hist_entry__add_callchain_period() 727 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 865 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 952 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 1006 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1061 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1410 if (!(he->filtered & (1 << type))) { in hist_entry__check_and_remove_filter() [all …]
|
D | event.c | 563 al->filtered = 0; in thread__find_map() 589 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 593 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 681 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 704 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 709 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 739 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
D | dlfilter.c | 65 d_al->filtered = 0; in al_to_d_al() 105 d_al->filtered = al->filtered; in dlfilter__resolve_ip()
|
D | sort.h | 120 u8 filtered; member
|
D | symbol.h | 118 u8 filtered; member
|
D | hist.h | 200 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
/tools/perf/tests/ |
D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 208 if (!he->filtered) { in print_hists_out()
|
/tools/perf/include/perf/ |
D | perf_dlfilter.h | 84 __u8 filtered; /* True if this sample event will be filtered out */ member
|
/tools/perf/Documentation/ |
D | perf-diff.txt | 120 Determine how to display the overhead percentage of filtered entries. 123 "relative" means it's relative to filtered entries only so that the 258 relative to how entries are filtered. Use --percentage=absolute to
|
D | perf-dlfilter.txt | 176 __u8 filtered; /* true if this sample event will be filtered out */
|
D | perf-top.txt | 212 Determine how to display the overhead percentage of filtered entries. 216 "relative" means it's relative to filtered entries only so that the
|
D | perf-report.txt | 420 Determine how to display the overhead percentage of filtered entries. 424 "relative" means it's relative to filtered entries only so that the
|
D | perf-probe.txt | 243 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
|
D | perf-script.txt | 466 can be filtered with -C.
|
/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 38 all child events, not just the filtered ones
|
/tools/perf/ |
D | builtin-c2c.c | 313 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 350 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 1882 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in he__display() 1886 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display() 1890 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display() 1897 return he->filtered == 0; in he__display() 1980 he->filtered = HIST_FILTER__C2C; in filter_cb() 2228 if (he->filtered) in print_pareto() 2294 if (!he->filtered) in c2c_browser__update_nr_entries()
|
D | builtin-mem.c | 199 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
|
D | builtin-annotate.c | 278 if (!al.filtered && in process_sample_event()
|
/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 89 __u8 filtered; /* True if this sample event will be filtered out */ member
|
/tools/perf/ui/gtk/ |
D | hists.c | 364 if (h->filtered) in perf_gtk__show_hists() 426 if (he->filtered) in perf_gtk__add_hierarchy_entries()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-filter.txt | 33 events when outputting them. Each event can be filtered based on its parameters,
|
/tools/perf/ui/browsers/ |
D | hists.c | 292 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows() 575 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding() 618 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding() 1831 if (h->filtered) { in hist_browser__refresh() 1873 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 1896 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
|
/tools/perf/ui/stdio/ |
D | hist.c | 857 if (h->filtered) in hists__fprintf()
|
/tools/testing/selftests/tc-testing/ |
D | README | 137 select which test cases: files plus directories; filtered by categories
|