/linux/lib/xz/ |
H A D | xz_dec_bcj.c | 57 /* Amount of already filtered data in the beginning of buf */ 58 size_t filtered; member 64 * Buffer to hold a mix of filtered and unfiltered data. This 487 * of data that got filtered. 496 size_t filtered; in bcj_apply() local 504 filtered = bcj_x86(s, buf, size); in bcj_apply() 509 filtered = bcj_powerpc(s, buf, size); in bcj_apply() 514 filtered = bcj_ia64(s, buf, size); in bcj_apply() 519 filtered = bcj_arm(s, buf, size); in bcj_apply() 524 filtered = bcj_armthumb(s, buf, size); in bcj_apply() [all …]
|
/linux/tools/perf/scripts/python/ |
H 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
|
/linux/tools/perf/util/ |
H 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() 978 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 1087 hists__inc_nr_samples(hists, iter->he->filtered); in iter_finish_branch_entry() 1131 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1190 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1397 * Never collapse filtered and non-filtered entries. in hist_entry__cmp_impl() [all …]
|
H 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()
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 83 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local 88 filtered[i] = 0; in wl1271_ps_filter_frames() 90 filtered[i]++; in wl1271_ps_filter_frames() 104 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames() 106 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 1511 /* time filtered GFX busy % [0-100] */ 1513 /* time filtered VCN busy % [0-100] */ 1515 /* time filtered IPU per-column busy % [0-100] */ 1517 /* time filtered per-core C0 residency % [0-100]*/ 1519 /* time filtered DRAM read bandwidth [MB/sec] */ 1521 /* time filtered DRAM write bandwidth [MB/sec] */ 1523 /* time filtered IPU read bandwidth [MB/sec] */ 1525 /* time filtered IPU write bandwidth [MB/sec] */ 1532 /* time filtered power used for PPT/STAPM [APU+dGPU] [mW] */ 1534 /* time filtered IPU power [mW] */ [all …]
|
/linux/lib/kunit/ |
H A D | attributes.c | 401 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local 413 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_attr_tests() 414 if (!filtered) { in kunit_filter_attr_tests() 457 filtered[n++] = *test_case; in kunit_filter_attr_tests() 460 filtered[n++] = *test_case; in kunit_filter_attr_tests() 467 kfree(filtered); in kunit_filter_attr_tests() 471 copy->test_cases = filtered; in kunit_filter_attr_tests()
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-fread.rst | 35 This system call returns filtered data, which might be section or Packetized 36 Elementary Stream (PES) data. The filtered data is transferred from 65 - The filtered data was not read from the buffer in due time,
|
/linux/tools/testing/selftests/drivers/net/virtio_net/ |
H A D | basic_features.sh | 49 local test_name="mac feature filtered" 76 check_fail $? "Permanent address assign type for $h1 is set when F_MAC feature is filtered" 78 check_fail $? "Permanent address assign type for $h2 is set when F_MAC feature is filtered"
|
/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | event-no-pid.tc | 81 fail "Filtered out task has events" 108 fail "Filtered out task has events" 113 fail "Child of filtered out taskhas events"
|
/linux/include/media/ |
H A D | demux.h | 144 * @check_crc: If non-zero, check the CRC values of filtered sections. 192 * @buffer1: Pointer to the start of the filtered TS packets. 194 * @buffer2: Pointer to the tail of the filtered TS packets, or NULL. 207 * buffer. The filtered TS packets are delivered to the client using this 259 * @buffer1: Pointer to the start of the filtered section, e.g. 261 * @buffer1_len: Length of the filtered section data in @buffer1, 263 * @buffer2: Pointer to the tail of the filtered section data, 266 * @buffer2_len: Length of the filtered section data in @buffer2, 310 * the MPEG-TS to be filtered comes from userspace, 410 * receive filtered data via the Demux callback API (see 0). The function [all …]
|
H A D | dvb_demux.h | 115 * @pid: PID to be filtered. 190 * that will be filtered. 191 * @pids: list of filtered program IDs. 285 * @buf: buffer with data to be filtered 303 * @buf: buffer with data to be filtered 321 * @buf: buffer with data to be filtered
|
/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-cache.json | 71 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 81 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 91 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 101 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 111 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 1022 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1032 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1042 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 1052 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 1062 …equired. These result in writes to the memory controller. This can be filtered by directory sets… [all …]
|
H A D | uncore-memory.json | 282 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 292 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 302 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 312 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 322 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 332 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 342 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult… 352 …tling. It is not possible to distinguish between the two. This can be filtered by rank. If mult…
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu13_driver_if_v13_0_4.h | 209 uint16_t AverageDRAMReads; //Filtered DF Bandwidth::DRAM Reads 210 uint16_t AverageDRAMWrites; //Filtered DF Bandwidth::DRAM Writes 211 uint16_t AverageSocketPower; //Filtered value of CurrentSocketPower 212 uint16_t AverageCorePower; //Filtered of [sum of CorePower[8]]) 213 uint16_t AverageCoreC0Residency[8]; //Filtered of [average C0 residency % per core]
|
/linux/drivers/hid/bpf/progs/ |
H A D | XPPen__Artist24.bpf.c | 143 * E: <- false release, needs to be filtered out 144 * E: Eraser InRange <- false release, needs to be filtered out 148 * E: <- false release, needs to be filtered out 149 * E: InRange <- false release, needs to be filtered out
|
/linux/include/uapi/linux/dvb/ |
H A D | dmx.h | 143 * @pid: PID to be filtered. 172 * @pid: PID to be filtered. 207 * (TEI) on a filtered pid. 210 * on a filtered pid.
|
/linux/drivers/net/ipa/ |
H A D | ipa_table.h | 16 * @filtered: Filter table endpoint bitmap to check 20 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered);
|
H A D | ipa_table.c | 167 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered) in ipa_filtered_valid() argument 172 if (!filtered) { in ipa_filtered_valid() 178 count = hweight64(filtered); in ipa_filtered_valid() 236 u64 ep_mask = ipa->filtered; in ipa_filter_reset_table() 419 count = 1 + hweight64(ipa->filtered); in ipa_table_init_add() 526 u64 ep_mask = ipa->filtered; in ipa_filter_config() 647 if (count < 1 + hweight64(ipa->filtered)) in ipa_table_mem_valid() 752 *virt++ = cpu_to_le64(ipa->filtered << 1); in ipa_table_init() 754 *virt++ = cpu_to_le64(ipa->filtered); in ipa_table_init()
|
/linux/tools/testing/selftests/kvm/ |
H A D | get-reg-list.c | 277 printf("%s: Number registers: %5lld (includes %lld filtered registers)\n", in run_test() 317 "usage: get-reg-list [--config=<selection>] [--list] [--list-filtered]\n\n" in help() 330 …" --list-filtered Print registers that would normally be filtered out (requires --conf… in help() 366 else if (strcmp(av[i], "--list-filtered") == 0) in main()
|
/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | uncore-cache.json | 74 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 84 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 94 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 104 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 114 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 1797 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1807 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1817 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1827 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 1837 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | uncore-interconnect.json | 436 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of atomic transactions", 446 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of 'other' kinds of transactions.", 456 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of read prefetches.", 466 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks only read requests (not including read prefetches).", 476 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks only write requests. Each write request should have a prefetch, so there is no need to explicitly track these requests.", 486 "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of write prefetches.",
|
/linux/Documentation/dev-tools/kunit/ |
H A D | running_tips.rst | 399 Filtered tests will not run or show up in the test output. You can use the 400 ``--filter_action=skip`` flag to skip filtered tests instead. These tests will be 413 - If a test has an attribute set, then the test's value is filtered on. 441 Tests can also be filtered using this attribute. 448 filtered using this attribute.
|
/linux/include/uapi/linux/ |
H A D | inet_diag.h | 226 /* u64 bw: max-filtered BW (app throughput) estimate in Byte per sec: */ 229 __u32 bbr_min_rtt; /* min-filtered RTT in uSec */
|
/linux/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 90 > "$TMPDIR/perf.script-filtered" || true 91 if [ -s "$TMPDIR/perf.script-filtered" ]
|