| /tools/perf/scripts/python/ |
| A 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
|
| A D | task-analyzer.py | 576 filtered = "" 580 filtered += char 581 return filtered
|
| /tools/perf/util/ |
| A D | hist.c | 273 if (!n->filtered) in hists__output_recalc_col_len() 424 if (!he->filtered) { in hists__decay_entry() 465 if (!he->filtered) in hists__delete_entry() 675 if (!he->filtered) { in hist_entry__add_callchain_period() 836 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 1401 cmp = (int64_t)!!left->filtered - (int64_t)!!right->filtered; in hist_entry__cmp_impl() 1604 he->filtered |= (parent->filtered & (1 << type)); in hist_entry__check_and_remove_filter() 1894 if (!h->filtered) in hists__inc_stats() 2110 if (!n->filtered) in output_resort() 2256 if (h->filtered) in hists__remove_entry_filter() [all …]
|
| A D | addr_location.h | 21 u16 filtered; member
|
| A D | addr_location.c | 16 al->filtered = 0; in addr_location__init()
|
| A D | event.c | 655 al->filtered = 0; in thread__find_map() 678 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 682 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 776 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 796 al->filtered |= (1 << HIST_FILTER__PARALLELISM); in machine__resolve() 811 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 816 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 846 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
| A D | dlfilter.c | 69 d_al->filtered = 0; in al_to_d_al() 110 d_al->filtered = al->filtered; in dlfilter__resolve_ip()
|
| A D | hist.h | 273 filter_mask_t filtered; member 403 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
| /tools/perf/tests/ |
| A D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 210 if (!he->filtered) { in print_hists_out()
|
| /tools/perf/include/perf/ |
| A D | perf_dlfilter.h | 92 __u8 filtered; /* True if this sample event will be filtered out */ member
|
| /tools/testing/selftests/bpf/ |
| A D | test_progs.h | 76 bool filtered; member 174 bool filtered; member
|
| A D | test_progs.c | 444 subtest_filtered = subtest_state->filtered; in dump_test_log() 588 subtest_state->filtered = true; in test__start_subtest() 1482 subtest_state->filtered = msg.subtest_done.filtered; in dispatch_thread_send_subtests() 1804 msg.subtest_done.filtered = subtest_state->filtered; in worker_main_send_subtests()
|
| /tools/perf/Documentation/ |
| A 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
|
| A D | perf-dlfilter.txt | 212 __u8 filtered; /* true if this sample event will be filtered out */
|
| A D | perf-top.txt | 220 Determine how to display the overhead percentage of filtered entries. 224 "relative" means it's relative to filtered entries only so that the
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat.txt | 38 all child events, not just the filtered ones
|
| /tools/perf/ |
| A D | builtin-c2c.c | 338 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 375 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 2107 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in he__display() 2111 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display() 2115 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display() 2119 he->filtered = filter_display(c2c_he->stats.tot_peer, in he__display() 2126 return he->filtered == 0; in he__display() 2211 he->filtered = HIST_FILTER__C2C; in filter_cb() 2495 if (he->filtered) in print_pareto() 2561 if (!he->filtered) in c2c_browser__update_nr_entries()
|
| A D | builtin-kvm.c | 525 if (!he->filtered) in kvm_browser__update_nr_entries() 996 he->filtered = 1; in filter_cb() 998 he->filtered = 0; in filter_cb() 1079 if (he->filtered) in print_result()
|
| A D | builtin-mem.c | 199 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
|
| A D | builtin-annotate.c | 305 if (!al.filtered && in process_sample_event()
|
| /tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 89 __u8 filtered; /* True if this sample event will be filtered out */ member
|
| A D | dlfilter-test-api-v2.c | 97 __u8 filtered; /* True if this sample event will be filtered out */ member
|
| /tools/perf/ui/gtk/ |
| A D | hists.c | 364 if (h->filtered) in perf_gtk__show_hists() 426 if (he->filtered) in perf_gtk__add_hierarchy_entries()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 293 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows() 576 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding() 619 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding() 1873 if (h->filtered) { in hist_browser__refresh() 1915 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 1938 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 874 if (h->filtered) in hists__fprintf()
|