/linux-4.4.14/lib/xz/ |
D | xz_dec_bcj.c | 57 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/ |
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
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | ps.c | 243 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/ |
D | hist.c | 192 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 …]
|
D | event.c | 910 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()
|
D | sort.h | 102 u8 filtered; member
|
D | symbol.h | 192 u8 filtered; member
|
D | hist.h | 141 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
D | machine.c | 1566 al.filtered = 0; in add_callchain_ip()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_common.c | 175 if (!he->filtered) { in print_hists_in() 202 if (!he->filtered) { in print_hists_out()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 105 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
|
D | perf-top.txt | 192 Determine how to display the overhead percentage of filtered entries. 196 "relative" means it's relative to filtered entries only so that the
|
D | perf-report.txt | 327 Determine how to display the overhead percentage of filtered entries. 331 "relative" means it's relative to filtered entries only so that the
|
D | perf-probe.txt | 193 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
|
/linux-4.4.14/net/ipv6/ |
D | raw.c | 182 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/ |
D | i8042.c | 472 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/ |
D | netdev-features.txt | 36 This set is filtered by ndo_fix_features callback whenever it or 46 is calculated and filtered by calling ndo_fix_features callback
|
D | ixgbe.txt | 237 that there are 8 different priorities that traffic can be filtered into.
|
D | can.txt | 516 errors are divided into different error classes that may be filtered
|
D | bonding.txt | 311 non-ARP traffic should be filtered (disregarded) for link
|
/linux-4.4.14/net/mac80211/ |
D | ethtool.c | 90 data[i++] += sta->status_stats.filtered; \ in ieee80211_get_stats()
|
D | sta_info.h | 457 unsigned long filtered; member
|
D | debugfs_sta.c | 371 DEBUGFS_ADD_COUNTER(tx_filtered, status_stats.filtered); in ieee80211_sta_debugfs_add()
|
D | sta_info.c | 1148 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()
|
D | status.c | 70 sta->status_stats.filtered++; in ieee80211_handle_filtered_frame()
|
/linux-4.4.14/tools/perf/ |
D | builtin-mem.c | 76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
|
D | builtin-annotate.c | 103 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
|
D | builtin-diff.c | 352 if (!al.filtered) in diff__process_sample_event()
|
D | builtin-timechart.c | 531 tal.filtered = 0; in cat_backtrace()
|
D | builtin-script.c | 724 if (al.filtered) in process_sample_event()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 229 if (h->filtered) in perf_gtk__show_hists()
|
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 465 if (h->filtered) in hists__fprintf()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 185 __be32 filtered; member
|
D | htc_drv_debug.c | 108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 97 Contacts continue to be filtered with min_height and min_width even after
|
/linux-4.4.14/Documentation/isdn/ |
D | README.diversion | 62 matches to all filtered calls or only those when all B-channel resources
|
/linux-4.4.14/Documentation/ |
D | debugging-via-ohci1394.txt | 43 The firewire-ohci driver in drivers/firewire uses filtered physical
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 125 The raw log is text and easily filtered with e.g. grep and awk. One record is
|
D | events.txt | 155 Trace events can be filtered in the kernel by associating boolean
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 941 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/ |
D | cpusets.txt | 56 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
|
D | unified-hierarchy.txt | 333 - Events are filtered from the kernel side. A "notify_on_release"
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 383 The data shown may be filtered by attaching the a key to an appropriate keyring
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83781d | 434 looks like PWM is filtered on this motherboard.
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 181 but should be filtered out from kbuild due to possible name
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 487 to be mlocked to the task's "locked_vm". To account for filtered VMAs,
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1085 system). In this case, the volume keys are filtered out for unmute
|