Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/tools/perf/scripts/python/
Dcompaction-times.py119 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
/linux-4.4.14/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.4.14/tools/perf/util/
Dhist.c192 if (!n->filtered) in hists__output_recalc_col_len()
261 if (!he->filtered) in hists__decay_entry()
275 if (!he->filtered) in hists__delete_entry()
483 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
564 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
650 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
705 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
761 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1124 if (!h->filtered) in hists__inc_stats()
1192 if (!n->filtered) in hists__output_resort()
[all …]
Devent.c910 al->filtered = 0; in thread__find_addr_map()
936 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_addr_map()
940 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_addr_map()
1020 al->filtered |= (1 << HIST_FILTER__THREAD); in perf_event__preprocess_sample()
1042 al->filtered |= (1 << HIST_FILTER__DSO); in perf_event__preprocess_sample()
1052 al->filtered |= (1 << HIST_FILTER__SYMBOL); in perf_event__preprocess_sample()
Dsort.h102 u8 filtered; member
Dsymbol.h192 u8 filtered; member
Dhist.h141 void hists__inc_nr_samples(struct hists *hists, bool filtered);
Dmachine.c1566 al.filtered = 0; in add_callchain_ip()
/linux-4.4.14/tools/perf/tests/
Dhists_common.c175 if (!he->filtered) { in print_hists_in()
202 if (!he->filtered) { in print_hists_out()
/linux-4.4.14/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.txt192 Determine how to display the overhead percentage of filtered entries.
196 "relative" means it's relative to filtered entries only so that the
Dperf-report.txt327 Determine how to display the overhead percentage of filtered entries.
331 "relative" means it's relative to filtered entries only so that the
Dperf-probe.txt193 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
/linux-4.4.14/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.4.14/drivers/input/serio/
Di8042.c472 bool filtered; in i8042_interrupt() local
543 filtered = i8042_filter(data, str, serio); in i8042_interrupt()
547 if (likely(port->exists && !filtered)) in i8042_interrupt()
/linux-4.4.14/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.txt516 errors are divided into different error classes that may be filtered
Dbonding.txt311 non-ARP traffic should be filtered (disregarded) for link
/linux-4.4.14/net/mac80211/
Dethtool.c90 data[i++] += sta->status_stats.filtered; \ in ieee80211_get_stats()
Dsta_info.h457 unsigned long filtered; member
Ddebugfs_sta.c371 DEBUGFS_ADD_COUNTER(tx_filtered, status_stats.filtered); in ieee80211_sta_debugfs_add()
Dsta_info.c1148 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1195 filtered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1239 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
Dstatus.c70 sta->status_stats.filtered++; in ieee80211_handle_filtered_frame()
/linux-4.4.14/tools/perf/
Dbuiltin-mem.c76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
Dbuiltin-annotate.c103 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
Dbuiltin-diff.c352 if (!al.filtered) in diff__process_sample_event()
Dbuiltin-timechart.c531 tal.filtered = 0; in cat_backtrace()
Dbuiltin-script.c724 if (al.filtered) in process_sample_event()
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c229 if (h->filtered) in perf_gtk__show_hists()
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c465 if (h->filtered) in hists__fprintf()
/linux-4.4.14/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.4.14/Documentation/input/
Dntrig.txt97 Contacts continue to be filtered with min_height and min_width even after
/linux-4.4.14/Documentation/isdn/
DREADME.diversion62 matches to all filtered calls or only those when all B-channel resources
/linux-4.4.14/Documentation/
Ddebugging-via-ohci1394.txt43 The firewire-ohci driver in drivers/firewire uses filtered physical
/linux-4.4.14/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.4.14/tools/perf/ui/browsers/
Dhists.c941 if (h->filtered) in hist_browser__refresh()
963 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
979 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
/linux-4.4.14/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.txt333 - Events are filtered from the kernel side. A "notify_on_release"
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt383 The data shown may be filtered by attaching the a key to an appropriate keyring
/linux-4.4.14/Documentation/hwmon/
Dw83781d434 looks like PWM is filtered on this motherboard.
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt181 but should be filtered out from kbuild due to possible name
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt487 to be mlocked to the task's "locked_vm". To account for filtered VMAs,
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1085 system). In this case, the volume keys are filtered out for unmute