Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 43 of 43) sorted by relevance

/linux-4.1.27/lib/xz/
Dxz_dec_bcj.c57 size_t filtered; member
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
381 filtered = bcj_sparc(s, buf, size); in bcj_apply()
386 filtered = 0; in bcj_apply()
390 *pos += filtered; in bcj_apply()
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dps.c243 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local
248 filtered[i] = 0; in wl1271_ps_filter_frames()
250 filtered[i]++; in wl1271_ps_filter_frames()
264 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
266 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
/linux-4.1.27/tools/perf/util/
Dhist.c172 if (!n->filtered) in hists__output_recalc_col_len()
241 if (!he->filtered) in hists__decay_entry()
255 if (!he->filtered) in hists__delete_entry()
467 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
548 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
633 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
688 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
744 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1093 if (!h->filtered) in hists__inc_stats()
1153 if (!n->filtered) in hists__output_resort()
[all …]
Devent.c804 al->filtered = 0; in thread__find_addr_map()
830 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_addr_map()
834 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_addr_map()
910 al->filtered |= (1 << HIST_FILTER__THREAD); in perf_event__preprocess_sample()
924 al->filtered |= (1 << HIST_FILTER__DSO); in perf_event__preprocess_sample()
934 al->filtered |= (1 << HIST_FILTER__SYMBOL); in perf_event__preprocess_sample()
Dsort.h106 u8 filtered; member
Dsymbol.h192 u8 filtered; member
Dhist.h135 void hists__inc_nr_samples(struct hists *hists, bool filtered);
Dmachine.c1417 al.filtered = 0; in add_callchain_ip()
/linux-4.1.27/tools/perf/tests/
Dhists_common.c171 if (!he->filtered) { in print_hists_in()
198 if (!he->filtered) { in print_hists_out()
/linux-4.1.27/tools/perf/Documentation/
Dperf-diff.txt105 Determine how to display the overhead percentage of filtered entries.
108 "relative" means it's relative to filtered entries only so that the
181 relative to how entries are filtered. Use --percentage=absolute to
Dperf-top.txt191 Determine how to display the overhead percentage of filtered entries.
195 "relative" means it's relative to filtered entries only so that the
Dperf-report.txt309 Determine how to display the overhead percentage of filtered entries.
313 "relative" means it's relative to filtered entries only so that the
Dperf-probe.txt186 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
/linux-4.1.27/net/ipv6/
Draw.c182 int filtered; in ipv6_raw_deliver() local
187 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver()
202 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver()
207 filtered = 0; in ipv6_raw_deliver()
211 if (filtered < 0) in ipv6_raw_deliver()
213 if (filtered == 0) { in ipv6_raw_deliver()
/linux-4.1.27/drivers/input/serio/
Di8042.c465 bool filtered; in i8042_interrupt() local
536 filtered = i8042_filter(data, str, serio); in i8042_interrupt()
540 if (likely(port->exists && !filtered)) in i8042_interrupt()
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt36 This set is filtered by ndo_fix_features callback whenever it or
46 is calculated and filtered by calling ndo_fix_features callback
Dixgbe.txt237 that there are 8 different priorities that traffic can be filtered into.
Dcan.txt513 errors are divided into different error classes that may be filtered
Dbonding.txt274 non-ARP traffic should be filtered (disregarded) for link
/linux-4.1.27/tools/perf/
Dbuiltin-mem.c76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
Dbuiltin-annotate.c97 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
Dbuiltin-trace.c1141 bool filtered; member
1499 sc->filtered = true; in trace__read_syscall_info()
1722 if (sc->filtered) in trace__sys_enter()
1778 if (sc->filtered) in trace__sys_exit()
Dbuiltin-diff.c351 if (!al.filtered) in diff__process_sample_event()
Dbuiltin-script.c570 if (al.filtered) in process_sample_event()
Dbuiltin-timechart.c531 tal.filtered = 0; in cat_backtrace()
/linux-4.1.27/tools/perf/ui/gtk/
Dhists.c229 if (h->filtered) in perf_gtk__show_hists()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c465 if (h->filtered) in hists__fprintf()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc.h185 __be32 filtered; member
Dhtc_drv_debug.c108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
/linux-4.1.27/Documentation/input/
Dntrig.txt97 Contacts continue to be filtered with min_height and min_width even after
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c916 if (h->filtered) in hist_browser__refresh()
938 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
954 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
/linux-4.1.27/net/mac80211/
Dsta_info.c1131 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1178 filtered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1222 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
/linux-4.1.27/Documentation/isdn/
DREADME.diversion62 matches to all filtered calls or only those when all B-channel resources
/linux-4.1.27/Documentation/
Ddebugging-via-ohci1394.txt43 The firewire-ohci driver in drivers/firewire uses filtered physical
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt125 The raw log is text and easily filtered with e.g. grep and awk. One record is
Devents.txt155 Trace events can be filtered in the kernel by associating boolean
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt56 policy, are both filtered through that task's cpuset, filtering out any
123 - Calls to sched_setaffinity are filtered to just those CPUs
125 - Calls to mbind and set_mempolicy are filtered to just
Dunified-hierarchy.txt270 - Events are filtered from the kernel side. A "notify_on_release"
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt378 The data shown may be filtered by attaching the a key to an appropriate keyring
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt181 but should be filtered out from kbuild due to possible name
/linux-4.1.27/Documentation/hwmon/
Dw83781d434 looks like PWM is filtered on this motherboard.
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt481 to be mlocked to the task's "locked_vm". To account for filtered VMAs,
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt1085 system). In this case, the volume keys are filtered out for unmute